Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.c822 if ((ip->nmcast <= 0) || (ip->nmcast > CB_MCS_CNT_MAX)) { in iprb_set_multicast()
841 ASSERT(i == ip->nmcast); in iprb_set_multicast()
880 ((ip->nmcast >= CB_MCS_CNT_MAX) ? 0x8 : 0) | 0x5); in iprb_set_config()
1262 ip->nmcast++; in iprb_m_multicst()
1271 ip->nmcast--; in iprb_m_multicst()
H A Diprb.h70 int nmcast; member
/illumos-gate/usr/src/uts/common/io/
H A Dllc1.c1478 int i, nmcast = 0, statcnt_normal = 0, statcnt_brdcst = 0; in llc1_recv() local
1690 if (nmcast > 0) in llc1_recv()