Home
last modified time | relevance | path

Searched refs:PHYI_RUNNING (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip_if.h89 #define PHYI_RUNNING IFF_RUNNING /* resources allocated */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2566 { "R", PHYI_RUNNING, PHYI_RUNNING }, in ill_format()
2583 { "RUNNING", PHYI_RUNNING, PHYI_RUNNING }, in ill_format()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipmp.c253 (grp->gr_phyint->phyint_flags & PHYI_RUNNING) != 0; in ipmp_grp_update_kstats()
H A Dip_ndp.c1541 if (!(ipif->ipif_ill->ill_phyint->phyint_flags & PHYI_RUNNING)) in ipif_dup_recovery()
2702 } else if (ill->ill_phyint->phyint_flags & PHYI_RUNNING) { in nce_timer()
H A Dip.c8687 phyint->phyint_flags | PHYI_RUNNING : in ip_rput_dlpi_writer()
8688 phyint->phyint_flags & ~PHYI_RUNNING; in ip_rput_dlpi_writer()
H A Dip_if.c3656 flags |= PHYI_RUNNING; in phyint_flags_init()