Searched refs:Curl_printable_address (Results 1 - 6 of 6) sorted by relevance
/third_party/curl/lib/ |
H A D | hostip6.c | 81 Curl_printable_address(ai, buf, sizeof(buf)); in dump_addrinfo()
|
H A D | hostip.h | 153 * Curl_printable_address() returns a printable version of the 1st address 157 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 | 128 * Curl_printable_address() stores a printable version of the 1st address 134 void Curl_printable_address(const struct Curl_addrinfo *ai, char *buf, in Curl_printable_address() function 1347 Curl_printable_address(a, buf, sizeof(buf)); in show_resolve_info()
|
H A D | ftp.c | 1173 Curl_printable_address(ai, myhost, sizeof(myhost)); in ftp_state_use_port() 3563 Curl_printable_address(ai, buf, sizeof(buf)); in ftp_pasv_verbose()
|
H A D | cf-socket.c | 529 Curl_printable_address(h->addr, myhost, sizeof(myhost)); in bindlocal() 564 Curl_printable_address. The latter returns only numeric scope in bindlocal()
|
Completed in 12 milliseconds