Searched refs:TELOPT_NAWS (Results 1 – 7 of 7) sorted by relevance
/third_party/toybox/toys/pending/ |
D | telnet.c | 212 case TELOPT_NAWS: /* Window Size */ in handle_ddww() 213 put_iac(3, IAC,WILL,TELOPT_NAWS); in handle_ddww() 214 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 184 char intial_iacs[] = {IAC, DO, TELOPT_ECHO, IAC, DO, TELOPT_NAWS, in new_session() 244 if (*(curr+2) == TELOPT_NAWS) { in handle_iacs()
|
/third_party/musl/include/arpa/ |
D | telnet.h | 66 #define TELOPT_NAWS 31 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | telnet.h | 66 #define TELOPT_NAWS 31 macro
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | telnet.h | 66 #define TELOPT_NAWS 31 macro
|
/third_party/musl/ndk_musl_include/arpa/ |
D | telnet.h | 66 #define TELOPT_NAWS 31 macro
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | telnet.h | 66 #define TELOPT_NAWS 31 macro
|