Searched refs:TELOPT_TTYPE (Results 1 – 2 of 2) sorted by relevance
/external/toybox/toys/pending/ |
D | telnet.c | 136 } else if (opt == TELOPT_TTYPE) { // Terminal TYPE in handle_wwdd() 137 dprintf(TT.sock, "%c%c%c", IAC, WILL, TELOPT_TTYPE); in handle_wwdd() 182 if (ch == TELOPT_TTYPE) TT.state = SAW_SB_TTYPE; in handle_server_output() 186 dprintf(TT.sock, "%c%c%c%c%s%c%c", IAC, SB, TELOPT_TTYPE, TELQUAL_IS, in handle_server_output()
|
/external/tcpdump/ |
D | print-telnet.c | 134 #define TELOPT_TTYPE 24 /* terminal type */ macro
|