Searched refs:TELOPT_TTYPE (Results 1 – 3 of 3) sorted by relevance
376 case TELOPT_TTYPE: /* terminal type option */ in dooption()648 case TELOPT_TTYPE: in suboption()649 if (my_want_state_is_wont(TELOPT_TTYPE)) in suboption()662 "%c%c%c%c%s%c%c", IAC, SB, TELOPT_TTYPE, in suboption()1851 send_will(TELOPT_TTYPE, 1); in telnet()
289 case TELOPT_TTYPE: in printsub()
106 #define TELOPT_TTYPE 24 /* terminal type */ macro