Home
last modified time | relevance | path

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

/original-bsd/libexec/telnetd/
H A Dtelnetd.c559 IAC, SB, TELOPT_TTYPE, TELQUAL_SEND, IAC, SE
585 send_do(TELOPT_TTYPE, 1);
594 his_will_wont_is_changing(TELOPT_TTYPE) ||
642 if (his_state_is_will(TELOPT_TTYPE)) {
665 if (his_state_is_will(TELOPT_TTYPE)) {
675 if (his_state_is_will(TELOPT_TTYPE) && !terminaltypeok(terminaltype)) {
686 his_state_is_wont(TELOPT_TTYPE)) {
717 if (his_state_is_wont(TELOPT_TTYPE)) in _gettermname()
H A Dstate.c527 case TELOPT_TTYPE:
734 case TELOPT_TTYPE:
922 case TELOPT_TTYPE:
1102 case TELOPT_TTYPE: { /* Yaaaay! */ in suboption()
1105 if (his_state_is_wont(TELOPT_TTYPE)) /* Ignore if option disabled */ in suboption()
H A Dutility.c541 case TELOPT_TTYPE:
/original-bsd/usr.bin/tn3270/distribution/arpa/
H A Dtelnet.h73 #define TELOPT_TTYPE 24 /* terminal type */ macro
/original-bsd/include/arpa/
H A Dtelnet.h80 #define TELOPT_TTYPE 24 /* terminal type */ macro
/original-bsd/usr.bin/telnet/
H A Dtn3270.c43 TELOPT_TTYPE, TELQUAL_IS,
H A Dtelnet.c467 case TELOPT_TTYPE: /* terminal type option */
793 case TELOPT_TTYPE: in suboption()
794 if (my_want_state_is_wont(TELOPT_TTYPE)) in suboption()
811 sprintf((char *)temp, "%c%c%c%c%s%c%c", IAC, SB, TELOPT_TTYPE, in suboption()
2249 send_will(TELOPT_TTYPE, 1);
H A Dutilities.c313 case TELOPT_TTYPE:
/original-bsd/usr.bin/tn3270/
H A Dtelnet.c177 TELOPT_TTYPE, TELQUAL_IS,
1315 case TELOPT_TTYPE:
1823 case TELOPT_TTYPE: /* terminal type option */
1855 case TELOPT_TTYPE: in suboption()
1919 sprintf(nfrontp, "%c%c%c%c%s%c%c", IAC, SB, TELOPT_TTYPE, in suboption()
2798 if (!myopts[TELOPT_TTYPE]) { in telnet()
2799 dooption(TELOPT_TTYPE, 0); in telnet()