Searched refs:TELOPT_TTYPE (Results 1 – 3 of 3) sorted by relevance
/external/toybox/toys/pending/ |
D | telnet.c | 164 case TELOPT_TTYPE: in handle_negotiations() 167 put_iac(4, IAC,SB,TELOPT_TTYPE,TELQUAL_IS); in handle_negotiations() 207 case TELOPT_TTYPE: /* Terminal Type */ in handle_ddww() 208 (TT.ttype)? put_iac(3, IAC,WILL,TELOPT_TTYPE): in handle_ddww() 209 put_iac(3, IAC,WONT,TELOPT_TTYPE); in handle_ddww()
|
D | telnetd.c | 50 # define TELOPT_TTYPE 24 /* terminal type */ macro
|
/external/tcpdump/ |
D | print-telnet.c | 131 #define TELOPT_TTYPE 24 /* terminal type */ macro
|