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

  /external/curl/lib/
inet_ntop.h 27 char *Curl_inet_ntop(int af, const void *addr, char *buf, size_t size);
33 #define Curl_inet_ntop(af,addr,buf,size) \
inet_ntop.c 183 char *Curl_inet_ntop(int af, const void *src, char *buf, size_t size)

Completed in 53 milliseconds