Home
last modified time | relevance | path

Searched refs:send_will (Results 1 – 9 of 9) sorted by relevance

/src/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c205 send_will(int c, int init) in send_will() function
371 send_will(option, 0); in dooption()
420 send_will(option, 0); in dooption()
432 send_will(option, 0); in dooption()
480 send_will(TELOPT_OLD_ENVIRON, 1); in dontoption()
2058 send_will(TELOPT_AUTHENTICATION, 1); in my_telnet()
2062 send_will(TELOPT_ENCRYPT, 1); in my_telnet()
2065 send_will(TELOPT_TTYPE, 1); in my_telnet()
2066 send_will(TELOPT_NAWS, 1); in my_telnet()
2067 send_will(TELOPT_TSPEED, 1); in my_telnet()
[all …]
H A Dexterns.h311 void send_will (int, int);
H A Dcommands.c344 return(send_tncmd(send_will, "will", name)); in send_willcmd()
1002 send_will(TELOPT_LINEMODE, 1); in dolinemode()
/src/contrib/telnet/telnet/
H A Dtelnet.c275 send_will(int c, int init) in send_will() function
439 send_will(option, 0); in dooption()
488 send_will(option, 0); in dooption()
500 send_will(option, 0); in dooption()
548 send_will(TELOPT_OLD_ENVIRON, 1); in dontoption()
2131 send_will(TELOPT_AUTHENTICATION, 1); in telnet()
2135 send_will(TELOPT_ENCRYPT, 1); in telnet()
2138 send_will(TELOPT_TTYPE, 1); in telnet()
2139 send_will(TELOPT_NAWS, 1); in telnet()
2140 send_will(TELOPT_TSPEED, 1); in telnet()
[all …]
H A Dexterns.h281 send_will(int, int),
H A Dcommands.c432 return(send_tncmd(send_will, "will", name)); in send_willcmd()
1075 send_will(TELOPT_LINEMODE, 1); in dolinemode()
/src/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c699 send_will(int option, int init) in send_will() function
770 send_will(option, 0); in dooption()
783 send_will(TELOPT_LOGOUT, 0); in dooption()
810 send_will(option, 0); in dooption()
872 send_will(option, 1); in dontoption()
H A Dtelnetd.c530 send_will(TELOPT_ENCRYPT, 1); in getterminaltype()
840 send_will(TELOPT_SGA, 1); in my_telnet()
857 send_will(TELOPT_STATUS, 1); in my_telnet()
913 send_will(TELOPT_ECHO, 1); in my_telnet()
H A Dext.h89 void send_will (int option, int init);