Searched refs:send_dont (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | state.c | 518 send_dont(option, 0); in willoption() 533 send_dont(option, 1); in willoption() 575 send_dont(int option, int init) in send_dont() function 678 send_dont(option, 0); in wontoption()
|
H A D | ext.h | 87 void send_dont (int option, int init);
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | commands.c | 338 return(send_tncmd(send_dont, "dont", name)); in send_dontcmd() 989 send_dont(TELOPT_SGA, 1); in dokludgemode() 990 send_dont(TELOPT_ECHO, 1); in dokludgemode() 1000 send_dont(TELOPT_SGA, 1); in dolinemode() 1003 send_dont(TELOPT_ECHO, 1); in dolinemode()
|
H A D | telnet.c | 190 send_dont(int c, int init) in send_dont() function 287 send_dont(option, 0); in willoption() 337 send_dont(option, 0); in wontoption() 2417 send_dont(TELOPT_BINARY, 1); in tel_leave_binary()
|
H A D | externs.h | 310 void send_dont (int, int);
|
/freebsd/contrib/telnet/telnet/ |
H A D | telnet.c | 258 send_dont(int c, int init) in send_dont() function 360 send_dont(option, 0); in willoption() 405 send_dont(option, 0); in wontoption() 2431 send_dont(TELOPT_BINARY, 1); in tel_leave_binary()
|
H A D | commands.c | 426 return(send_tncmd(send_dont, "dont", name)); in send_dontcmd() 1062 send_dont(TELOPT_SGA, 1); in dokludgemode() 1063 send_dont(TELOPT_ECHO, 1); in dokludgemode() 1073 send_dont(TELOPT_SGA, 1); in dolinemode() 1076 send_dont(TELOPT_ECHO, 1); in dolinemode()
|
H A D | externs.h | 280 send_dont(int, int),
|