Searched defs:bpf_hdr (Results 1 – 2 of 2) sorted by relevance
66 struct bpf_hdr { struct67 struct timeval bh_tstamp; /* time stamp */68 bpf_u_int32 bh_caplen; /* length of captured portion */69 bpf_u_int32 bh_datalen; /* original length of packet */70 u_short bh_hdrlen; /* length of bpf header (this struct
68 #define bpf_hdr bpf_hdr32 macro