Home
last modified time | relevance | path

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

/freebsd/usr.sbin/route6d/
H A Droute6d.c118 static struct ifc **index2ifc; variable
612 index2ifc = NULL; in init()
1197 ifcp = index2ifc[idx]; in riprecv()
1243 ifcp = (idx < nindex2ifc) ? index2ifc[idx] : NULL; in riprecv()
1904 ifcp = index2ifc[ifam->ifam_index]; in rtrecv()
2773 if ((unsigned int)ifindex < nindex2ifc && index2ifc[ifindex]) in rt_entry()
2774 ifname = index2ifc[ifindex]->ifc_name; in rt_entry()
3137 index2ifc[rrt->rrt_index]->ifc_name, in rtdump()
3555 if (!index2ifc) { in setindex2ifc()
3557 index2ifc = (struct ifc **) in setindex2ifc()
[all …]