Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/telnet/
Dtelnet.c214 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 …]
Dext.h87 void send_will (int option, int init);
Dexterns.h310 void send_will (int, int);
Dcommands.c380 return(send_tncmd(send_will, "will", name));
1068 send_will(TELOPT_LINEMODE, 1); in dolinemode()