Home
last modified time | relevance | path

Searched refs:IGMP_V2_ROUTER (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/uts/common/netinet/
H A Digmp_var.h82 #define IGMP_V2_ROUTER 1 macro
88 #define MLD_V1_ROUTER IGMP_V2_ROUTER
/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c374 (ipst->ips_igmp_max_version <= IGMP_V2_ROUTER)) { in igmp_input()
559 ill->ill_mcast_type = IGMP_V2_ROUTER; in igmp_query_in()
788 } else if (ill->ill_mcast_type == IGMP_V2_ROUTER) { in igmp_joingroup()
940 ill->ill_mcast_type == IGMP_V2_ROUTER && in igmp_leavegroup()
1266 } else if (ill->ill_mcast_type == IGMP_V2_ROUTER) { in igmp_timeout_handler_per_ill()
1319 if (ill->ill_mcast_type == IGMP_V2_ROUTER) { in igmp_timeout_handler_per_ill()
1707 (ipst->ips_igmp_max_version >= IGMP_V2_ROUTER) && in igmp_slowtimo()
1711 IGMP_V2_ROUTER)) { in igmp_slowtimo()
1717 IGMP_V2_ROUTER; in igmp_slowtimo()
1730 if ((ill->ill_mcast_type == IGMP_V2_ROUTER) && in igmp_slowtimo()