Searched refs:TELOPT_NAWS (Results 1 – 3 of 3) sorted by relevance
/external/toybox/toys/pending/ |
D | telnet.c | 138 } else if (opt == TELOPT_NAWS) { // Negotiate About Window Size in handle_wwdd() 142 dprintf(TT.sock, "%c%c%c%c%c%c%c%c%c%c%c%c", IAC, WILL, TELOPT_NAWS, in handle_wwdd() 143 IAC, SB, TELOPT_NAWS, cols>>8, cols, rows>>8, rows, in handle_wwdd()
|
D | telnetd.c | 153 char intial_iacs[] = {IAC, DO, TELOPT_ECHO, IAC, DO, TELOPT_NAWS, in new_session() 213 if (*(curr+2) == TELOPT_NAWS) { in handle_iacs()
|
/external/tcpdump/ |
D | print-telnet.c | 141 #define TELOPT_NAWS 31 /* window size */ macro
|