Home
last modified time | relevance | path

Searched refs:hnc_size (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/syslogd/
H A Dsyslogd.c257 static size_t hnc_size = DEF_HNC_SIZE; variable
5332 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()