Searched refs:TELOPT_NAWS (Results 1 – 3 of 3) sorted by relevance
/external/toybox/toys/pending/ |
D | telnet.c | 245 case TELOPT_NAWS: /* Window Size */ in handle_ddww() 246 put_iac(3, IAC,WILL,TELOPT_NAWS); in handle_ddww() 247 put_iac(9, IAC,SB,TELOPT_NAWS,(TT.win_width >> 8) & 0xff, in handle_ddww()
|
D | telnetd.c | 51 # define TELOPT_NAWS 31 /* window size */ macro 187 char intial_iacs[] = {IAC, DO, TELOPT_ECHO, IAC, DO, TELOPT_NAWS, in new_session() 247 if (*(curr+2) == TELOPT_NAWS) { in handle_iacs()
|
/external/tcpdump/ |
D | telnet.h | 117 #define TELOPT_NAWS 31 /* window size */ macro
|