Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/arpa/
H A Dtelnet.h118 #define TELOPT_LFLOW 33 /* remote flow control */ macro
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c502 case TELOPT_LFLOW: /* local flow control */
860 case TELOPT_LFLOW: in suboption()
861 if (my_want_state_is_wont(TELOPT_LFLOW)) in suboption()
1908 } else if (c == TELOPT_LFLOW) { in telrcv()
2236 send_will(TELOPT_LFLOW, 1);
H A Dutilities.c416 case TELOPT_LFLOW:
H A Dcommands.c2444 if (my_want_state_is_will(TELOPT_LFLOW)) in status()