Home
last modified time | relevance | path

Searched refs:ares_addr (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares_gethostbyaddr.c42 struct ares_addr addr;
55 static int file_lookup(struct ares_addr *addr, struct hostent **host);
56 static void ptr_rr_name(char *name, const struct ares_addr *addr);
169 static int file_lookup(struct ares_addr *addr, struct hostent **host) in file_lookup()
258 static void ptr_rr_name(char *name, const struct ares_addr *addr) in ptr_rr_name()
Dares_private.h139 struct ares_addr { struct
168 struct ares_addr addr; argument
Dares__get_hostent.c40 struct ares_addr addr; in ares__get_hostent()
Dares_process.c83 static int same_address(struct sockaddr *sa, struct ares_addr *aa);
1323 static int same_address(struct sockaddr *sa, struct ares_addr *aa) in same_address()
Dares_init.c879 struct ares_addr namesrvr; in get_DNS_NetworkParams()
2166 struct ares_addr host; in config_nameserver()
/third_party/node/deps/cares/
DCHANGES3098 The internal struct ares_addr is extended to hold the UDP/TCP ports,