Home
last modified time | relevance | path

Searched refs:MLD_VERSION_2 (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/bsd/netinet6/
H A Dmld6.c727 mli->mli_version = MLD_VERSION_2; in mli_initvar()
1139 if (mli->mli_version != MLD_VERSION_2) { in mld_v2_input_query()
1144 mtp.qpt = mld_set_version(mli, MLD_VERSION_2); in mld_v2_input_query()
1454 if (mli->mli_version == MLD_VERSION_2) { in mld_v1_input_report()
1681 if (mli->mli_version != MLD_VERSION_2) { in mld_timeout()
1774 case MLD_VERSION_2: in mld_timeout()
1798 } else if (mli->mli_version == MLD_VERSION_2) { in mld_timeout()
2233 if (mld_v2enable && mli->mli_version != MLD_VERSION_2 && in mld_v1_process_querier_timers()
2239 __func__, mli->mli_version, MLD_VERSION_2, in mld_v1_process_querier_timers()
2242 mli->mli_version = MLD_VERSION_2; in mld_v1_process_querier_timers()
[all …]
H A Dmld6_var.h100 #define MLD_VERSION_2 2 /* Default */ macro