Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Dkpi_interface.c2517 int cmax = 0; in ifnet_get_multicast_list() local
2527 cmax++; in ifnet_get_multicast_list()
2530 ifmultiaddr_t *addresses = kalloc_type(ifmultiaddr_t, cmax + 1, Z_WAITOK); in ifnet_get_multicast_list()
2537 if (count + 1 > cmax) { in ifnet_get_multicast_list()
2544 addresses[cmax] = NULL; in ifnet_get_multicast_list()
2547 *ret_addresses = __unsafe_null_terminated_from_indexable(addresses, &addresses[cmax]); in ifnet_get_multicast_list()