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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c8626 uint64_t new_phyint_flags; local
8633 new_phyint_flags = went_up ?
8638 new_phyint_flags = went_up ?
8639 new_phyint_flags & ~PHYI_FAILED :
8640 new_phyint_flags | PHYI_FAILED;
8643 if (new_phyint_flags != phyint->phyint_flags) {
8644 phyint->phyint_flags = new_phyint_flags;

Completed in 87 milliseconds