Searched refs:ares_inet_ntop (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
H A D | inet_ntop.c | 58 const char *ares_inet_ntop(int af, const void *src, char *dst, in ares_inet_ntop() function 209 const char *ares_inet_ntop(int af, const void *src, char *dst, in ares_inet_ntop() function
|
H A D | ares_getnameinfo.c | 146 ares_inet_ntop(AF_INET6, &addr6->sin6_addr, ipbuf, IPBUFSIZ); in ares_getnameinfo_int() 152 ares_inet_ntop(AF_INET, &addr->sin_addr, ipbuf, IPBUFSIZ); in ares_getnameinfo_int() 247 ares_inet_ntop(AF_INET, &niquery->addr.addr4.sin_addr, ipbuf, IPBUFSIZ); in nameinfo_callback() 249 ares_inet_ntop(AF_INET6, &niquery->addr.addr6.sin6_addr, ipbuf, IPBUFSIZ); in nameinfo_callback()
|
H A D | ares_sysconfig.c | 172 * ares_inet_ntop() will create. Based on the existing c-ares practice. 410 if (!ares_inet_ntop(AF_INET, &namesrvr.sa4->sin_addr, ipaddr, in get_DNS_Windows() 454 if (!ares_inet_ntop(AF_INET6, &namesrvr.sa6->sin6_addr, ipaddr, in get_DNS_Windows() 865 ares_inet_ntop(family, &addr[i].sin.sin_addr, ipaddr, sizeof(ipaddr)); in ares__init_sysconfig_libresolv() 868 ares_inet_ntop(family, &addr[i].sin6.sin6_addr, ipaddr, sizeof(ipaddr)); in ares__init_sysconfig_libresolv()
|
H A D | ares_gethostbyaddr.c | 218 if (!ares_inet_ntop(addr->family, ptr, ipaddr, sizeof(ipaddr))) { in file_lookup()
|
H A D | ares_update_servers.c | 1147 ares_inet_ntop(server->addr.family, &server->addr.addr, addr, sizeof(addr)); in ares_get_servers_csv()
|
H A D | ares__hosts_file.c | 241 if (!ares_inet_ntop(data.family, addr, out, (ares_socklen_t)out_len)) { in ares__normalize_ipaddr()
|
/third_party/node/deps/cares/src/tools/ |
H A D | ahost.c | 230 ares_inet_ntop(host->h_addrtype, *p, addr_buf, sizeof(addr_buf)); in callback() 262 ares_inet_ntop(node->ai_family, ptr, addr_buf, sizeof(addr_buf)); in ai_callback()
|
H A D | adig.c | 341 ares_inet_ntop(AF_INET, val + i, buf, sizeof(buf)); in print_opt_addr_list() 359 ares_inet_ntop(AF_INET6, val + i, buf, sizeof(buf)); in print_opt_addr6_list() 563 ares_inet_ntop(AF_INET, addr, buf, sizeof(buf)); in print_addr() 572 ares_inet_ntop(AF_INET6, addr, buf, sizeof(buf)); in print_addr6()
|
/third_party/cares/include/ |
H A D | ares.h | 744 CARES_EXTERN const char *ares_inet_ntop(int af, const void *src, char *dst,
|
/third_party/node/deps/cares/include/ |
H A D | ares.h | 768 CARES_EXTERN const char *ares_inet_ntop(int af, const void *src, char *dst,
|
Completed in 10 milliseconds