Searched refs:send_dont (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | telnet.c | 313 send_dont(c, init) in send_dont() function 415 send_dont(option, 0); 459 send_dont(option, 0); 2648 send_dont(TELOPT_BINARY, 1);
|
H A D | externs.h | 260 extern void send_dont(int, int);
|
H A D | commands.c | 533 return (send_tncmd(send_dont, "dont", name)); 1207 send_dont(TELOPT_SGA, 1); in dokludgemode() 1208 send_dont(TELOPT_ECHO, 1); in dokludgemode() 1225 send_dont(TELOPT_SGA, 1); in dolinemode() 1228 send_dont(TELOPT_ECHO, 1); in dolinemode()
|