Home
last modified time | relevance | path

Searched refs:MLD_V2_ROUTER (Results 1 – 3 of 3) sorted by path

/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c895 ASSERT(ill->ill_mcast_type != MLD_V2_ROUTER || in mld_joingroup()
988 if ((ill->ill_mcast_type == MLD_V2_ROUTER) && in mld_leavegroup()
1120 if (ill->ill_mcast_type != MLD_V2_ROUTER) { in mld_statechange()
1594 if (ill->ill_mcast_type == MLD_V2_ROUTER) { in mld_timeout_handler_per_ill()
1794 (ipst->ips_mld_max_version >= MLD_V2_ROUTER) && in mld_slowtimo()
1799 ill->ill_mcast_type = MLD_V2_ROUTER; in mld_slowtimo()
2107 (ipst->ips_mld_max_version < MLD_V2_ROUTER)) { in mld_input()
2233 if (ill->ill_mcast_type == MLD_V2_ROUTER) { in mld_query_in()
H A Dip_tunables.c746 {MLD_V1_ROUTER, MLD_V2_ROUTER, MLD_V2_ROUTER}, {MLD_V2_ROUTER} },
/illumos-gate/usr/src/uts/common/netinet/
H A Digmp_var.h89 #define MLD_V2_ROUTER IGMP_V3_ROUTER macro