Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dip_if.h93 #define PHYI_MULTI_BCAST IFF_MULTI_BCAST /* multicast using broadcast */ macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_multi.c900 if (ill->ill_phyint->phyint_flags & PHYI_MULTI_BCAST) { in ip_ll_multireq()
1066 !(ill->ill_phyint->phyint_flags & PHYI_MULTI_BCAST)) { in ill_join_allmulti()
H A Dip_if.c17447 if ((phyi->phyint_flags & PHYI_MULTI_BCAST) != 0 || in ip_ether_v6_mapping()
17473 if ((phyi->phyint_flags & PHYI_MULTI_BCAST) != 0 || in ip_ether_v4_mapping()
H A Dip.c8395 PHYI_MULTI_BCAST; in ip_rput_dlpi_writer()