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

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

Completed in 69 milliseconds