Searched defs:iphash_table_tail (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dvhost.c559 ipaddr_chain **iphash_table_tail[IPHASH_TABLE_SIZE]; local
570 iphash_table_tail[i] = &iphash_table[i];
576 * the iphash_table_tail but don't advance the tail.
618 ic->next = *iphash_table_tail[bucket];
619 *iphash_table_tail[bucket] = ic;

Completed in 3141 milliseconds