Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c516 ill->ill_mcast_v1_time = 0; in igmp_query_in()
1703 ill->ill_mcast_v1_time++; in igmp_slowtimo()
1708 (ill->ill_mcast_v1_time >= OVQP(ill))) { in igmp_slowtimo()
1726 ill->ill_mcast_v1_time = 0; in igmp_slowtimo()
1792 ill->ill_mcast_v1_time++; in mld_slowtimo()
1795 (ill->ill_mcast_v1_time >= OVQP(ill))) { in mld_slowtimo()
1800 ill->ill_mcast_v1_time = 0; in mld_slowtimo()
2231 ill->ill_mcast_v1_time = 0; in mld_query_in()
H A Dip_if.c3415 ill->ill_mcast_v1_time = ill->ill_mcast_v2_time = 0; in ill_init_common()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1648 uint16_t ill_mcast_v1_time; /* # slow timeouts since last v1 qry */ member