Searched refs:TELOPT_TTYPE (Results 1 – 7 of 7) sorted by relevance
/third_party/toybox/toys/pending/ |
D | telnet.c | 164 case TELOPT_TTYPE: in handle_negotiations() 167 put_iac(4, IAC,SB,TELOPT_TTYPE,TELQUAL_IS); in handle_negotiations() 207 case TELOPT_TTYPE: /* Terminal Type */ in handle_ddww() 208 (TT.ttype)? put_iac(3, IAC,WILL,TELOPT_TTYPE): in handle_ddww() 209 put_iac(3, IAC,WONT,TELOPT_TTYPE); in handle_ddww()
|
D | telnetd.c | 50 # define TELOPT_TTYPE 24 /* terminal type */ macro
|
/third_party/musl/ndk_musl_include/arpa/ |
D | telnet.h | 59 #define TELOPT_TTYPE 24 macro
|
/third_party/musl/include/arpa/ |
D | telnet.h | 59 #define TELOPT_TTYPE 24 macro
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
D | telnet.h | 59 #define TELOPT_TTYPE 24 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
D | telnet.h | 59 #define TELOPT_TTYPE 24 macro
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
D | telnet.h | 59 #define TELOPT_TTYPE 24 macro
|