Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dif_ports_used.c280 static struct net_port_info_wake_pkt_event delay_wake_pkt_event; variable
528 memset(&delay_wake_pkt_event, 0, sizeof(delay_wake_pkt_event)); in if_ports_used_update_wakeuuid()
1531 if (delay_wake_pkt_event.npi_wp_code == KEV_POWER_WAKE_PACKET) { in check_for_existing_delayed_wake_event()
1533 } else if (delay_wake_pkt_event.npi_wp_code == KEV_POWER_UNATTRIBUTED_WAKE) { in check_for_existing_delayed_wake_event()
1555 delay_wake_pkt_event.npi_wp_code = KEV_POWER_UNATTRIBUTED_WAKE; in if_notify_unattributed_wake_common()
1556 memcpy(&delay_wake_pkt_event.npi_ev_wake_pkt_unattributed, event_data, in if_notify_unattributed_wake_common()
1704 delay_wake_pkt_event.npi_wp_code = KEV_POWER_WAKE_PACKET; in if_notify_wake_packet()
1705 memcpy(&delay_wake_pkt_event.npi_ev_wake_pkt_attributed, &event_data, in if_notify_wake_packet()
2455 delay_wake_pkt_event.npi_wp_code);
2458 if (delay_wake_pkt_event.npi_wp_code == KEV_POWER_WAKE_PACKET) {
[all …]