Searched refs:route_nifs (Results 1 – 1 of 1) sorted by relevance
202 static int route_nifs = -1; variable216 if (idx > route_nifs || (idx > 0 && ifs[idx-1] == NULL)) { in Index2Nam()226 route_nifs = 0; in Index2Nam()268 route_nifs = 0; in Index2Nam()287 if (route_nifs < ifm->ifm_index) in Index2Nam()288 route_nifs = ifm->ifm_index; in Index2Nam()302 for (f = 0; f < route_nifs; f++) in Index2Nam()308 if (idx < 1 || idx > route_nifs || ifs[idx-1] == NULL) in Index2Nam()540 while (route_nifs == -1 || idx < route_nifs) in GetIfIndex()