Searched defs:pcap_pkthdr (Results 1 – 3 of 3) sorted by relevance
30 typedef struct pcap_pkthdr { struct31 struct timeval ph_ts;32 u_int ph_clen;33 u_int ph_len;
198 struct pcap_pkthdr { struct199 struct timeval ts; /* time stamp */200 bpf_u_int32 caplen; /* length of portion present */201 bpf_u_int32 len; /* length this packet (off wire) */
207 struct pcap_pkthdr { struct208 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 */