Home
last modified time | relevance | path

Searched defs:Curl_inet_ntop (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dinet_ntop.h33 #define Curl_inet_ntop(af,addr,buf,size) \ macro
Dinet_ntop.c183 char *Curl_inet_ntop(int af, const void *src, char *buf, size_t size) in Curl_inet_ntop() function