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

/freebsd-10-stable/sbin/routed/
H A Dif.c107 struct interface **hifp; local
111 hifp = AHASH(ifp->int_addr);
112 ifp->int_ahash_prev = hifp;
113 if ((ifp->int_ahash = *hifp) != 0)
114 (*hifp)->int_ahash_prev = &ifp->int_ahash;
115 *hifp = ifp;
118 hifp = BHASH(ifp->int_brdaddr);
119 ifp->int_bhash_prev = hifp;
120 if ((ifp->int_bhash = *hifp) != 0)
121 (*hifp)
[all...]

Completed in 105 milliseconds