Home
last modified time | relevance | path

Searched refs:send_dont (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c313 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 Dexterns.h260 extern void send_dont(int, int);
H A Dcommands.c533 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()