Searched refs:order_index (Results 1 – 1 of 1) sorted by relevance
2362 for (u_int32_t order_index = 0; order_index < count; order_index++) { in ifnet_reset_order() local2363 if (ordered_indices[order_index] == IFSCOPE_NONE || in ifnet_reset_order()2364 ordered_indices[order_index] > (uint32_t)if_index) { in ifnet_reset_order()2380 for (u_int32_t order_index = 0; order_index < count; order_index++) { in ifnet_reset_order() local2381 u_int32_t interface_index = ordered_indices[order_index]; in ifnet_reset_order()2405 uint32_t order_index = 0; in ifnet_get_ordered_indices() local2415 if (order_index >= if_ordered_count) { in ifnet_get_ordered_indices()2418 ordered_indices[order_index++] = ifp->if_index; in ifnet_get_ordered_indices()2420 *count = order_index; in ifnet_get_ordered_indices()