Searched defs:send_will (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c329 send_will(c, init) function
494 send_will(option, 0);
543 send_will(option, 0);
555 send_will(option, 0);
604 send_will(TELOPT_OLD_ENVIRON, 1);
2223 send_will(TELOPT_AUTHENTICATION, 1);
2227 send_will(TELOPT_ENCRYPT, 1);
2233 send_will(TELOPT_TTYPE, 1);
2234 send_will(TELOPT_NAWS, 1);
2235 send_will(TELOPT_TSPEE
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c352 static void send_will(int);
2448 send_will(int option) function
2561 send_will(TELOPT_ENCRYPT);

Completed in 85 milliseconds