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

/freebsd-11.0-release/sys/netinet6/
H A Dmld6_var.h58 #define MLD_VERSION_2 2 /* Default */ macro
H A Dmld6.c503 mli->mli_version = MLD_VERSION_2;
546 if (mli->mli_version == MLD_VERSION_2) {
894 if (mli->mli_version != MLD_VERSION_2)
897 mld_set_version(mli, MLD_VERSION_2);
1191 if (mli->mli_version == MLD_VERSION_2)
1385 if (mli->mli_version == MLD_VERSION_2) {
1402 case MLD_VERSION_2:
1428 case MLD_VERSION_2:
1765 if (mli->mli_version != MLD_VERSION_2 && --mli->mli_v1_timer == 0) {
1771 __func__, mli->mli_version, MLD_VERSION_2,
[all...]
/freebsd-11.0-release/usr.sbin/ifmcstat/
H A Difmcstat.c746 case MLD_VERSION_2:
755 if (mli->mli_version == MLD_VERSION_2) {

Completed in 117 milliseconds