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.h268 struct ares_options { struct
269 int flags;
270 int timeout; /* in seconds or milliseconds, depending on options */
271 int tries;
272 int ndots;
273 unsigned short udp_port;
274 unsigned short tcp_port;
275 int socket_send_buffer_size;
276 int socket_receive_buffer_size;
277 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 …]