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

/freebsd-current/sys/netinet6/
H A Dmld6_var.h110 uint32_t mli_version; /* MLDv1 Host Compatibility Mode */ member in struct:mld_ifinfo
129 uint32_t mli_version; /* MLDv1 Host Compatibility Mode */ member in struct:mld_ifsoftc
H A Dmld6.c393 info.mli_version = mli->mli_version;
475 mli->mli_version = MLD_VERSION_2;
532 if (mli->mli_version == MLD_VERSION_2) {
876 if (mli->mli_version != MLD_VERSION_2)
1167 if (mli->mli_version == MLD_VERSION_2)
1382 if (mli->mli_version == MLD_VERSION_2) {
1394 switch (mli->mli_version) {
1406 switch (mli->mli_version) {
1622 if (mli->mli_v1_timer > 0 && mli->mli_version !
[all...]
/freebsd-current/usr.sbin/ifmcstat/
H A Difmcstat.c743 switch (mli->mli_version) {
746 printf("mldv%d", mli->mli_version);
749 printf("mldv?(%d)", mli->mli_version);
754 if (mli->mli_version == MLD_VERSION_2) {

Completed in 175 milliseconds