Home
last modified time | relevance | path

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

/external/libpcap/
Dsf-pcapng.c145 bpf_u_int32 timestamp_high; member
170 bpf_u_int32 timestamp_high; member
1134 t = ((uint64_t)SWAPLONG(epbp->timestamp_high)) << 32 | in pcap_ng_next_packet()
1140 t = ((uint64_t)epbp->timestamp_high) << 32 | in pcap_ng_next_packet()
1199 t = ((uint64_t)SWAPLONG(pbp->timestamp_high)) << 32 | in pcap_ng_next_packet()
1205 t = ((uint64_t)pbp->timestamp_high) << 32 | in pcap_ng_next_packet()