Searched refs:cmax (Results 1 – 1 of 1) sorted by relevance
2429 int cmax = 0; in ifnet_get_multicast_list() local2438 cmax++; in ifnet_get_multicast_list()2441 *addresses = kalloc_type(ifmultiaddr_t, cmax + 1, Z_WAITOK); in ifnet_get_multicast_list()2448 if (count + 1 > cmax) { in ifnet_get_multicast_list()2455 (*addresses)[cmax] = NULL; in ifnet_get_multicast_list()