Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dmld6.c475 mli->mli_version = MLD_VERSION_2; in mld_domifattach()
532 if (mli->mli_version == MLD_VERSION_2) { in mld_ifdetach()
876 if (mli->mli_version != MLD_VERSION_2) in mld_v2_input_query()
879 mld_set_version(mli, MLD_VERSION_2); in mld_v2_input_query()
1167 if (mli->mli_version == MLD_VERSION_2) in mld_v1_input_report()
1382 if (mli->mli_version == MLD_VERSION_2) { in mld_fasttimo_vnet()
1398 case MLD_VERSION_2: in mld_fasttimo_vnet()
1422 case MLD_VERSION_2: in mld_fasttimo_vnet()
1753 if (mli->mli_version != MLD_VERSION_2 && --mli->mli_v1_timer == 0) { in mld_v1_process_querier_timers()
1759 __func__, mli->mli_version, MLD_VERSION_2, in mld_v1_process_querier_timers()
[all …]
H A Dmld6_var.h58 #define MLD_VERSION_2 2 /* Default */ macro
/freebsd/usr.sbin/ifmcstat/
H A Difmcstat.c745 case MLD_VERSION_2: in in6_ifinfo()
754 if (mli->mli_version == MLD_VERSION_2) { in in6_ifinfo()