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

/httpd/server/
H A Dvhost.c92 static ipaddr_chain *iphash_table[IPHASH_TABLE_SIZE]; variable
110 * The ip address determines which chain in iphash_table is interesting, then
122 * If there was no ip address match in the iphash_table then do a lookup
133 memset(iphash_table, 0, sizeof(iphash_table));
291 for (src = iphash_table[i]; src; src = src->next) {
386 for (trav = iphash_table[bucket]; trav; trav = trav->next) {
502 for (ic = iphash_table[i]; ic; ic = ic->next) {
570 iphash_table_tail[i] = &iphash_table[i];

Completed in 1188 milliseconds