Home
last modified time | relevance | path

Searched refs:Curl_printable_address (Results 1 – 6 of 6) sorted by relevance

/external/curl/lib/
Dhostip6.c108 if(Curl_printable_address(ai, buf, sizeof(buf))) in dump_addrinfo()
Dhostip.h165 const char *Curl_printable_address(const Curl_addrinfo *ip,
Dsocks.c175 Curl_printable_address(hp, buf, sizeof(buf)); in Curl_SOCKS4()
620 Curl_printable_address(hp, buf, sizeof(buf)); in Curl_SOCKS5()
Dconnect.c367 Curl_printable_address(h->addr, myhost, sizeof(myhost)); in bindlocal()
847 Curl_printable_address(conn->tempaddr[i], ipaddress, MAX_IPADR_LEN); in Curl_is_connected()
Dhostip.c174 Curl_printable_address(const Curl_addrinfo *ai, char *buf, size_t bufsize) in Curl_printable_address() function
Dftp.c1199 Curl_printable_address(ai, myhost, sizeof(myhost)); in ftp_state_use_port()
3462 Curl_printable_address(ai, buf, sizeof(buf)); in ftp_pasv_verbose()