Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

server_state Struct Reference

#include <ares_private.h>

Collaboration diagram for server_state:

[legend]

Data Fields

in_addr addr
int udp_socket
int tcp_socket
unsigned char tcp_lenbuf [2]
int tcp_lenbuf_pos
int tcp_length
unsigned char * tcp_buffer
int tcp_buffer_pos
send_requestqhead
send_requestqtail

Field Documentation

struct in_addr server_state::addr
 

Definition at line 83 of file ares_private.h.

Referenced by init_by_defaults(), init_by_options(), open_tcp_socket(), and open_udp_socket().

struct send_request* server_state::qhead
 

Definition at line 97 of file ares_private.h.

Referenced by ares__close_sockets().

struct send_request* server_state::qtail
 

Definition at line 98 of file ares_private.h.

Referenced by ares__close_sockets().

unsigned char* server_state::tcp_buffer
 

Definition at line 93 of file ares_private.h.

Referenced by ares__close_sockets().

int server_state::tcp_buffer_pos
 

Definition at line 94 of file ares_private.h.

unsigned char server_state::tcp_lenbuf[2]
 

Definition at line 88 of file ares_private.h.

int server_state::tcp_lenbuf_pos
 

Definition at line 89 of file ares_private.h.

Referenced by ares__close_sockets().

int server_state::tcp_length
 

Definition at line 90 of file ares_private.h.

int server_state::tcp_socket
 

Definition at line 85 of file ares_private.h.

Referenced by ares__close_sockets(), and open_tcp_socket().

int server_state::udp_socket
 

Definition at line 84 of file ares_private.h.

Referenced by ares__close_sockets(), ares_init_options(), and open_udp_socket().


The documentation for this struct was generated from the following file:
Generated on Wed Jan 14 12:59:17 2004 for RTL-lwIP-0.4 by doxygen 1.3.4