Searched refs:TELOPT_SGA (Results 1 – 3 of 3) sorted by relevance
/external/toybox/toys/pending/ |
D | telnet.c | 155 put_iac(6, IAC,DONT,TELOPT_ECHO,IAC,DONT, TELOPT_SGA); in handle_esc() 165 put_iac(6, IAC,DO,TELOPT_ECHO,IAC,DO,TELOPT_SGA); in handle_esc() 231 case TELOPT_SGA: /* Supress GO Ahead */ in handle_ddww() 236 (TT.flags & UF_SGA)? put_iac(3, IAC,DO,TELOPT_SGA) : in handle_ddww() 237 put_iac(3, IAC,DONT,TELOPT_SGA); in handle_ddww()
|
D | telnetd.c | 49 # define TELOPT_SGA 3 /* suppress go ahead */ macro 188 IAC, WILL, TELOPT_ECHO, IAC, WILL, TELOPT_SGA }; in new_session()
|
/external/tcpdump/ |
D | telnet.h | 89 #define TELOPT_SGA 3 /* suppress go ahead */ macro
|