Searched refs:ares_inet_net_pton (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
D | ares_inet_net_pton.h | 20 #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);
|
D | inet_net_pton.c | 402 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()
|
D | Makefile.inc | 65 ares_inet_net_pton.h \
|
D | ares_init.c | 2262 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()
|
D | Makefile.in | 636 ares_inet_net_pton.h \
|
/third_party/grpc/third_party/cares/ |
D | cares.BUILD | 171 "ares_inet_net_pton.h",
|
/third_party/node/deps/cares/ |
D | cares.gyp | 112 'src/lib/ares_inet_net_pton.h',
|
D | CHANGES | 2929 - 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,
|