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

/freebsd-10.0-release/sys/netinet6/
H A Dmld6_var.h46 uint32_t mli_version; /* MLDv1 Host Compatibility Mode */ member in struct:mld_ifinfo
H A Dmld6.c497 mli->mli_version = MLD_VERSION_2;
545 if (mli->mli_version == MLD_VERSION_2) {
896 if (mli->mli_version != MLD_VERSION_2)
1193 if (mli->mli_version == MLD_VERSION_2)
1387 if (mli->mli_version == MLD_VERSION_2) {
1404 switch (mli->mli_version) {
1416 switch (mli->mli_version) {
1646 if (mli->mli_v1_timer > 0 && mli->mli_version != MLD_VERSION_1) {
1647 mli->mli_version = MLD_VERSION_1;
1771 if (mli->mli_version !
[all...]
/freebsd-10.0-release/usr.sbin/ifmcstat/
H A Difmcstat.c747 switch (mli->mli_version) {
750 printf("mldv%d", mli->mli_version);
753 printf("mldv?(%d)", mli->mli_version);
758 if (mli->mli_version == MLD_VERSION_2) {

Completed in 65 milliseconds