Home
last modified time | relevance | path

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

/dragonfly/sbin/routed/
H A Dif.c44 #define AHASH(a) &ahash_tbl[(a)%AHASH_LEN]
45 struct interface *ahash_tbl[AHASH_LEN]; variable