Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dtelnet.c145 static int telrcv_state; variable
230 telrcv_state = TS_DATA; in init_telnet()
1774 switch (telrcv_state) { in telrcv()
1777 telrcv_state = TS_DATA; in telrcv()
1789 telrcv_state = TS_IAC; in telrcv()
1826 telrcv_state = TS_CR; in telrcv()
1842 telrcv_state = TS_WILL; in telrcv()
1846 telrcv_state = TS_WONT; in telrcv()
1850 telrcv_state = TS_DO; in telrcv()
1854 telrcv_state = TS_DONT; in telrcv()
[all …]