Lines Matching defs:hostlen
47 size_t hostlen);
66 * hostlen - length of caller supplied "host" buffer
93 char *host, socklen_t hostlen,
103 if ((hostlen == 0) && (servlen == 0))
133 * Case 1: if Caller sets hostlen != 0, then
137 if (hostlen != 0) {
141 host, hostlen) == NULL)
160 if (strlen(hp->h_name) + 1 > hostlen) {
188 host, hostlen) == NULL)
215 hostlen)) != 0) {
270 * addzoneid(sa, host, hostlen)
282 addzoneid(const struct sockaddr_in6 *sa, char *host, size_t hostlen)
290 ((addrlen + 1 + zonelen + 1) > hostlen)) {