Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/
H A Dip_if.h98 #define PHYI_VIRTUAL IFF_VIRTUAL /* Will not send or recv pkts */ macro
H A Dip.h1468 (((ill)->ill_phyint->phyint_flags & (PHYI_LOOPBACK|PHYI_VIRTUAL)) == \
1469 PHYI_VIRTUAL)
/titanic_50/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2539 { "V", PHYI_VIRTUAL, PHYI_VIRTUAL }, in ill_format()
2556 { "VIRTUAL", PHYI_VIRTUAL, PHYI_VIRTUAL }, in ill_format()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_if.c3660 flags |= PHYI_VIRTUAL; in phyint_flags_init()
3666 flags |= (PHYI_LOOPBACK | PHYI_VIRTUAL); in phyint_flags_init()
12505 (phyi->phyint_flags & PHYI_VIRTUAL)) in ip_sioctl_groupname()