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

  /src/sbin/routed/
if.c 140 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;
defs.h 274 struct interface *int_nhash, **int_nhash_prev; member in struct:interface

Completed in 12 milliseconds