Searched refs:send_will (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/usr.bin/telnet/ |
| D | telnet.c | 214 send_will(c, init) in send_will() function 410 send_will(option, 0); 462 send_will(option, 0); 474 send_will(option, 0); 523 send_will(TELOPT_OLD_ENVIRON, 1); 2216 send_will(TELOPT_AUTHENTICATION, 1); 2220 send_will(TELOPT_ENCRYPT, 1); 2223 send_will(TELOPT_TTYPE, 1); 2224 send_will(TELOPT_NAWS, 1); 2225 send_will(TELOPT_TSPEED, 1); [all …]
|
| D | ext.h | 87 void send_will (int option, int init);
|
| D | externs.h | 310 void send_will (int, int);
|
| D | commands.c | 380 return(send_tncmd(send_will, "will", name)); 1068 send_will(TELOPT_LINEMODE, 1); in dolinemode()
|