Searched refs:TELOPT_TSPEED (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/ |
| HD | state.c | 488 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()
|
| HD | telnetd.c | 534 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()
|
| HD | termstat.c | 113 case TELOPT_TSPEED: in clientstat()
|
| HD | utility.c | 601 case TELOPT_TSPEED: in printsub()
|
| /freebsd-13-stable/contrib/telnet/telnetd/ |
| HD | state.c | 530 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()
|
| HD | telnetd.c | 492 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()
|
| HD | termstat.c | 544 case TELOPT_TSPEED: in clientstat() 595 clientstat(TELOPT_TSPEED, def_tspeed, def_rspeed); in defer_terminit()
|
| HD | utility.c | 574 case TELOPT_TSPEED: in printsub()
|
| /freebsd-13-stable/crypto/heimdal/appl/telnet/arpa/ |
| HD | telnet.h | 114 #define TELOPT_TSPEED 32 /* terminal speed */ macro
|
| /freebsd-13-stable/contrib/telnet/arpa/ |
| HD | telnet.h | 112 #define TELOPT_TSPEED 32 /* terminal speed */ macro
|
| /freebsd-13-stable/include/arpa/ |
| HD | telnet.h | 113 #define TELOPT_TSPEED 32 /* terminal speed */ macro
|
| /freebsd-13-stable/contrib/telnet/telnet/ |
| HD | telnet.c | 448 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()
|
| HD | utilities.c | 344 case TELOPT_TSPEED: in printsub()
|
| /freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/ |
| HD | telnet.c | 378 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()
|
| HD | utilities.c | 323 case TELOPT_TSPEED: in printsub()
|
| /freebsd-13-stable/contrib/tcpdump/ |
| HD | print-telnet.c | 133 #define TELOPT_TSPEED 32 /* terminal speed */ macro
|