Searched refs:ifc_index (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/route6d/
H A Droute6d.c87 int ifc_index; /* if index */ member in struct:ifc
404 if (ifcp->ifc_index < 0) {
459 if (ifcp->ifc_index > 0 && (ifcp->ifc_flags & IFF_UP))
596 if (ifcp->ifc_index > 0 && (ifcp->ifc_flags & IFF_UP))
897 if (rrt->rrt_index == ifcp->ifc_index &&
915 } else if (nh && (rrt->rrt_index != ifcp->ifc_index ||
1031 if (sflag && rrt->rrt_index != ifcp->ifc_index)
1036 if (hflag == 0 && rrt->rrt_index == ifcp->ifc_index)
1354 if (rrt->rrt_index == ifcp->ifc_index &&
1360 rrt->rrt_index = ifcp->ifc_index;
[all...]

Completed in 98 milliseconds