Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipf/
H A Dbpf-ipf.h146 struct bpf_hdr { struct
155 * will insist on inserting padding; hence, sizeof(struct bpf_hdr) won't work. argument
/freebsd/sys/net/
H A Dbpf.h208 struct bpf_hdr { struct
209 struct timeval bh_tstamp; /* time stamp */
210 bpf_u_int32 bh_caplen; /* length of captured portion */
211 bpf_u_int32 bh_datalen; /* original length of packet */
212 u_short bh_hdrlen; /* length of bpf header (this struct
/freebsd/contrib/libpcap/
H A Dpcap-bpf.c95 #define bpf_hdr bpf_hdr32 macro