Home
last modified time | relevance | path

Searched defs:ares_options (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/cares/include/
Dares.h315 struct ares_options { struct
316 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 …]
/third_party/cares/include/
Dares.h259 struct ares_options { struct
260 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 …]