Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_ports_used.c245 uint32_t npi_wp_code; member
1462 last_wake_pkt_event.npi_wp_code = KEV_POWER_UNATTRIBUTED_WAKE; in deliver_unattributed_wake_packet_event()
1499 last_wake_pkt_event.npi_wp_code = KEV_POWER_WAKE_PACKET; in deliver_attributed_wake_packet_event()
1551 if (delay_wake_pkt_event.npi_wp_code == KEV_POWER_WAKE_PACKET) { in check_for_existing_delayed_wake_event()
1553 } else if (delay_wake_pkt_event.npi_wp_code == KEV_POWER_UNATTRIBUTED_WAKE) { in check_for_existing_delayed_wake_event()
1575 delay_wake_pkt_event.npi_wp_code = KEV_POWER_UNATTRIBUTED_WAKE; in if_notify_unattributed_wake_common()
1724 delay_wake_pkt_event.npi_wp_code = KEV_POWER_WAKE_PACKET; in if_notify_wake_packet()
2415 if (last_wake_pkt_event.npi_wp_code == KEV_POWER_WAKE_PACKET) {
2437 if (last_wake_pkt_event.npi_wp_code == KEV_POWER_UNATTRIBUTED_WAKE) {
2479 delay_wake_pkt_event.npi_wp_code);
[all …]