Home
last modified time | relevance | path

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

/external/curl/lib/
Dhostip.h170 const char *Curl_printable_address(const Curl_addrinfo *ip,
Dhostip6.c141 if(Curl_printable_address(ai, buf, sizeof(buf))) in dump_addrinfo()
Dsocks.c174 Curl_printable_address(hp, buf, sizeof(buf)); in Curl_SOCKS4()
Dconnect.c361 Curl_printable_address(h->addr, myhost, sizeof(myhost)); in bindlocal()
827 Curl_printable_address(conn->tempaddr[i], ipaddress, MAX_IPADR_LEN); in Curl_is_connected()
Dhostip.c166 Curl_printable_address(const Curl_addrinfo *ai, char *buf, size_t bufsize) in Curl_printable_address() function
Dftp.c1248 Curl_printable_address(ai, myhost, sizeof(myhost)); in ftp_state_use_port()
3575 Curl_printable_address(ai, buf, sizeof(buf)); in ftp_pasv_verbose()