Searched refs:hnc_size (Results 1 – 1 of 1) sorted by relevance
257 static size_t hnc_size = DEF_HNC_SIZE; variable5332 for (i = 0; i < hnc_size; i++) { in hnc_init()5343 hnc_cache = calloc(hnc_size, sizeof (struct hostname_cache *)); in hnc_init()5352 " ttl:%d\n", mythreadno, hnc_size, hnc_ttl); in hnc_init()5596 return ((int)(hcode % hnc_size)); in addr_hash()