Searched defs:pcap_pkthdr (Results 1 – 2 of 2) sorted by relevance
30 typedef struct pcap_pkthdr { struct31 struct timeval ph_ts;32 u_int ph_clen;33 u_int ph_len;
160 struct pcap_pkthdr { struct161 struct timeval ts; /* time stamp */162 bpf_u_int32 caplen; /* length of portion present */163 bpf_u_int32 len; /* length this packet (off wire) */