Searched refs:send_do (Results 1 – 9 of 9) sorted by relevance
| /src/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | telnetd.c | 521 send_do(TELOPT_AUTHENTICATION, 1); in getterminaltype() 531 send_do(TELOPT_ENCRYPT, 1); /* esc@magic.fi */ in getterminaltype() 533 send_do(TELOPT_TTYPE, 1); in getterminaltype() 534 send_do(TELOPT_TSPEED, 1); in getterminaltype() 535 send_do(TELOPT_XDISPLOC, 1); in getterminaltype() 536 send_do(TELOPT_NEW_ENVIRON, 1); in getterminaltype() 537 send_do(TELOPT_OLD_ENVIRON, 1); in getterminaltype() 851 send_do(TELOPT_ECHO, 1); in my_telnet() 856 send_do(TELOPT_NAWS, 1); in my_telnet() 860 send_do(TELOPT_LFLOW, 1); in my_telnet()
|
| H A D | ext.h | 85 void send_do (int option, int init);
|
| H A D | state.c | 404 send_do(int option, int init) in send_do() function 515 send_do(option, 0); in willoption()
|
| /src/crypto/heimdal/appl/telnet/telnet/ |
| H A D | telnet.c | 175 send_do(int c, int init) in send_do() function 283 send_do(option, 0); in willoption() 417 send_do(TELOPT_SGA, 1); in dooption() 447 send_do(TELOPT_SGA, 1); in dooption() 451 send_do(TELOPT_SGA, 0); in dooption() 2061 send_do(TELOPT_ENCRYPT, 1); in my_telnet() 2064 send_do(TELOPT_SGA, 1); in my_telnet() 2071 send_do(TELOPT_STATUS, 1); in my_telnet() 2087 send_do(TELOPT_ENCRYPT, 1); in my_telnet() 2408 send_do(TELOPT_BINARY, 1); in tel_enter_binary()
|
| H A D | commands.c | 332 return(send_tncmd(send_do, "do", name)); in send_docmd() 1012 send_do(TELOPT_SGA, 1); in docharmode() 1016 send_do(TELOPT_ECHO, 1); in docharmode() 1349 send_do(TELOPT_LOGOUT, 1); in logout()
|
| H A D | externs.h | 309 void send_do (int, int);
|
| /src/contrib/telnet/telnet/ |
| H A D | telnet.c | 241 send_do(int c, int init) in send_do() function 356 send_do(option, 0); in willoption() 485 send_do(TELOPT_SGA, 1); in dooption() 515 send_do(TELOPT_SGA, 1); in dooption() 519 send_do(TELOPT_SGA, 0); in dooption() 2134 send_do(TELOPT_ENCRYPT, 1); in telnet() 2137 send_do(TELOPT_SGA, 1); in telnet() 2144 send_do(TELOPT_STATUS, 1); in telnet() 2422 send_do(TELOPT_BINARY, 1); in tel_enter_binary()
|
| H A D | externs.h | 279 send_do(int, int),
|
| H A D | commands.c | 420 return(send_tncmd(send_do, "do", name)); in send_docmd() 1085 send_do(TELOPT_SGA, 1); in docharmode() 1089 send_do(TELOPT_ECHO, 1); in docharmode() 1424 send_do(TELOPT_LOGOUT, 1); in logout()
|