Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c343 send_wont(c, init) in send_wont() function
512 send_wont(TELOPT_OLD_ENVIRON, 1);
557 send_wont(option, 0);
610 send_wont(option, 0);
950 send_wont(TELOPT_XDISPLOC, 1); in suboption()
2648 send_wont(TELOPT_BINARY, 1);
H A Dexterns.h260 extern void send_wont(int, int);
H A Dcommands.c538 return (send_tncmd(send_wont, "wont", name));
1193 send_wont(TELOPT_LINEMODE, 1); in dokludgemode()
1235 send_wont(TELOPT_LINEMODE, 1); in docharmode()
/illumos-gate/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