Searched refs:send_will (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/usr.bin/telnet/ |
| H A D | telnet.c | 216 send_will(int c, int init) in send_will() function 367 send_will(option, 0); in dooption() 396 send_will(option, 0); in dooption() 408 send_will(option, 0); in dooption() 1851 send_will(TELOPT_TTYPE, 1); in telnet() 1852 send_will(TELOPT_NAWS, 1); in telnet() 1853 send_will(TELOPT_TSPEED, 1); in telnet() 1854 send_will(TELOPT_LFLOW, 1); in telnet() 1855 send_will(TELOPT_LINEMODE, 1); in telnet() 1856 send_will(TELOPT_NEW_ENVIRON, 1); in telnet() [all …]
|
| H A D | externs.h | 219 void send_will (int, int);
|
| H A D | commands.c | 348 return(send_tncmd(send_will, "will", name)); in send_willcmd() 934 send_will(TELOPT_LINEMODE, 1); in dolinemode()
|