Searched refs:Curl_printable_address (Results 1 – 6 of 6) sorted by relevance
/curl/lib/ |
H A D | hostip6.c | 81 Curl_printable_address(ai, buf, sizeof(buf)); in dump_addrinfo()
|
H A D | hostip.h | 194 void Curl_printable_address(const struct Curl_addrinfo *ip,
|
H A D | socks.c | 381 Curl_printable_address(hp, buf, sizeof(buf)); in do_SOCKS4() 856 Curl_printable_address(hp, dest, sizeof(dest)); in do_SOCKS5()
|
H A D | hostip.c | 134 void Curl_printable_address(const struct Curl_addrinfo *ai, char *buf, in Curl_printable_address() function 1365 Curl_printable_address(a, buf, sizeof(buf)); in show_resolve_info()
|
H A D | ftp.c | 1115 Curl_printable_address(ai, myhost, sizeof(myhost)); in ftp_state_use_port() 3518 Curl_printable_address(ai, buf, sizeof(buf)); in ftp_pasv_verbose()
|
H A D | cf-socket.c | 698 Curl_printable_address(h->addr, myhost, sizeof(myhost)); in bindlocal()
|
Completed in 28 milliseconds