Searched refs:Curl_ip2addr (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_addrinfo.h78 Curl_ip2addr(int af, const void *inaddr, const char *hostname, int port);
H A Dcurl_addrinfo.c379 * Curl_ip2addr()
388 Curl_ip2addr(int af, const void *inaddr, const char *hostname, int port) function
468 return Curl_ip2addr(AF_INET, &in, address, port);
474 return Curl_ip2addr(AF_INET6, &in6, address, port);
H A Dhostip4.c138 return Curl_ip2addr(AF_INET, &in, hostname, port);
H A Dasyn-thread.c536 return Curl_ip2addr(AF_INET, &in, hostname, port);
573 return Curl_ip2addr(AF_INET, &in, hostname, port);
579 return Curl_ip2addr(AF_INET6, &in6, hostname, port);
H A Dasyn-ares.c510 return Curl_ip2addr(AF_INET, &in, hostname, port);
517 return Curl_ip2addr(AF_INET6, &in6, hostname, port);

Completed in 57 milliseconds