h_length          395 nsswitch/winbind_nss_solaris.c 		he->h_length =  sizeof(struct in_addr);
h_length          404 nsswitch/winbind_nss_solaris.c 		he->h_length = sizeof(struct in6_addr);
h_length          400 nsswitch/wins.c 	he->h_length = INADDRSZ;
h_length           56 source3/libaddns/dnssock.c 		memcpy( &ulAddress, pHost->h_addr, pHost->h_length );
h_length          104 source3/libaddns/dnssock.c 		memcpy( &ulAddress, pHost->h_addr, pHost->h_length );
h_length           80 source4/heimdal/lib/krb5/get_addrs.c 			  hostent->h_length);
h_length           58 source4/heimdal/lib/roken/copyhostent.c     res->h_length    = h->h_length;
h_length           93 source4/heimdal/lib/roken/copyhostent.c 	res->h_addr_list[i] = malloc (h->h_length);
h_length           98 source4/heimdal/lib/roken/copyhostent.c 	memcpy (res->h_addr_list[i], h->h_addr_list[i], h->h_length);
h_length          243 source4/heimdal/lib/roken/getaddrinfo.c 	    he2 = getipnodebyaddr (he->h_addr_list[0], he->h_length,
h_length          195 source4/heimdal/lib/roken/roken_gethostby.c 	he.h_length = 4;
h_length          263 source4/heimdal/lib/roken/roken_gethostby.c     he = gethostbyaddr(he->h_addr, he->h_length, AF_INET);