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

/freebsd-current/usr.sbin/route6d/
H A Droute6d.c155 int rrt_index; /* ifindex from which this route got */ member in struct:riprt
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;
1371 rrt->rrt_index == ifcp->ifc_index &&
1380 if (rrt->rrt_index == ifcp->ifc_index &&
1386 rrt->rrt_index
[all...]

Completed in 130 milliseconds