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

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dif.c140 hifp = &(*hifp)->int_nhash;
143 if ((ifp->int_nhash = *hifp) != 0)
144 (*hifp)->int_nhash_prev = &ifp->int_nhash;
196 for (ifp = *nhash(name); ifp != 0; ifp = ifp->int_nhash) {
475 *ifp->int_nhash_prev = ifp->int_nhash;
476 if (ifp->int_nhash != 0)
477 ifp->int_nhash->int_nhash_prev = ifp->int_nhash_prev;
H A Ddefs.h287 struct interface *int_nhash, **int_nhash_prev; member in struct:interface

Completed in 145 milliseconds