Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-win32.c86 struct bpf_hdr { struct
87 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
Dpcap-bpf.c85 #define bpf_hdr bpf_hdr32 macro