Searched refs:send_dont (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/libexec/telnetd/ |
| H A D | termstat.c | 148 send_dont(TELOPT_BINARY, 1); in localstat() 235 send_dont(TELOPT_LINEMODE, 1); in localstat()
|
| H A D | state.c | 574 send_dont(option, 0); in willoption() 589 send_dont(option, 1); in willoption() 642 send_dont(int option, int init) in send_dont() 761 send_dont(option, 0); in wontoption() 640 send_dont(int option, int init) send_dont() function
|
| H A D | ext.h | 115 send_dont(int, int),
|
| /netbsd-src/usr.bin/telnet/ |
| H A D | commands.c | 446 return send_tncmd(send_dont, "dont", name); in send_dontcmd() 1078 send_dont(TELOPT_SGA, 1); in dokludgemode() 1079 send_dont(TELOPT_ECHO, 1); in dokludgemode() 1089 send_dont(TELOPT_SGA, 1); in dolinemode() 1092 send_dont(TELOPT_ECHO, 1); in dolinemode()
|
| H A D | telnet.c | 266 send_dont(int c, int init) in send_dont() function 363 send_dont(option, 0); in willoption() 408 send_dont(option, 0); in wontoption() 2398 send_dont(TELOPT_BINARY, 1); in tel_leave_binary()
|
| H A D | externs.h | 261 void send_dont(int, int );
|