Searched refs:order_index (Results 1 – 1 of 1) sorted by relevance
2479 for (u_int32_t order_index = 0; order_index < count; order_index++) { in ifnet_reset_order() local2480 if (ordered_indices[order_index] == IFSCOPE_NONE || in ifnet_reset_order()2481 ordered_indices[order_index] > (uint32_t)if_index) { in ifnet_reset_order()2497 for (u_int32_t order_index = 0; order_index < count; order_index++) { in ifnet_reset_order() local2498 u_int32_t interface_index = ordered_indices[order_index]; in ifnet_reset_order()2522 uint32_t order_index = 0; in ifnet_get_ordered_indices() local2532 if (order_index >= if_ordered_count) { in ifnet_get_ordered_indices()2535 ordered_indices[order_index++] = ifp->if_index; in ifnet_get_ordered_indices()2537 *count = order_index; in ifnet_get_ordered_indices()