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

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dtelnet.c172 TelnetReceive telrcv_state; member in struct:TELNET
252 tn->telrcv_state = CURL_TS_DATA;
1093 switch (tn->telrcv_state) {
1095 tn->telrcv_state = CURL_TS_DATA;
1105 tn->telrcv_state = CURL_TS_IAC;
1110 tn->telrcv_state = CURL_TS_CR;
1119 tn->telrcv_state = CURL_TS_WILL;
1122 tn->telrcv_state = CURL_TS_WONT;
1125 tn->telrcv_state = CURL_TS_DO;
1128 tn->telrcv_state
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtelnet.c106 static int telrcv_state; variable
162 telrcv_state = TS_DATA;
1616 switch (telrcv_state) {
1619 telrcv_state = TS_DATA;
1631 telrcv_state = TS_IAC;
1668 telrcv_state = TS_CR;
1684 telrcv_state = TS_WILL;
1688 telrcv_state = TS_WONT;
1692 telrcv_state = TS_DO;
1696 telrcv_state
[all...]
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dtelnet.c147 static int telrcv_state;
205 telrcv_state = TS_DATA;
1685 switch (telrcv_state) {
1688 telrcv_state = TS_DATA;
1700 telrcv_state = TS_IAC;
1737 telrcv_state = TS_CR;
1753 telrcv_state = TS_WILL;
1757 telrcv_state = TS_WONT;
1761 telrcv_state = TS_DO;
1765 telrcv_state
146 static int telrcv_state; variable
[all...]

Completed in 122 milliseconds