Searched defs:ares_inet_ntop (Results 1 - 2 of 2) sorted by relevance
/external/c-ares/ |
H A D | 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);
|
H A D | inet_ntop.c | 72 ares_inet_ntop(int af, const void *src, char *dst, size_t size) function
|
Completed in 58 milliseconds