Searched refs:send_will (Results 1 – 9 of 9) sorted by relevance
| /src/crypto/heimdal/appl/telnet/telnet/ |
| H A D | telnet.c | 205 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 D | externs.h | 311 void send_will (int, int);
|
| H A D | commands.c | 344 return(send_tncmd(send_will, "will", name)); in send_willcmd() 1002 send_will(TELOPT_LINEMODE, 1); in dolinemode()
|
| /src/contrib/telnet/telnet/ |
| H A D | telnet.c | 275 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 D | externs.h | 281 send_will(int, int),
|
| H A D | commands.c | 432 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 D | state.c | 699 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 D | telnetd.c | 530 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 D | ext.h | 89 void send_will (int option, int init);
|