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