Searched defs:no_unicast (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c2873 boolean_t no_unicast; local
2885 no_unicast = mcip->mci_state_flags & MCIS_NO_UNICAST_ADDR;
2894 if (no_unicast) {
3009 if (no_unicast)
3071 (i_mac_flow_vid(flent) != VLAN_ID_NONE || no_unicast)) {
H A Dmac_client.c2276 boolean_t no_unicast; local
2278 no_unicast = mcip->mci_state_flags & MCIS_NO_UNICAST_ADDR;
2323 if (no_unicast)
2338 ASSERT(!no_unicast);
2855 boolean_t no_unicast; local
2861 no_unicast = mcip->mci_state_flags & MCIS_NO_UNICAST_ADDR;
2863 if (!no_unicast) {
2928 ASSERT(muip != NULL || no_unicast);

Completed in 70 milliseconds