/external/c-ares/ |
inet_ntop.h | 21 #define ares_inet_ntop(w,x,y,z) inet_ntop(w,x,y,z) macro 23 const char *ares_inet_ntop(int af, const void *src, char *dst, size_t size);
|
RELEASE-NOTES | 8 o replacement ares_inet_ntop affected by potential out of bounds write
|
ares_getnameinfo.c | 158 ares_inet_ntop(AF_INET6, &addr6->sin6_addr, ipbuf, IPBUFSIZ); 166 ares_inet_ntop(AF_INET, &addr->sin_addr, ipbuf, IPBUFSIZ); 257 ares_inet_ntop(AF_INET, &niquery->addr.addr4.sin_addr, ipbuf, 261 ares_inet_ntop(AF_INET6, &niquery->addr.addr6.sin6_addr, ipbuf,
|
ahost.c | 182 ares_inet_ntop(host->h_addrtype, *p, addr_buf, sizeof(addr_buf));
|
inet_ntop.c | 72 ares_inet_ntop(int af, const void *src, char *dst, size_t size) function
|
adig.c | 707 printf("\t%s", ares_inet_ntop(AF_INET,aptr,addr,sizeof(addr))); 714 printf("\t%s", ares_inet_ntop(AF_INET6,aptr,addr,sizeof(addr)));
|
acountry.c | 238 ares_inet_ntop(AF_INET,(const char*)host->h_addr,buf,sizeof(buf)),
|
ares_init.c | 682 ares_inet_ntop( AF_INET, &pIPv4Addr->sin_addr, ret, ipv4_size - 1 ); /* -1 for comma */ 697 ares_inet_ntop( AF_INET6, &pIPv6Addr->sin6_addr, ret, ipv6_size - 1 ); /* -1 for comma */ [all...] |
CHANGES | 10 o replacement ares_inet_ntop affected by potential out of bounds write [all...] |