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