Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet6/
H A Dmld6.c730 mli->mli_version = MLD_VERSION_2; in mli_initvar()
1142 if (mli->mli_version != MLD_VERSION_2) { in mld_v2_input_query()
1147 mtp.qpt = mld_set_version(mli, MLD_VERSION_2); in mld_v2_input_query()
1457 if (mli->mli_version == MLD_VERSION_2) { in mld_v1_input_report()
1688 if (mli->mli_version != MLD_VERSION_2) { in mld_timeout()
1781 case MLD_VERSION_2: in mld_timeout()
1805 } else if (mli->mli_version == MLD_VERSION_2) { in mld_timeout()
2278 if (mld_v2enable && mli->mli_version != MLD_VERSION_2 && in mld_v1_process_querier_timers()
2284 __func__, mli->mli_version, MLD_VERSION_2, in mld_v1_process_querier_timers()
2287 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