Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c345 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 Dexterns.h262 extern void send_wont(int, int);
H A Dcommands.c547 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 Din.telnetd.c353 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