Searched defs:ares_inet_ntop (Results 1 - 2 of 2) sorted by relevance

/external/c-ares/
H A Dinet_ntop.h21 #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);
H A Dinet_ntop.c72 ares_inet_ntop(int af, const void *src, char *dst, size_t size) function

Completed in 58 milliseconds