Searched refs:ares_inet_net_pton (Results 1 – 5 of 5) sorted by relevance
/external/c-ares/ |
D | inet_net_pton.h | 26 #define ares_inet_net_pton(w,x,y,z) inet_net_pton(w,x,y,z) macro 28 int ares_inet_net_pton(int af, const char *src, void *dst, size_t size);
|
D | inet_net_pton.c | 416 ares_inet_net_pton(int af, const char *src, void *dst, size_t size) in ares_inet_net_pton() function 446 result = ares_inet_net_pton(af, src, dst, size); in ares_inet_pton()
|
D | RELEASE-NOTES | 7 o replacement ares_inet_net_pton affected by the WLB-2008080064 advisory
|
D | ares_init.c | 1414 if ((bits = ares_inet_net_pton(AF_INET6, ipbufpfx[0] ? ipbufpfx : ipbuf, in config_sortlist() 1425 (bits = ares_inet_net_pton(AF_INET, ipbufpfx, &pat.addrV4, in config_sortlist()
|
D | CHANGES | 9 o replacement ares_inet_net_pton affected by the WLB-2008080064 advisory
|