Searched refs:ordered_indices (Results 1 – 1 of 1) sorted by relevance
2509 ifnet_reset_order(u_int32_t *__counted_by(count) ordered_indices, u_int32_t count) in ifnet_reset_order() argument2520 if (ordered_indices[order_index] == IFSCOPE_NONE || in ifnet_reset_order()2521 ordered_indices[order_index] > (uint32_t)if_index) { in ifnet_reset_order()2538 u_int32_t interface_index = ordered_indices[order_index]; in ifnet_reset_order()2558 ifnet_get_ordered_indices(u_int32_t *__indexable ordered_indices, uint32_t *count) in ifnet_get_ordered_indices() argument2575 ordered_indices[order_index++] = ifp->if_index; in ifnet_get_ordered_indices()2618 u_int32_t *ordered_indices = NULL; in ifioctl_iforder() local2640 ordered_indices = (u_int32_t *)kalloc_data(ordered_indices_length, in ifioctl_iforder()2642 if (ordered_indices == NULL) { in ifioctl_iforder()2648 ordered_indices, ordered_indices_length); in ifioctl_iforder()[all …]