Searched refs:ipstr (Results 1 – 3 of 3) sorted by relevance
/curl/tests/libtest/ |
H A D | lib500.c | 66 char *ipstr = NULL; in test() local 97 res = curl_easy_getinfo(curl, CURLINFO_PRIMARY_IP, &ipstr); in test() 107 fprintf(moo, "IP %s\n", ipstr); in test()
|
/curl/lib/ |
H A D | if2ip.c | 123 char ipstr[64]; in Curl_if2ip() local 164 ip = Curl_inet_ntop(af, addr, ipstr, sizeof(ipstr)); in Curl_if2ip()
|
H A D | ftp.c | 878 char ipstr[50]; in ftp_state_use_port() local 950 if(addrlen >= sizeof(ipstr)) in ftp_state_use_port() 952 memcpy(ipstr, addr, addrlen); in ftp_state_use_port() 953 ipstr[addrlen] = 0; in ftp_state_use_port() 961 ipstr, hbuf, sizeof(hbuf))) { in ftp_state_use_port() 964 host = ipstr; in ftp_state_use_port()
|
Completed in 18 milliseconds