Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dbpf.h297 struct bpf_hdr_ext { struct
298 struct BPF_TIMEVAL bh_tstamp; /* time stamp */
299 bpf_u_int32 bh_caplen; /* length of captured portion */
300 bpf_u_int32 bh_datalen; /* original length of packet */
301 u_short bh_hdrlen; /* length of bpf header */
302 u_char bh_complen;
303 u_char bh_flags;
310 pid_t bh_pid; /* process PID */
311 char bh_comm[MAXCOMLEN + 1]; /* process command */
312 u_char bh_pktflags;
[all …]