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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c297 send_do(c, init) function
411 send_do(option, 0);
540 send_do(TELOPT_SGA, 1);
570 send_do(TELOPT_SGA, 1);
574 send_do(TELOPT_SGA, 0);
2226 send_do(TELOPT_ENCRYPT, 1);
2232 send_do(TELOPT_SGA, 1);
2240 send_do(TELOPT_STATUS, 1);
2257 send_do(TELOPT_ENCRYPT, 1);
2638 send_do(TELOPT_BINAR
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c354 static void send_do(int);
2442 send_do(int option) function
2485 send_do(TELOPT_AUTHENTICATION);
2569 send_do(TELOPT_ENCRYPT);
2630 send_do(TELOPT_TTYPE);
2635 send_do(TELOPT_NAWS);
2640 send_do(TELOPT_XDISPLOC);
2645 send_do(TELOPT_NEW_ENVIRON);
2650 send_do(TELOPT_OLD_ENVIRON);
3097 send_do(TELOPT_ECH
[all...]

Completed in 68 milliseconds