Home | History | Annotate | Download | only in lib

Lines Matching defs:hbuf

990   char hbuf[NI_MAXHOST];
1091 conn->scope_id, addr, hbuf, sizeof(hbuf))) {
1099 host = hbuf; /* use the hbuf for host name */
1121 Curl_inet_ntop(sa->sa_family, &sa6->sin6_addr, hbuf, sizeof(hbuf));
1125 Curl_inet_ntop(sa->sa_family, &sa4->sin_addr, hbuf, sizeof(hbuf));
1128 host = hbuf; /* use this host name */