Searched refs:send_wont (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/libexec/telnetd/ |
H A D | termstat.c | 156 send_wont(TELOPT_BINARY, 1); in localstat() 218 send_wont(TELOPT_ECHO, 1); in localstat() 264 send_wont(TELOPT_SGA, 1); in localstat() 277 send_wont(TELOPT_SGA, 1); in localstat()
|
H A D | state.c | 505 send_wont(TELOPT_SGA, 1); in willoption() 936 send_wont(option, 0); in dooption() 944 send_wont(int option, int init) in send_wont() 1023 send_wont(option, 0); in dontoption() 1036 send_wont(option, 0); in dontoption() 942 send_wont(int option, int init) send_wont() function
|
H A D | ext.h | 119 send_wont(int, int),
|
/netbsd-src/usr.bin/telnet/ |
H A D | telnet.c | 296 send_wont(int c, int init) in send_wont() function 497 send_wont(option, 0); in dooption() 539 send_wont(option, 0); in dontoption() 906 send_wont(TELOPT_XDISPLOC, 1); in suboption() 2400 send_wont(TELOPT_BINARY, 1); in tel_leave_binary()
|
H A D | externs.h | 263 void send_wont(int, int );
|
H A D | commands.c | 458 return send_tncmd(send_wont, "wont", name); in send_wontcmd() 1077 send_wont(TELOPT_LINEMODE, 1); in dokludgemode() 1104 send_wont(TELOPT_LINEMODE, 1); in docharmode()
|