Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Dif.c49 #define BHASH(a) &bhash_tbl[(a)%BHASH_LEN]
50 static struct interface *bhash_tbl[BHASH_LEN]; variable