Home
last modified time | relevance | path

Searched refs:ifo_count (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif_private.h832 u_int32_t ifo_count; member
H A Dif.c2593 if (ifo->ifo_count > (u_int32_t)if_index) { in ifioctl_iforder()
2598 ordered_indices_length = ifo->ifo_count * sizeof(u_int32_t); in ifioctl_iforder()
2619 for (uint32_t i = 0; i < (ifo->ifo_count - 1) && !found_duplicate; i++) { in ifioctl_iforder()
2620 for (uint32_t j = i + 1; j < ifo->ifo_count && !found_duplicate; j++) { in ifioctl_iforder()
2632 error = ifnet_reset_order(ordered_indices, ifo->ifo_count); in ifioctl_iforder()
2646 ifo->ifo_count = if_ordered_count; in ifioctl_iforder()
2650 count = ifo->ifo_count; in ifioctl_iforder()
2666 ifo->ifo_count = count; in ifioctl_iforder()