Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/ipf/common/
Dpcap-ipf.h30 typedef struct pcap_pkthdr { struct
31 struct timeval ph_ts;
32 u_int ph_clen;
33 u_int ph_len;
/freebsd-12-stable/contrib/libpcap/pcap/
Dpcap.h198 struct pcap_pkthdr { struct
199 struct timeval ts; /* time stamp */
200 bpf_u_int32 caplen; /* length of portion present */
201 bpf_u_int32 len; /* length this packet (off wire) */
/freebsd-12-stable/tools/tools/netmap/
Dnmreplay.c207 struct pcap_pkthdr { struct
208 uint32_t ts_sec; /* seconds from epoch */
209 uint32_t ts_frac; /* microseconds or nanoseconds depending on sigfigs */
210 uint32_t caplen;
214 uint32_t len; /* wire length */