Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/telnet/
Dtelnet.c376 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()
Dutilities.c289 case TELOPT_TTYPE: in printsub()
/openbsd/src/include/arpa/
Dtelnet.h106 #define TELOPT_TTYPE 24 /* terminal type */ macro