Home
last modified time | relevance | path

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

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