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

/freebsd-current/sys/netinet6/
H A Dmld6_var.h112 uint32_t mli_v2_timer; /* MLDv2 General Query (interface) timer (s)*/ member in struct:mld_ifinfo
131 uint32_t mli_v2_timer; /* MLDv2 General Query (interface) timer (s)*/ member in struct:mld_ifsoftc
H A Dmld6.c395 info.mli_v2_timer = mli->mli_v2_timer;
901 if (mli->mli_v2_timer == 0 || mli->mli_v2_timer >= timer) {
902 mli->mli_v2_timer = MLD_RANDOM_DELAY(timer);
934 if (mli->mli_v2_timer == 0 || mli->mli_v2_timer >= timer)
1356 if (mli->mli_v2_timer == 0) {
1358 } else if (--mli->mli_v2_timer == 0) {
1657 mli->mli_v2_timer
[all...]
/freebsd-current/usr.sbin/ifmcstat/
H A Difmcstat.c760 mli->mli_v2_timer);

Completed in 62 milliseconds