Searched defs:bpf_hdr (Results 1 – 2 of 2) sorted by relevance
86 struct bpf_hdr { struct87 struct timeval bh_tstamp; /* time stamp */88 bpf_u_int32 bh_caplen; /* length of captured portion */89 bpf_u_int32 bh_datalen; /* original length of packet */90 u_short bh_hdrlen; /* length of bpf header (this struct
85 #define bpf_hdr bpf_hdr32 macro