Searched refs:ips_mld_slowtimeout_id (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dip_stack.h226 timeout_id_t ips_mld_slowtimeout_id; member in struct:ip_stack
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Digmp.c1799 ipst->ips_mld_slowtimeout_id = timeout(mld_slowtimo, (void *)ipst,
H A Dip.c4431 ret = untimeout(ipst->ips_mld_slowtimeout_id);
4433 ASSERT(ipst->ips_mld_slowtimeout_id == 0);
4435 ASSERT(ipst->ips_mld_slowtimeout_id != 0);
4436 ipst->ips_mld_slowtimeout_id = 0;
H A Dip_if.c16867 if (ipst->ips_mld_slowtimeout_id == 0) {
16868 ipst->ips_mld_slowtimeout_id = timeout(mld_slowtimo,

Completed in 151 milliseconds