Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Dif.c57 #define NHASH_LEN 97 macro
58 static struct interface *nhash_tbl[NHASH_LEN];
88 return &nhash_tbl[i % NHASH_LEN]; in nhash()