Home
last modified time | relevance | path

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

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