Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet6/
H A Dmld6.c730 mli->mli_version = MLD_VERSION_2; in mli_initvar()
1141 if (mli->mli_version != MLD_VERSION_2) { in mld_v2_input_query()
1146 mtp.qpt = mld_set_version(mli, MLD_VERSION_2); in mld_v2_input_query()
1456 if (mli->mli_version == MLD_VERSION_2) { in mld_v1_input_report()
1687 if (mli->mli_version != MLD_VERSION_2) { in mld_timeout()
1780 case MLD_VERSION_2: in mld_timeout()
1804 } else if (mli->mli_version == MLD_VERSION_2) { in mld_timeout()
2297 if (mld_v2enable && mli->mli_version != MLD_VERSION_2 && in mld_v1_process_querier_timers()
2303 __func__, mli->mli_version, MLD_VERSION_2, in mld_v1_process_querier_timers()
2306 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