Searched defs:ares_options (Results 1 – 2 of 2) sorted by relevance
315 struct ares_options { struct316 int flags;317 int timeout; /* in seconds or milliseconds, depending on options */318 int tries;319 int ndots;320 unsigned short udp_port; /* host byte order */321 unsigned short tcp_port; /* host byte order */322 int socket_send_buffer_size;323 int socket_receive_buffer_size;324 struct in_addr *servers;[all …]
259 struct ares_options { struct260 int flags;261 int timeout; /* in seconds or milliseconds, depending on options */262 int tries;263 int ndots;264 unsigned short udp_port;265 unsigned short tcp_port;266 int socket_send_buffer_size;267 int socket_receive_buffer_size;268 struct in_addr *servers;[all …]