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

/freebsd-10.2-release/sbin/routed/
H A Dif.c120 if ((ifp->int_bhash = *hifp) != 0)
121 (*hifp)->int_bhash_prev = &ifp->int_bhash;
165 for (ifp = *BHASH(addr); ifp; ifp = ifp->int_bhash) {
466 *ifp->int_bhash_prev = ifp->int_bhash;
467 if (ifp->int_bhash != 0)
468 ifp->int_bhash->int_bhash_prev = ifp->int_bhash_prev;
H A Ddefs.h268 struct interface *int_bhash, **int_bhash_prev; member in struct:interface

Completed in 93 milliseconds