Searched refs:TELOPT_TTYPE (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | telnetd.c | 508 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 D | state.c | 485 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 D | utility.c | 585 case TELOPT_TTYPE: in printsub()
|
/freebsd/crypto/heimdal/appl/telnet/arpa/ |
H A D | telnet.h | 106 #define TELOPT_TTYPE 24 /* terminal type */ macro
|
/freebsd/contrib/telnet/arpa/ |
H A D | telnet.h | 104 #define TELOPT_TTYPE 24 /* terminal type */ macro
|
/freebsd/include/arpa/ |
H A D | telnet.h | 103 #define TELOPT_TTYPE 24 /* terminal type */ macro
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | telnet.c | 380 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 D | utilities.c | 306 case TELOPT_TTYPE: in printsub()
|
/freebsd/contrib/telnet/telnet/ |
H A D | telnet.c | 448 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 D | utilities.c | 327 case TELOPT_TTYPE: in printsub()
|
/freebsd/contrib/tcpdump/ |
H A D | print-telnet.c | 125 #define TELOPT_TTYPE 24 /* terminal type */ macro
|