Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Dipnet.h125 #define IPNETIF_IPV6ALLMULTI 0x08 macro
/titanic_41/usr/src/uts/common/inet/ipnet/
H A Dipnet.c922 (IPNETIF_IPV4ALLMULTI | IPNETIF_IPV6ALLMULTI)) == 0); in ipnet_join_allmulti()
937 ipnetif->if_flags |= IPNETIF_IPV6ALLMULTI; in ipnet_join_allmulti()
962 if (ipnetif->if_flags & IPNETIF_IPV6ALLMULTI) { in ipnet_leave_allmulti()
965 ipnetif->if_flags &= ~IPNETIF_IPV6ALLMULTI; in ipnet_leave_allmulti()
1479 isv6 ? IPNETIF_IPV6ALLMULTI : IPNETIF_IPV4ALLMULTI; in ipnet_plumb_ev()