Searched refs:myhost (Results 1 – 3 of 3) sorted by relevance
/curl/lib/ |
H A D | cf-socket.c | 609 char myhost[256] = ""; in bindlocal() local 645 iface, myhost, sizeof(myhost)); in bindlocal() 665 host = myhost; in bindlocal() 698 Curl_printable_address(h->addr, myhost, sizeof(myhost)); in bindlocal() 700 host, af, myhost, h_af); in bindlocal() 723 char *scope_ptr = strchr(myhost, '%'); in bindlocal() 727 if(Curl_inet_pton(AF_INET6, myhost, &si6->sin6_addr) > 0) { in bindlocal() 750 (Curl_inet_pton(AF_INET, myhost, &si4->sin_addr) > 0)) { in bindlocal()
|
H A D | ftp.c | 854 char myhost[MAX_IPADR_LEN + 1] = ""; in ftp_state_use_port() local 1115 Curl_printable_address(ai, myhost, sizeof(myhost)); in ftp_state_use_port() 1158 myhost, port); in ftp_state_use_port() 1168 char target[sizeof(myhost) + 20]; in ftp_state_use_port() 1169 char *source = myhost; in ftp_state_use_port()
|
/curl/docs/libcurl/ |
H A D | libcurl-tutorial.md | 405 machine myhost.mydomain.com
|
Completed in 18 milliseconds