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

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dtermstat.c113 case TELOPT_TSPEED:
129 } /* end of case TELOPT_TSPEED */
H A Dstate.c488 case TELOPT_TSPEED:
657 case TELOPT_TSPEED:
798 case TELOPT_TSPEED:
917 case TELOPT_TSPEED: {
920 if (his_state_is_wont(TELOPT_TSPEED)) /* Ignore if option disabled */
935 clientstat(TELOPT_TSPEED, xspeed, rspeed);
939 } /* end of case TELOPT_TSPEED */
H A Dtelnetd.c534 send_do(TELOPT_TSPEED, 1);
543 his_will_wont_is_changing(TELOPT_TSPEED) ||
567 if (his_state_is_will(TELOPT_TSPEED)) {
569 { IAC, SB, TELOPT_TSPEED, TELQUAL_SEND, IAC, SE };
601 if (his_state_is_will(TELOPT_TSPEED)) {
H A Dutility.c601 case TELOPT_TSPEED:
/macosx-10.10.1/remote_cmds-47/telnetd.tproj/
H A Dtermstat.c548 case TELOPT_TSPEED:
571 } /* end of case TELOPT_TSPEED */
599 clientstat(TELOPT_TSPEED, def_tspeed, def_rspeed);
H A Dstate.c534 case TELOPT_TSPEED:
740 case TELOPT_TSPEED:
923 case TELOPT_TSPEED:
1074 case TELOPT_TSPEED: {
1077 if (his_state_is_wont(TELOPT_TSPEED)) /* Ignore if option disabled */
1092 clientstat(TELOPT_TSPEED, xspeed, rspeed);
1096 } /* end of case TELOPT_TSPEED */
H A Dtelnetd.c513 send_do(TELOPT_TSPEED, 1);
522 his_will_wont_is_changing(TELOPT_TSPEED) ||
537 if (his_state_is_will(TELOPT_TSPEED)) {
539 { IAC, SB, TELOPT_TSPEED, TELQUAL_SEND, IAC, SE };
571 if (his_state_is_will(TELOPT_TSPEED)) {
H A Dutility.c568 case TELOPT_TSPEED:
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/arpa/
H A Dtelnet.h114 #define TELOPT_TSPEED 32 /* terminal speed */ macro
/macosx-10.10.1/Libc-1044.1.2/include/arpa/
H A Dtelnet.h114 #define TELOPT_TSPEED 32 /* terminal speed */ macro
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dtelnet.h118 #define TELOPT_TSPEED 32 /* terminal speed */ macro
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtelnet.c378 case TELOPT_TSPEED: /* terminal speed */
734 case TELOPT_TSPEED:
735 if (my_want_state_is_wont(TELOPT_TSPEED))
747 "%c%c%c%c%u,%u%c%c", IAC, SB, TELOPT_TSPEED,
2067 send_will(TELOPT_TSPEED, 1);
H A Dutilities.c324 case TELOPT_TSPEED:
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dtelnet.c424 case TELOPT_TSPEED: /* terminal speed */
774 case TELOPT_TSPEED:
775 if (my_want_state_is_wont(TELOPT_TSPEED))
786 sprintf((char *)temp, "%c%c%c%c%ld,%ld%c%c", IAC, SB, TELOPT_TSPEED,
2131 send_will(TELOPT_TSPEED, 1);
H A Dutilities.c349 case TELOPT_TSPEED:
/macosx-10.10.1/CPANInternal-159.1/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm25 TELOPT_X3PAD TELOPT_NAWS TELOPT_TSPEED TELOPT_LFLOW
3310 sub TELOPT_TSPEED () {32}; # Terminal Speed subroutine

Completed in 139 milliseconds