Home
last modified time | relevance | path

Searched refs:TELOPT_ECHO (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()
218 case TELOPT_ECHO: /* ECHO */ in handle_ddww()
219 if (ddww == DO) put_iac(3, IAC,WONT,TELOPT_ECHO); in handle_ddww()
225 (TT.flags & UF_ECHO)? put_iac(3, IAC,DO,TELOPT_ECHO) : in handle_ddww()
226 put_iac(3, IAC,DONT,TELOPT_ECHO); in handle_ddww()
Dtelnetd.c48 # define TELOPT_ECHO 1 /* echo */ macro
187 char intial_iacs[] = {IAC, DO, TELOPT_ECHO, IAC, DO, TELOPT_NAWS, in new_session()
188 IAC, WILL, TELOPT_ECHO, IAC, WILL, TELOPT_SGA }; in new_session()
/external/tcpdump/
Dtelnet.h87 #define TELOPT_ECHO 1 /* echo */ macro