Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/common/
H A Dpcap-ipf.h29 typedef struct pcap_pkthdr { struct
30 struct timeval ph_ts;
31 u_int ph_clen;
32 u_int ph_len;
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h293 struct pcap_pkthdr { struct
294 struct timeval ts; /* time stamp */
295 bpf_u_int32 caplen; /* length of portion present */
296 bpf_u_int32 len; /* length of this packet (off wire) */
/freebsd/tools/tools/netmap/
H A Dnmreplay.c205 struct pcap_pkthdr { struct
206 uint32_t ts_sec; /* seconds from epoch */
207 uint32_t ts_frac; /* microseconds or nanoseconds depending on sigfigs */
208 uint32_t caplen;
212 uint32_t len; /* wire length */