HomeSort by: relevance | last modified time | path
    Searched refs:int_bhash (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/routed/
if.c 123 if ((ifp->int_bhash = *hifp) != 0)
124 (*hifp)->int_bhash_prev = &ifp->int_bhash;
173 for (ifp = *BHASH(addr); ifp; ifp = ifp->int_bhash) {
479 *ifp->int_bhash_prev = ifp->int_bhash;
480 if (ifp->int_bhash != 0)
481 ifp->int_bhash->int_bhash_prev = ifp->int_bhash_prev;
defs.h 272 struct interface *int_bhash, **int_bhash_prev; member in struct:interface

Completed in 22 milliseconds