Lines Matching defs:server_state
142 struct server_state { struct
143 struct ares_addr addr;
144 ares_socket_t udp_socket;
145 ares_socket_t tcp_socket;
148 unsigned char tcp_lenbuf[2];
149 int tcp_lenbuf_pos;
150 int tcp_length;
153 unsigned char *tcp_buffer;
154 int tcp_buffer_pos;
157 struct send_request *qhead;
158 struct send_request *qtail;
164 int tcp_connection_generation;
167 struct list_node queries_to_server;
170 ares_channel channel;
175 int is_broken;