HomeSort by: relevance | last modified time | path
    Searched refs:TELOPT_LFLOW (Results 1 - 8 of 8) sorted by relevancy

  /src/libexec/telnetd/
termstat.c 353 if (his_state_is_will(TELOPT_LFLOW)) {
357 IAC, SB, TELOPT_LFLOW,
364 IAC, SB, TELOPT_LFLOW,
state.c 516 case TELOPT_LFLOW:
630 case TELOPT_LFLOW:
710 case TELOPT_LFLOW:
925 case TELOPT_LFLOW:
1577 if (his_want_state_is_will(TELOPT_LFLOW)) {
1579 ADD(TELOPT_LFLOW);
1589 ADD(TELOPT_LFLOW);
telnetd.c 791 send_do(TELOPT_LFLOW, 1);
1049 if (his_state_is_will(TELOPT_LFLOW) &&
1058 IAC, SB, TELOPT_LFLOW,
utility.c 606 case TELOPT_LFLOW:
  /src/include/arpa/
telnet.h 113 #define TELOPT_LFLOW 33 /* remote flow control */
  /src/usr.bin/telnet/
telnet.c 452 case TELOPT_LFLOW: /* local flow control */
820 case TELOPT_LFLOW:
821 if (my_want_state_is_wont(TELOPT_LFLOW))
1766 } else if (c == TELOPT_LFLOW) {
2079 send_will(TELOPT_LFLOW, 1);
utilities.c 371 case TELOPT_LFLOW:
commands.c 2026 if (my_want_state_is_will(TELOPT_LFLOW))

Completed in 18 milliseconds