Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dtelnet.c94 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()
Dtelnetd.c154 IAC, WILL, TELOPT_ECHO, IAC, WILL, TELOPT_SGA }; in new_session()
/external/tcpdump/
Dprint-telnet.c113 #define TELOPT_SGA 3 /* suppress go ahead */ macro