Searched refs:PHYI_IPMP (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dip_if.h99 #define PHYI_IPMP IFF_IPMP /* IPMP meta-interface */ macro
H A Dip.h1474 ((ill)->ill_phyint->phyint_flags & PHYI_IPMP)
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2540 { "I", PHYI_IPMP, PHYI_IPMP },
2557 { "IPMP", PHYI_IPMP, PHYI_IPMP },
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c3629 flags |= PHYI_IPMP;
4301 /* For IPMP, PHYI_IPMP should already be set by phyint_flags_init() */
4303 ASSERT(ill->ill_phyint->phyint_flags & PHYI_IPMP);
6342 ASSERT(phyi == NULL || !(phyi->phyint_flags & PHYI_IPMP));
16614 if ((phyi->phyint_flags & PHYI_IPMP) && (phyi->phyint_grp != NULL)) {

Completed in 146 milliseconds