Searched refs:TELOPT_SGA (Results 1 – 3 of 3) sorted by relevance
/external/toybox/toys/pending/ |
D | telnet.c | 94 dprintf(TT.sock,"%c%c%c%c%c%c",IAC,DONT,TELOPT_ECHO,IAC,DONT,TELOPT_SGA); in handle_esc() 102 dprintf(TT.sock,"%c%c%c%c%c%c",IAC,DO,TELOPT_ECHO,IAC,DO,TELOPT_SGA); in handle_esc() 130 } else if (opt == TELOPT_SGA) { // Suppress Go Ahead in handle_wwdd() 135 dprintf(TT.sock, "%c%c%c", IAC, TT.sga ? DO : DONT, TELOPT_SGA); in handle_wwdd()
|
D | telnetd.c | 154 IAC, WILL, TELOPT_ECHO, IAC, WILL, TELOPT_SGA }; in new_session()
|
/external/tcpdump/ |
D | print-telnet.c | 113 #define TELOPT_SGA 3 /* suppress go ahead */ macro
|