Searched refs:TELOPT_LFLOW (Results 1 – 14 of 14) sorted by relevance
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | termstat.c | 54 if (his_state_is_will(TELOPT_LFLOW)) { in flowstat() 58 IAC, SB, TELOPT_LFLOW, in flowstat() 65 IAC, SB, TELOPT_LFLOW, in flowstat()
|
H A D | state.c | 475 case TELOPT_LFLOW: in willoption() 563 case TELOPT_LFLOW: in willoption() 627 case TELOPT_LFLOW: in wontoption() 799 case TELOPT_LFLOW: in dooption() 1329 if (his_want_state_is_will(TELOPT_LFLOW)) { in send_status() 1331 ADD(TELOPT_LFLOW); in send_status() 1341 ADD(TELOPT_LFLOW); in send_status()
|
H A D | telnetd.c | 860 send_do(TELOPT_LFLOW, 1); in my_telnet() 1169 if (his_state_is_will(TELOPT_LFLOW) && in my_telnet() 1177 IAC, SB, TELOPT_LFLOW, in my_telnet()
|
H A D | utility.c | 623 case TELOPT_LFLOW: in printsub()
|
/freebsd/crypto/heimdal/appl/telnet/arpa/ |
H A D | telnet.h | 115 #define TELOPT_LFLOW 33 /* remote flow control */ macro
|
/freebsd/contrib/telnet/arpa/ |
H A D | telnet.h | 113 #define TELOPT_LFLOW 33 /* remote flow control */ macro
|
/freebsd/include/arpa/ |
H A D | telnet.h | 112 #define TELOPT_LFLOW 33 /* remote flow control */ macro
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | telnet.c | 379 case TELOPT_LFLOW: /* local flow control */ in dooption() 760 case TELOPT_LFLOW: in suboption() 761 if (my_want_state_is_wont(TELOPT_LFLOW)) in suboption() 1748 } else if (c == TELOPT_LFLOW) { in telrcv() 2068 send_will(TELOPT_LFLOW, 1); in my_telnet()
|
H A D | utilities.c | 345 case TELOPT_LFLOW: in printsub()
|
H A D | commands.c | 1947 if (my_want_state_is_will(TELOPT_LFLOW)) in status()
|
/freebsd/contrib/telnet/telnet/ |
H A D | telnet.c | 447 case TELOPT_LFLOW: /* local flow control */ in dooption() 815 case TELOPT_LFLOW: in suboption() 816 if (my_want_state_is_wont(TELOPT_LFLOW)) in suboption() 1827 } else if (c == TELOPT_LFLOW) { in telrcv() 2141 send_will(TELOPT_LFLOW, 1); in telnet()
|
H A D | utilities.c | 364 case TELOPT_LFLOW: in printsub()
|
H A D | commands.c | 2064 if (my_want_state_is_will(TELOPT_LFLOW)) in status()
|
/freebsd/contrib/tcpdump/ |
H A D | print-telnet.c | 134 #define TELOPT_LFLOW 33 /* remote flow control */ macro
|