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

/haiku/src/bin/network/telnet/
H A Dtelnet.c142 static int telrcv_state;
200 telrcv_state = TS_DATA;
1671 switch (telrcv_state) {
1674 telrcv_state = TS_DATA;
1686 telrcv_state = TS_IAC;
1723 telrcv_state = TS_CR;
1739 telrcv_state = TS_WILL;
1743 telrcv_state = TS_WONT;
1747 telrcv_state = TS_DO;
1751 telrcv_state
141 static int telrcv_state; variable
[all...]

Completed in 205 milliseconds