Home
last modified time | relevance | path

Searched refs:timestamp_high (Results 1 – 1 of 1) sorted by relevance

/external/libpcap/
Dsf-pcap-ng.c162 bpf_u_int32 timestamp_high; member
187 bpf_u_int32 timestamp_high; member
1068 t = ((u_int64_t)SWAPLONG(epbp->timestamp_high)) << 32 | in pcap_ng_next_packet()
1074 t = ((u_int64_t)epbp->timestamp_high) << 32 | in pcap_ng_next_packet()
1133 t = ((u_int64_t)SWAPLONG(pbp->timestamp_high)) << 32 | in pcap_ng_next_packet()
1139 t = ((u_int64_t)pbp->timestamp_high) << 32 | in pcap_ng_next_packet()