Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dtelnet.c164 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()
Dtelnetd.c50 # define TELOPT_TTYPE 24 /* terminal type */ macro
/external/tcpdump/
Dprint-telnet.c131 #define TELOPT_TTYPE 24 /* terminal type */ macro