Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dtelnet.c245 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()
Dtelnetd.c51 # 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/
Dtelnet.h117 #define TELOPT_NAWS 31 /* window size */ macro