Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dbpf.h308 struct bpf_hdr_ext { struct
309 struct BPF_TIMEVAL bh_tstamp; /* time stamp */
310 bpf_u_int32 bh_caplen; /* length of captured portion */
311 bpf_u_int32 bh_datalen; /* original length of packet */
312 u_short bh_hdrlen; /* length of bpf header */
313 u_char bh_complen;
314 u_char bh_flags;
321 pid_t bh_pid; /* process PID */
322 char bh_comm[MAXCOMLEN + 1]; /* process command */
323 u_char bh_pktflags;
[all …]