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

/freebsd-10.3-release/sys/netinet6/
H A Dmld6_var.h83 #define MLD_VERSION_2 2 /* Default */ macro
H A Dmld6.c497 mli->mli_version = MLD_VERSION_2;
545 if (mli->mli_version == MLD_VERSION_2) {
896 if (mli->mli_version != MLD_VERSION_2)
899 mld_set_version(mli, MLD_VERSION_2);
1193 if (mli->mli_version == MLD_VERSION_2)
1387 if (mli->mli_version == MLD_VERSION_2) {
1408 case MLD_VERSION_2:
1434 case MLD_VERSION_2:
1771 if (mli->mli_version != MLD_VERSION_2 && --mli->mli_v1_timer == 0) {
1777 __func__, mli->mli_version, MLD_VERSION_2,
[all...]
/freebsd-10.3-release/usr.sbin/ifmcstat/
H A Difmcstat.c749 case MLD_VERSION_2:
758 if (mli->mli_version == MLD_VERSION_2) {

Completed in 109 milliseconds