Home
last modified time | relevance | path

Searched refs:TELOPT_TSPEED (Results 1 – 16 of 16) sorted by relevance

/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
HDstate.c488 case TELOPT_TSPEED: in willoption()
657 case TELOPT_TSPEED: in wontoption()
798 case TELOPT_TSPEED: in dooption()
917 case TELOPT_TSPEED: { in suboption()
920 if (his_state_is_wont(TELOPT_TSPEED)) /* Ignore if option disabled */ in suboption()
935 clientstat(TELOPT_TSPEED, xspeed, rspeed); in suboption()
HDtelnetd.c534 send_do(TELOPT_TSPEED, 1); in getterminaltype()
543 his_will_wont_is_changing(TELOPT_TSPEED) || in getterminaltype()
567 if (his_state_is_will(TELOPT_TSPEED)) { in getterminaltype()
569 { IAC, SB, TELOPT_TSPEED, TELQUAL_SEND, IAC, SE }; in getterminaltype()
601 if (his_state_is_will(TELOPT_TSPEED)) { in getterminaltype()
HDtermstat.c113 case TELOPT_TSPEED: in clientstat()
HDutility.c601 case TELOPT_TSPEED: in printsub()
/freebsd-13-stable/contrib/telnet/telnetd/
HDstate.c530 case TELOPT_TSPEED: in willoption()
738 case TELOPT_TSPEED: in wontoption()
921 case TELOPT_TSPEED: in dooption()
1072 case TELOPT_TSPEED: { in suboption()
1075 if (his_state_is_wont(TELOPT_TSPEED)) /* Ignore if option disabled */ in suboption()
1090 clientstat(TELOPT_TSPEED, xspeed, rspeed); in suboption()
HDtelnetd.c492 send_do(TELOPT_TSPEED, 1); in getterminaltype()
501 his_will_wont_is_changing(TELOPT_TSPEED) || in getterminaltype()
516 if (his_state_is_will(TELOPT_TSPEED)) { in getterminaltype()
518 { IAC, SB, TELOPT_TSPEED, TELQUAL_SEND, IAC, SE }; in getterminaltype()
550 if (his_state_is_will(TELOPT_TSPEED)) { in getterminaltype()
HDtermstat.c544 case TELOPT_TSPEED: in clientstat()
595 clientstat(TELOPT_TSPEED, def_tspeed, def_rspeed); in defer_terminit()
HDutility.c574 case TELOPT_TSPEED: in printsub()
/freebsd-13-stable/crypto/heimdal/appl/telnet/arpa/
HDtelnet.h114 #define TELOPT_TSPEED 32 /* terminal speed */ macro
/freebsd-13-stable/contrib/telnet/arpa/
HDtelnet.h112 #define TELOPT_TSPEED 32 /* terminal speed */ macro
/freebsd-13-stable/include/arpa/
HDtelnet.h113 #define TELOPT_TSPEED 32 /* terminal speed */ macro
/freebsd-13-stable/contrib/telnet/telnet/
HDtelnet.c448 case TELOPT_TSPEED: /* terminal speed */ in dooption()
794 case TELOPT_TSPEED: in suboption()
795 if (my_want_state_is_wont(TELOPT_TSPEED)) in suboption()
806 snprintf((char *)temp, sizeof(temp), "%c%c%c%c%ld,%ld%c%c", IAC, SB, TELOPT_TSPEED, in suboption()
2142 send_will(TELOPT_TSPEED, 1); in telnet()
HDutilities.c344 case TELOPT_TSPEED: in printsub()
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/
HDtelnet.c378 case TELOPT_TSPEED: /* terminal speed */ in dooption()
734 case TELOPT_TSPEED: in suboption()
735 if (my_want_state_is_wont(TELOPT_TSPEED)) in suboption()
747 "%c%c%c%c%u,%u%c%c", IAC, SB, TELOPT_TSPEED, in suboption()
2067 send_will(TELOPT_TSPEED, 1); in my_telnet()
HDutilities.c323 case TELOPT_TSPEED: in printsub()
/freebsd-13-stable/contrib/tcpdump/
HDprint-telnet.c133 #define TELOPT_TSPEED 32 /* terminal speed */ macro