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

/freebsd-12-stable/usr.sbin/ppp/
H A Droute.c198 static int route_nifs = -1; variable
212 if (idx > route_nifs || (idx > 0 && ifs[idx-1] == NULL)) {
222 route_nifs = 0;
264 route_nifs = 0;
283 if (route_nifs < ifm->ifm_index)
284 route_nifs = ifm->ifm_index;
298 for (f = 0; f < route_nifs; f++)
304 if (idx < 1 || idx > route_nifs || ifs[idx-1] == NULL)
536 while (route_nifs == -1 || idx < route_nifs)
[all...]

Completed in 115 milliseconds