Searched refs:int_ahash (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sbin/routed/
H A Ddefs.h267 struct interface *int_ahash, **int_ahash_prev; member in struct:interface
H A Dif.c113 if ((ifp->int_ahash = *hifp) != NULL)
114 (*hifp)->int_ahash_prev = &ifp->int_ahash;
152 for (ifp = *AHASH(addr); ifp; ifp = ifp->int_ahash) {
459 *ifp->int_ahash_prev = ifp->int_ahash;
460 if (ifp->int_ahash != 0)
461 ifp->int_ahash->int_ahash_prev = ifp->int_ahash_prev;

Completed in 132 milliseconds