Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c508 IAC, SB, TELOPT_TTYPE, TELQUAL_SEND, IAC, SE
533 send_do(TELOPT_TTYPE, 1); in getterminaltype()
542 his_will_wont_is_changing(TELOPT_TTYPE) || in getterminaltype()
595 if (his_state_is_will(TELOPT_TTYPE)) { in getterminaltype()
617 if (his_state_is_will(TELOPT_TTYPE)) { in getterminaltype()
627 if (his_state_is_will(TELOPT_TTYPE) && !terminaltypeok(terminaltype)) { in getterminaltype()
638 his_state_is_wont(TELOPT_TTYPE)) { in getterminaltype()
669 if (his_state_is_wont(TELOPT_TTYPE)) in _gettermname()
H A Dstate.c485 case TELOPT_TTYPE: in willoption()
653 case TELOPT_TTYPE: in wontoption()
796 case TELOPT_TTYPE: in dooption()
941 case TELOPT_TTYPE: { /* Yaaaay! */ in suboption()
944 if (his_state_is_wont(TELOPT_TTYPE)) /* Ignore if option disabled */ in suboption()
H A Dutility.c585 case TELOPT_TTYPE: in printsub()
/freebsd/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h106 #define TELOPT_TTYPE 24 /* terminal type */ macro
/freebsd/contrib/telnet/arpa/
H A Dtelnet.h104 #define TELOPT_TTYPE 24 /* terminal type */ macro
/freebsd/include/arpa/
H A Dtelnet.h103 #define TELOPT_TTYPE 24 /* terminal type */ macro
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c380 case TELOPT_TTYPE: /* terminal type option */ in dooption()
710 case TELOPT_TTYPE: in suboption()
711 if (my_want_state_is_wont(TELOPT_TTYPE)) in suboption()
724 "%c%c%c%c%s%c%c", IAC, SB, TELOPT_TTYPE, in suboption()
2065 send_will(TELOPT_TTYPE, 1); in my_telnet()
H A Dutilities.c306 case TELOPT_TTYPE: in printsub()
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c448 case TELOPT_TTYPE: /* terminal type option */ in dooption()
769 case TELOPT_TTYPE: in suboption()
770 if (my_want_state_is_wont(TELOPT_TTYPE)) in suboption()
782 snprintf(temp, sizeof(temp), "%c%c%c%c%s%c%c", IAC, SB, TELOPT_TTYPE, in suboption()
2138 send_will(TELOPT_TTYPE, 1); in telnet()
H A Dutilities.c327 case TELOPT_TTYPE: in printsub()
/freebsd/contrib/tcpdump/
H A Dprint-telnet.c125 #define TELOPT_TTYPE 24 /* terminal type */ macro