Searched refs:ips_mld_timeout_id (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c241 if (ipst->ips_mld_timeout_id == 0) {
248 ipst->ips_mld_timeout_id = timeout(mld_timeout_handler,
271 id = ipst->ips_mld_timeout_id;
286 ASSERT(ipst->ips_mld_timeout_id == 0);
288 ASSERT(ipst->ips_mld_timeout_id != 0);
289 ipst->ips_mld_timeout_id = 0;
295 ipst->ips_mld_timeout_id = timeout(mld_timeout_handler,
1624 ASSERT(ipst->ips_mld_timeout_id != 0);
1625 ipst->ips_mld_timeout_id = 0;
H A Dip.c4459 ret = untimeout(ipst->ips_mld_timeout_id);
4461 ASSERT(ipst->ips_mld_timeout_id == 0);
4463 ASSERT(ipst->ips_mld_timeout_id != 0);
4464 ipst->ips_mld_timeout_id = 0;
/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h214 timeout_id_t ips_mld_timeout_id; member in struct:ip_stack

Completed in 139 milliseconds