Searched defs:Curl_inet_pton (Results 1 – 2 of 2) sorted by relevance
/curl/lib/ | ||
H A D | inet_pton.h | 35 #define Curl_inet_pton(x,y,z) inet_pton(x,y,z) macro |
H A D | inet_pton.c | 75 Curl_inet_pton(int af, const char *src, void *dst) in Curl_inet_pton() function |
Completed in 4 milliseconds