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

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

Completed in 23 milliseconds