Home
last modified time | relevance | path

Searched refs:int_nhash_prev (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sbin/routed/
Dif.c134 ifp->int_nhash_prev = hifp; in if_link()
136 (*hifp)->int_nhash_prev = &ifp->int_nhash; in if_link()
462 *ifp->int_nhash_prev = ifp->int_nhash; in ifdel()
464 ifp->int_nhash->int_nhash_prev = ifp->int_nhash_prev; in ifdel()
Ddefs.h269 struct interface *int_nhash, **int_nhash_prev; member