Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dif_ports_used.c237 static struct net_port_info_wake_pkt_event last_wake_pkt_event; variable
369 memset(&last_wake_pkt_event, 0, sizeof(last_wake_pkt_event)); in if_ports_used_update_wakeuuid()
1358 last_wake_pkt_event.npi_wp_code = KEV_POWER_UNATTRIBUTED_WAKE; in if_notify_unattributed_wake_mbuf()
1359 …memcpy(&last_wake_pkt_event.npi_ev_wake_pkt_unattributed, &event_data, sizeof(last_wake_pkt_event.… in if_notify_unattributed_wake_mbuf()
1426 last_wake_pkt_event.npi_wp_code = KEV_POWER_WAKE_PACKET; in if_notify_wake_packet()
1427 …memcpy(&last_wake_pkt_event.npi_ev_wake_pkt_attributed, &event_data, sizeof(last_wake_pkt_event.np… in if_notify_wake_packet()
1851 last_wake_pkt_event.npi_wp_code = KEV_POWER_UNATTRIBUTED_WAKE; in if_notify_unattributed_wake_pkt()
1852 …memcpy(&last_wake_pkt_event.npi_ev_wake_pkt_unattributed, &event_data, sizeof(last_wake_pkt_event.… in if_notify_unattributed_wake_pkt()
2039 if (last_wake_pkt_event.npi_wp_code == KEV_POWER_WAKE_PACKET) {
2040 memcpy(&net_port_info_wake_event, &last_wake_pkt_event.npi_ev_wake_pkt_attributed, len);
[all …]