Home
last modified time | relevance | path

Searched refs:TELOPT_LFLOW (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h117 #define TELOPT_LFLOW 33 /* remote flow control */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c500 case TELOPT_LFLOW: /* local flow control */
858 case TELOPT_LFLOW: in suboption()
859 if (my_want_state_is_wont(TELOPT_LFLOW)) in suboption()
1906 } else if (c == TELOPT_LFLOW) { in telrcv()
2234 send_will(TELOPT_LFLOW, 1);
H A Dutilities.c414 case TELOPT_LFLOW:
H A Dcommands.c2412 if (my_want_state_is_will(TELOPT_LFLOW)) in status()