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

/freebsd-current/usr.sbin/route6d/
H A Droute6d.c119 static unsigned int nindex2ifc; variable
611 nindex2ifc = 0; /*initial guess*/
1196 if (idx && idx < nindex2ifc) {
1243 ifcp = (idx < nindex2ifc) ? index2ifc[idx] : NULL;
1903 if (ifam->ifam_index < nindex2ifc)
2773 if ((unsigned int)ifindex < nindex2ifc && index2ifc[ifindex])
3556 nindex2ifc = 5; /*initial guess*/
3558 malloc(sizeof(*index2ifc) * nindex2ifc);
3563 memset(index2ifc, 0, sizeof(*index2ifc) * nindex2ifc);
3565 n = nindex2ifc;
[all...]

Completed in 63 milliseconds