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

  /src/sbin/routed/
if.c 116 if ((ifp->int_ahash = *hifp) != 0)
117 (*hifp)->int_ahash_prev = &ifp->int_ahash;
160 for (ifp = *AHASH(addr); ifp; ifp = ifp->int_ahash) {
472 *ifp->int_ahash_prev = ifp->int_ahash;
473 if (ifp->int_ahash != 0)
474 ifp->int_ahash->int_ahash_prev = ifp->int_ahash_prev;
defs.h 271 struct interface *int_ahash, **int_ahash_prev; member in struct:interface

Completed in 21 milliseconds