Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dbpf_private.h162 struct bpf_hdr_ext { struct
163 struct BPF_TIMEVAL bh_tstamp; /* time stamp */
164 bpf_u_int32 bh_caplen; /* length of captured portion */
165 bpf_u_int32 bh_datalen; /* original length of packet */
166 u_short bh_hdrlen; /* length of bpf header */
167 u_char bh_complen;
168 u_char bh_flags;
175 pid_t bh_pid; /* process PID */
176 char bh_comm[MAXCOMLEN + 1]; /* process command */
177 u_char bh_pktflags;
[all …]