Home
last modified time | relevance | path

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

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