Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c327 send_will(c, init) in send_will() function
492 send_will(option, 0);
541 send_will(option, 0);
553 send_will(option, 0);
2225 send_will(TELOPT_ENCRYPT, 1);
2231 send_will(TELOPT_TTYPE, 1);
2232 send_will(TELOPT_NAWS, 1);
2233 send_will(TELOPT_TSPEED, 1);
2234 send_will(TELOPT_LFLOW, 1);
2256 send_will(TELOPT_ENCRYPT, 1);
[all …]
H A Dexterns.h259 extern void send_will(int, int);
H A Dcommands.c531 return (send_tncmd(send_will, "will", name));
1214 send_will(TELOPT_LINEMODE, 1); in dolinemode()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c352 static void send_will(int);
2448 send_will(int option) in send_will() function
2561 send_will(TELOPT_ENCRYPT); in getencrtype()