Home
last modified time | relevance | path

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

/external/c-ares/
Dinet_net_pton.h26 #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);
Dinet_net_pton.c416 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()
DRELEASE-NOTES7 o replacement ares_inet_net_pton affected by the WLB-2008080064 advisory
Dares_init.c1414 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()
DCHANGES9 o replacement ares_inet_net_pton affected by the WLB-2008080064 advisory