Searched refs:Curl_printable_address (Results 1 – 6 of 6) sorted by relevance
/external/curl/lib/ |
D | hostip6.c | 108 if(Curl_printable_address(ai, buf, sizeof(buf))) in dump_addrinfo()
|
D | hostip.h | 165 const char *Curl_printable_address(const Curl_addrinfo *ip,
|
D | socks.c | 175 Curl_printable_address(hp, buf, sizeof(buf)); in Curl_SOCKS4() 620 Curl_printable_address(hp, buf, sizeof(buf)); in Curl_SOCKS5()
|
D | connect.c | 367 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()
|
D | hostip.c | 174 Curl_printable_address(const Curl_addrinfo *ai, char *buf, size_t bufsize) in Curl_printable_address() function
|
D | ftp.c | 1199 Curl_printable_address(ai, myhost, sizeof(myhost)); in ftp_state_use_port() 3462 Curl_printable_address(ai, buf, sizeof(buf)); in ftp_pasv_verbose()
|