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

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dif.c123 if ((ifp->int_bhash = *hifp) != 0)
124 (*hifp)->int_bhash_prev = &ifp->int_bhash;
173 for (ifp = *BHASH(addr); ifp; ifp = ifp->int_bhash) {
479 *ifp->int_bhash_prev = ifp->int_bhash;
480 if (ifp->int_bhash != 0)
481 ifp->int_bhash->int_bhash_prev = ifp->int_bhash_prev;
H A Ddefs.h285 struct interface *int_bhash, **int_bhash_prev; member in struct:interface

Completed in 107 milliseconds