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

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dif.c106 struct interface **hifp; local
114 hifp = AHASH(ifp->int_addr);
115 ifp->int_ahash_prev = hifp;
116 if ((ifp->int_ahash = *hifp) != 0)
117 (*hifp)->int_ahash_prev = &ifp->int_ahash;
118 *hifp = ifp;
121 hifp = BHASH(ifp->int_brdaddr);
122 ifp->int_bhash_prev = hifp;
123 if ((ifp->int_bhash = *hifp) != 0)
124 (*hifp)
[all...]

Completed in 115 milliseconds