Home | History | Annotate | Download | only in lib

Lines Matching refs:myhost

270     char myhost[256] = "";
289 myhost, sizeof(myhost))) {
303 * We now have the numerical IP address in the 'myhost' buffer
306 dev, myhost, af);
360 /* convert the resolved address, sizeof myhost >= INET_ADDRSTRLEN */
361 Curl_printable_address(h->addr, myhost, sizeof(myhost));
363 dev, af, myhost, h->addr->ai_family);
381 char *scope_ptr = strchr(myhost, '%');
385 if(Curl_inet_pton(AF_INET6, myhost, &si6->sin6_addr) > 0) {
390 /* The "myhost" string either comes from Curl_if2ip or from
403 (Curl_inet_pton(AF_INET, myhost, &si4->sin_addr) > 0)) {