Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Dif.c45 #define AHASH(a) &ahash_tbl[(a)%AHASH_LEN]
46 static struct interface *ahash_tbl[AHASH_LEN]; variable