HomeSort by: relevance | last modified time | path
    Searched defs:ifc_index (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/route6d/
route6d.c 105 int ifc_index; /* if index */ member in struct:ifc
356 if (ifcp->ifc_index < 0) {
404 if (ifcp->ifc_index > 0 && (ifcp->ifc_flags & IFF_UP))
539 if (ifcp->ifc_index > 0 && (ifcp->ifc_flags & IFF_UP))
767 if (rrt->rrt_index == ifcp->ifc_index &&
782 } else if (nh && (rrt->rrt_index != ifcp->ifc_index ||
892 if (sflag && rrt->rrt_index != ifcp->ifc_index)
897 if (hflag == 0 && rrt->rrt_index == ifcp->ifc_index)
1158 if (rrt->rrt_index == ifcp->ifc_index &&
1164 rrt->rrt_index = ifcp->ifc_index;
    [all...]

Completed in 29 milliseconds