Home
last modified time | relevance | path

Searched refs:ares_inet_net_pton (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares_inet_net_pton.h20 #define ares_inet_net_pton(w,x,y,z) inet_net_pton(w,x,y,z) macro
22 int ares_inet_net_pton(int af, const char *src, void *dst, size_t size);
Dinet_net_pton.c402 ares_inet_net_pton(int af, const char *src, void *dst, size_t size) in ares_inet_net_pton() function
432 result = ares_inet_net_pton(af, src, dst, size); in ares_inet_pton()
DMakefile.inc65 ares_inet_net_pton.h \
Dares_init.c2262 if ((bits = ares_inet_net_pton(AF_INET6, ipbufpfx[0] ? ipbufpfx : ipbuf, in config_sortlist()
2276 (bits = ares_inet_net_pton(AF_INET, ipbufpfx, &pat.addrV4, in config_sortlist()
DMakefile.in636 ares_inet_net_pton.h \
/third_party/grpc/third_party/cares/
Dcares.BUILD171 "ares_inet_net_pton.h",
/third_party/node/deps/cares/
Dcares.gyp112 'src/lib/ares_inet_net_pton.h',
DCHANGES2929 - ares_inet_net_pton() variants
4549 - ares_inet_net_pton: fix non-rejection of some malformed literals
4551 ares_inet_net_pton would return wrong values when excessively large,