Searched refs:send_wont (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | telnet.c | 345 send_wont(c, init) in send_wont() function 514 send_wont(TELOPT_OLD_ENVIRON, 1); 559 send_wont(option, 0); 612 send_wont(option, 0); 952 send_wont(TELOPT_XDISPLOC, 1); in suboption() 2650 send_wont(TELOPT_BINARY, 1);
|
H A D | externs.h | 262 extern void send_wont(int, int);
|
H A D | commands.c | 547 return (send_tncmd(send_wont, "wont", name)); 1206 send_wont(TELOPT_LINEMODE, 1); in dokludgemode() 1248 send_wont(TELOPT_LINEMODE, 1); in docharmode()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 353 static void send_wont(int); 364 send_wont(TELOPT_ENCRYPT); in auth_finished() 1766 send_wont(TELOPT_ENCRYPT); in encrypt_support() 2454 send_wont(int option) in send_wont() function
|