Searched refs:ordered_indices (Results 1 – 1 of 1) sorted by relevance
2360 ifnet_reset_order(u_int32_t *ordered_indices, u_int32_t count) in ifnet_reset_order() argument2371 if (ordered_indices[order_index] == IFSCOPE_NONE || in ifnet_reset_order()2372 ordered_indices[order_index] > (uint32_t)if_index) { in ifnet_reset_order()2389 u_int32_t interface_index = ordered_indices[order_index]; in ifnet_reset_order()2409 ifnet_get_ordered_indices(u_int32_t *ordered_indices, uint32_t *count) in ifnet_get_ordered_indices() argument2426 ordered_indices[order_index++] = ifp->if_index; in ifnet_get_ordered_indices()2469 u_int32_t *ordered_indices = NULL; in ifioctl_iforder() local2491 ordered_indices = (u_int32_t *)kalloc_data(ordered_indices_length, in ifioctl_iforder()2493 if (ordered_indices == NULL) { in ifioctl_iforder()2499 ordered_indices, ordered_indices_length); in ifioctl_iforder()[all …]