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

/freebsd-10.1-release/usr.sbin/ppp/
H A Droute.c196 static int route_nifs = -1; variable
210 if (idx > route_nifs || (idx > 0 && ifs[idx-1] == NULL)) {
220 route_nifs = 0;
262 route_nifs = 0;
281 if (route_nifs < ifm->ifm_index)
282 route_nifs = ifm->ifm_index;
296 for (f = 0; f < route_nifs; f++)
302 if (idx < 1 || idx > route_nifs || ifs[idx-1] == NULL)
534 while (route_nifs == -1 || idx < route_nifs)
[all...]

Completed in 48 milliseconds