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

/freebsd-9.3-release/contrib/libpcap/
H A Dsf-pcap-ng.c161 bpf_u_int32 timestamp_high; member in struct:enhanced_packet_block
186 bpf_u_int32 timestamp_high; member in struct:packet_block
816 t = ((u_int64_t)SWAPLONG(epbp->timestamp_high)) << 32 |
822 t = ((u_int64_t)epbp->timestamp_high) << 32 |
881 t = ((u_int64_t)SWAPLONG(pbp->timestamp_high)) << 32 |
887 t = ((u_int64_t)pbp->timestamp_high) << 32 |

Completed in 113 milliseconds