Public Attributes | |
| int | please_negotiate |
| int | already_negotiated |
| int | us [256] |
| int | usq [256] |
| int | us_preferred [256] |
| int | him [256] |
| int | himq [256] |
| int | him_preferred [256] |
| char | subopt_ttype [32] |
| char | subopt_xdisploc [128] |
| struct curl_slist * | telnet_vars |
| unsigned char | subbuffer [SUBBUFSIZE] |
| unsigned char * | subpointer |
| unsigned char * | subend |
| TelnetReceive | telrcv_state |
Definition at line 153 of file telnet.c.
| int TELNET::us[256] |
Definition at line 156 of file telnet.c.
Referenced by rec_do(), rec_dont(), and set_local_option().
| int TELNET::usq[256] |
Definition at line 157 of file telnet.c.
Referenced by rec_do(), rec_dont(), and set_local_option().
| int TELNET::us_preferred[256] |
Definition at line 158 of file telnet.c.
Referenced by check_telnet_options(), init_telnet(), negotiate(), and rec_do().
| int TELNET::him[256] |
Definition at line 159 of file telnet.c.
Referenced by rec_will(), rec_wont(), and set_remote_option().
| int TELNET::himq[256] |
Definition at line 160 of file telnet.c.
Referenced by rec_do(), rec_will(), rec_wont(), and set_remote_option().
| int TELNET::him_preferred[256] |
| char TELNET::subopt_ttype[32] |
| char TELNET::subopt_xdisploc[128] |
struct curl_slist* TELNET::telnet_vars [read] |
Definition at line 164 of file telnet.c.
Referenced by check_telnet_options(), Curl_telnet_done(), and suboption().
| unsigned char TELNET::subbuffer[SUBBUFSIZE] |
| unsigned char* TELNET::subpointer |
| unsigned char * TELNET::subend |
1.5.6