Lines Matching defs:myhost
436 char myhost[256] = "";
481 dev, myhost, sizeof(myhost))) {
495 * We now have the numerical IP address in the 'myhost' buffer
498 dev, myhost, af);
528 /* convert the resolved address, sizeof myhost >= INET_ADDRSTRLEN */
529 Curl_printable_address(h->addr, myhost, sizeof(myhost));
531 dev, af, myhost, h->addr->ai_family);
554 char *scope_ptr = strchr(myhost, '%');
558 if(Curl_inet_pton(AF_INET6, myhost, &si6->sin6_addr) > 0) {
563 /* The "myhost" string either comes from Curl_if2ip or from
581 (Curl_inet_pton(AF_INET, myhost, &si4->sin_addr) > 0)) {