Searched defs:bpf_hdr (Results 1 – 3 of 3) sorted by relevance
88 struct bpf_hdr { struct89 struct timeval bh_tstamp; /* time stamp */90 bpf_u_int32 bh_caplen; /* length of captured portion */91 bpf_u_int32 bh_datalen; /* original length of packet */92 u_short bh_hdrlen; /* length of bpf header (this struct
93 #define bpf_hdr bpf_hdr32 macro
169 struct bpf_hdr { struct186 * will insist on inserting padding; hence, sizeof(struct bpf_hdr) won't work. argument