Searched refs:order_index (Results 1 – 1 of 1) sorted by relevance
2458 for (u_int32_t order_index = 0; order_index < count; order_index++) { in ifnet_reset_order() local2459 if (ordered_indices[order_index] == IFSCOPE_NONE || in ifnet_reset_order()2460 ordered_indices[order_index] > (uint32_t)if_index) { in ifnet_reset_order()2476 for (u_int32_t order_index = 0; order_index < count; order_index++) { in ifnet_reset_order() local2477 u_int32_t interface_index = ordered_indices[order_index]; in ifnet_reset_order()2501 uint32_t order_index = 0; in ifnet_get_ordered_indices() local2511 if (order_index >= if_ordered_count) { in ifnet_get_ordered_indices()2514 ordered_indices[order_index++] = ifp->if_index; in ifnet_get_ordered_indices()2516 *count = order_index; in ifnet_get_ordered_indices()