Searched defs:Curl_inet_ntop (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/ | ||
D | inet_ntop.h | 33 #define Curl_inet_ntop(af,addr,buf,size) \ macro |
D | inet_ntop.c | 183 char *Curl_inet_ntop(int af, const void *src, char *buf, size_t size) in Curl_inet_ntop() function |