Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dif_ports_used.c91 static uuid_t current_wakeuuid; variable
92 SYSCTL_OPAQUE(_net_link_generic_system_port_used, OID_AUTO, current_wakeuuid,
94 current_wakeuuid, sizeof(uuid_t), "S,uuid_t", "");
514 if (uuid_compare(wakeuuid, current_wakeuuid) != 0) { in if_ports_used_update_wakeuuid()
520 uuid_copy(current_wakeuuid, wakeuuid); in if_ports_used_update_wakeuuid()
552 uuid_unparse(current_wakeuuid, uuid_str); in if_ports_used_update_wakeuuid()
829 uuid_copy(xnpigen.xng_wakeuuid, current_wakeuuid);
1580 uuid_copy(event_data.una_wake_uuid, current_wakeuuid); in if_notify_unattributed_wake_mbuf()
1645 uuid_copy(event_data.wake_uuid, current_wakeuuid); in if_notify_wake_packet()
2148 uuid_copy(event_data.una_wake_uuid, current_wakeuuid); in if_notify_unattributed_wake_pkt()