Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_ports_used.c197 static char last_wake_phy_if_name[IFNAMSIZ]; /* name + unit */ variable
481 memset(&last_wake_phy_if_name, 0, sizeof(last_wake_phy_if_name)); in if_ports_reset_wake_attribution_state()
1432 IF_XNAME(ifp), last_wake_phy_if_name); in if_set_wake_physical_interface()
1437 strlcpy(last_wake_phy_if_name, IF_XNAME(ifp), sizeof(last_wake_phy_if_name)); in if_set_wake_physical_interface()
1620 strbufcpy(event_data.una_wake_pkt_phy_ifname, last_wake_phy_if_name); in if_notify_unattributed_wake_mbuf()
1685 strbufcpy(event_data.wake_pkt_phy_ifname, last_wake_phy_if_name); in if_notify_wake_packet()