Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dtelnet.c138 } 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()
Dtelnetd.c153 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/
Dprint-telnet.c141 #define TELOPT_NAWS 31 /* window size */ macro