Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dndrv.c86 static unsigned int ndrv_multi_max_count = NDRV_DMUX_MAX_DESCR; variable
88 &ndrv_multi_max_count, 0, "Number of allowed multicast addresses per NRDV socket");
966 if (!(np->nd_dlist_cnt < ndrv_multi_max_count)) { in ndrv_do_add_multicast()