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

/httpd/server/
H A Dvhost.c81 #ifndef IPHASH_TABLE_SIZE
82 #define IPHASH_TABLE_SIZE 256 macro
92 static ipaddr_chain *iphash_table[IPHASH_TABLE_SIZE];
281 unsigned count[IPHASH_TABLE_SIZE];
289 for (i = 0; i < IPHASH_TABLE_SIZE; ++i) {
293 if (i < IPHASH_TABLE_SIZE) {
299 qsort(count, IPHASH_TABLE_SIZE, sizeof(count[0]), iphash_compare);
303 total, total / IPHASH_TABLE_SIZE);
305 for (i = 1; i < IPHASH_TABLE_SIZE; ++i) {
316 total, count[IPHASH_TABLE_SIZE
[all...]

Completed in 1351 milliseconds