Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dndrv.c82 static unsigned int ndrv_multi_max_count = NDRV_DMUX_MAX_DESCR; variable
83 SYSCTL_UINT(_net, OID_AUTO, ndrv_multi_max_count, CTLFLAG_RW | CTLFLAG_LOCKED,
84 &ndrv_multi_max_count, 0, "Number of allowed multicast addresses per NRDV socket");
938 if (!(np->nd_dlist_cnt < ndrv_multi_max_count)) { in ndrv_do_add_multicast()