Searched refs:TELOPT_TTYPE (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/telnet/telnetd/
H A Dtelnetd.c458 IAC, SB, TELOPT_TTYPE, TELQUAL_SEND, IAC, SE
491 send_do(TELOPT_TTYPE, 1);
500 his_will_wont_is_changing(TELOPT_TTYPE) ||
544 if (his_state_is_will(TELOPT_TTYPE)) {
566 if (his_state_is_will(TELOPT_TTYPE)) {
576 if (his_state_is_will(TELOPT_TTYPE) && !terminaltypeok(terminaltype)) {
589 his_state_is_wont(TELOPT_TTYPE)) {
622 if (his_state_is_wont(TELOPT_TTYPE))
H A Dstate.c527 case TELOPT_TTYPE:
734 case TELOPT_TTYPE:
919 case TELOPT_TTYPE:
1096 case TELOPT_TTYPE: { /* Yaaaay! */
1099 if (his_state_is_wont(TELOPT_TTYPE)) /* Ignore if option disabled */
1122 } /* end of case TELOPT_TTYPE */
H A Dutility.c549 case TELOPT_TTYPE:
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c508 IAC, SB, TELOPT_TTYPE, TELQUAL_SEND, IAC, SE
533 send_do(TELOPT_TTYPE, 1);
542 his_will_wont_is_changing(TELOPT_TTYPE) ||
595 if (his_state_is_will(TELOPT_TTYPE)) {
617 if (his_state_is_will(TELOPT_TTYPE)) {
627 if (his_state_is_will(TELOPT_TTYPE) && !terminaltypeok(terminaltype)) {
638 his_state_is_wont(TELOPT_TTYPE)) {
669 if (his_state_is_wont(TELOPT_TTYPE))
H A Dstate.c485 case TELOPT_TTYPE:
653 case TELOPT_TTYPE:
796 case TELOPT_TTYPE:
941 case TELOPT_TTYPE: { /* Yaaaay! */
944 if (his_state_is_wont(TELOPT_TTYPE)) /* Ignore if option disabled */
966 } /* end of case TELOPT_TTYPE */
H A Dutility.c585 case TELOPT_TTYPE:
/freebsd-11-stable/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h106 #define TELOPT_TTYPE 24 /* terminal type */ macro
/freebsd-11-stable/include/arpa/
H A Dtelnet.h104 #define TELOPT_TTYPE 24 /* terminal type */ macro
/freebsd-11-stable/contrib/telnet/arpa/
H A Dtelnet.h104 #define TELOPT_TTYPE 24 /* terminal type */ macro
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c380 case TELOPT_TTYPE: /* terminal type option */
710 case TELOPT_TTYPE:
711 if (my_want_state_is_wont(TELOPT_TTYPE))
724 "%c%c%c%c%s%c%c", IAC, SB, TELOPT_TTYPE,
2065 send_will(TELOPT_TTYPE, 1);
H A Dutilities.c307 case TELOPT_TTYPE:
/freebsd-11-stable/contrib/telnet/telnet/
H A Dtelnet.c450 case TELOPT_TTYPE: /* terminal type option */
771 case TELOPT_TTYPE:
772 if (my_want_state_is_wont(TELOPT_TTYPE))
784 snprintf(temp, sizeof(temp), "%c%c%c%c%s%c%c", IAC, SB, TELOPT_TTYPE,
2141 send_will(TELOPT_TTYPE, 1);
H A Dutilities.c330 case TELOPT_TTYPE:
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-telnet.c134 #define TELOPT_TTYPE 24 /* terminal type */ macro

Completed in 116 milliseconds