Home
last modified time | relevance | path

Searched refs:IGMP_V1_ROUTER (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/netinet/
H A Digmp_var.h81 #define IGMP_V1_ROUTER 0 macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c510 (ipst->ips_igmp_max_version == IGMP_V1_ROUTER)) { in igmp_query_in()
518 if (ill->ill_mcast_type != IGMP_V1_ROUTER) { in igmp_query_in()
522 ill->ill_mcast_type = IGMP_V1_ROUTER; in igmp_query_in()
786 if (ill->ill_mcast_type == IGMP_V1_ROUTER) { in igmp_joingroup()
1264 if (ill->ill_mcast_type == IGMP_V1_ROUTER) { in igmp_timeout_handler_per_ill()
1315 if (ill->ill_mcast_type == IGMP_V1_ROUTER) { in igmp_timeout_handler_per_ill()
1706 if ((ill->ill_mcast_type == IGMP_V1_ROUTER) && in igmp_slowtimo()
H A Dip_tunables.c741 {IGMP_V1_ROUTER, IGMP_V3_ROUTER, IGMP_V3_ROUTER},