Home
last modified time | relevance | path

Searched defs:net_port_info_wake_event (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.1.13/bsd/net/
H A Dif_ports_used.h175 struct net_port_info_wake_event { struct
176 uuid_t wake_uuid;
177 struct timeval32 wake_pkt_timestamp; /* when processed by networking stack */
178 uint16_t wake_pkt_if_index; /* interface of incoming wake packet */
179 in_port_t wake_pkt_port; /* local port in network byte order */
180 uint16_t wake_pkt_flags; /* NPIF_xxx */
181 pid_t wake_pkt_owner_pid;
182 pid_t wake_pkt_effective_pid;
183 char wake_pkt_owner_pname[MAXCOMLEN + 1];
184 char wake_pkt_effective_pname[MAXCOMLEN + 1];
[all …]