Home
last modified time | relevance | path

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

/titanic_41/usr/src/head/arpa/
H A Dtelnet.h109 #define TELOPT_TTYPE 24 /* terminal type */ macro
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c503 case TELOPT_TTYPE: /* terminal type option */
808 case TELOPT_TTYPE: in suboption()
809 if (my_want_state_is_wont(TELOPT_TTYPE)) in suboption()
822 TELOPT_TTYPE, TELQUAL_IS, name, IAC, SE); in suboption()
2233 send_will(TELOPT_TTYPE, 1);
H A Dutilities.c373 case TELOPT_TTYPE:
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c2630 send_do(TELOPT_TTYPE); in getterminaltype()
2631 remopts[TELOPT_TTYPE] = OPT_YES_BUT_ALWAYS_LOOK; in getterminaltype()
2679 if (remopts[TELOPT_TTYPE] == OPT_YES) { in getterminaltype()
2681 (uchar_t)TELOPT_TTYPE, (uchar_t)TELQUAL_SEND, in getterminaltype()
2708 if (remopts[TELOPT_TTYPE] == OPT_YES) { in getterminaltype()
3673 case TELOPT_TTYPE: in willoption()
3761 case TELOPT_TTYPE: in wontoption()
3958 case TELOPT_TTYPE: { /* Yaaaay! */ in suboption()