Searched refs:ordered_indices (Results 1 – 1 of 1) sorted by relevance
2335 ifnet_reset_order(u_int32_t *ordered_indices, u_int32_t count) in ifnet_reset_order() argument2346 if (ordered_indices[order_index] == IFSCOPE_NONE || in ifnet_reset_order()2347 ordered_indices[order_index] > (uint32_t)if_index) { in ifnet_reset_order()2364 u_int32_t interface_index = ordered_indices[order_index]; in ifnet_reset_order()2384 ifnet_get_ordered_indices(u_int32_t *ordered_indices, uint32_t *count) in ifnet_get_ordered_indices() argument2401 ordered_indices[order_index++] = ifp->if_index; in ifnet_get_ordered_indices()2444 u_int32_t *ordered_indices = NULL; in ifioctl_iforder() local2466 ordered_indices = (u_int32_t *)kalloc_data(ordered_indices_length, in ifioctl_iforder()2468 if (ordered_indices == NULL) { in ifioctl_iforder()2474 ordered_indices, ordered_indices_length); in ifioctl_iforder()[all …]