Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c143 static int telrcv_state; variable
228 telrcv_state = TS_DATA; in init_telnet()
1772 switch (telrcv_state) { in telrcv()
1775 telrcv_state = TS_DATA; in telrcv()
1787 telrcv_state = TS_IAC; in telrcv()
1824 telrcv_state = TS_CR; in telrcv()
1840 telrcv_state = TS_WILL; in telrcv()
1844 telrcv_state = TS_WONT; in telrcv()
1848 telrcv_state = TS_DO; in telrcv()
1852 telrcv_state = TS_DONT; in telrcv()
[all …]