Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dip_if.h99 #define PHYI_IPMP IFF_IPMP /* IPMP meta-interface */ macro
H A Dip.h1478 ((ill)->ill_phyint->phyint_flags & PHYI_IPMP)
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2569 { "I", PHYI_IPMP, PHYI_IPMP }, in ill_format()
2586 { "IPMP", PHYI_IPMP, PHYI_IPMP }, in ill_format()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c3663 flags |= PHYI_IPMP; in phyint_flags_init()
4304 ASSERT(ill->ill_phyint->phyint_flags & PHYI_IPMP); in ip_ll_subnet_defaults()
6343 ASSERT(phyi == NULL || !(phyi->phyint_flags & PHYI_IPMP)); in ipsq_dq()
16599 if ((phyi->phyint_flags & PHYI_IPMP) && (phyi->phyint_grp != NULL)) { in phyint_free()