Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Dbpf.h304 struct bpf_hdr_ext { struct
305 struct BPF_TIMEVAL bh_tstamp; /* time stamp */
306 bpf_u_int32 bh_caplen; /* length of captured portion */
307 bpf_u_int32 bh_datalen; /* original length of packet */
308 u_short bh_hdrlen; /* length of bpf header */
309 u_char bh_complen;
310 u_char bh_flags;
317 pid_t bh_pid; /* process PID */
318 char bh_comm[MAXCOMLEN + 1]; /* process command */
319 u_char bh_pktflags;
[all …]