Searched refs:HASH_ENTRYSIZE (Results 1 – 1 of 1) sorted by relevance
56 #define HASH_ENTRYSIZE (2) macro108 static u_int32_t n = HASH_MINSIZE / HASH_ENTRYSIZE; in detect_attack()124 h = (u_int16_t *) xmalloc(n * HASH_ENTRYSIZE); in detect_attack()128 h = (u_int16_t *) xrealloc(h, n * HASH_ENTRYSIZE); in detect_attack()151 memset(h, HASH_UNUSEDCHAR, n * HASH_ENTRYSIZE); in detect_attack()