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

/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c123 struct ifc **index2ifc; variable in typeref:struct:ifc
615 index2ifc = NULL;
1191 ifcp = index2ifc[idx];
1237 ifcp = (idx < nindex2ifc) ? index2ifc[idx] : NULL;
1888 ifcp = index2ifc[ifam->ifam_index];
2757 if ((unsigned int)ifindex < nindex2ifc && index2ifc[ifindex])
2758 ifname = index2ifc[ifindex]->ifc_name;
3118 index2ifc[rrt->rrt_index]->ifc_name,
3600 if (!index2ifc) {
3602 index2ifc
[all...]

Completed in 115 milliseconds