HomeSort by relevance Sort by last modified time
    Searched defs:ares_inet_ntop (Results 1 - 2 of 2) sorted by null

  /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);
inet_ntop.c 72 ares_inet_ntop(int af, const void *src, char *dst, size_t size) function

Completed in 54 milliseconds