Home
last modified time | relevance | path

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

/dragonfly/sbin/routed/
H A Dif.c111 if ((ifp->int_bhash = *hifp) != NULL) in if_link()
112 (*hifp)->int_bhash_prev = &ifp->int_bhash; in if_link()
161 for (ifp = *BHASH(addr); ifp; ifp = ifp->int_bhash) { in ifwithaddr()
464 *ifp->int_bhash_prev = ifp->int_bhash; in ifdel()
465 if (ifp->int_bhash != 0) in ifdel()
466 ifp->int_bhash->int_bhash_prev = ifp->int_bhash_prev; in ifdel()
H A Ddefs.h245 struct interface *int_bhash, **int_bhash_prev; member