Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dsf-pcapng.c145 bpf_u_int32 timestamp_high; member
170 bpf_u_int32 timestamp_high; member
1148 t = ((uint64_t)SWAPLONG(epbp->timestamp_high)) << 32 | in pcap_ng_next_packet()
1154 t = ((uint64_t)epbp->timestamp_high) << 32 | in pcap_ng_next_packet()
1213 t = ((uint64_t)SWAPLONG(pbp->timestamp_high)) << 32 | in pcap_ng_next_packet()
1219 t = ((uint64_t)pbp->timestamp_high) << 32 | in pcap_ng_next_packet()
/freebsd/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h1233 uint32_t timestamp_high; member
/freebsd/sys/contrib/ena-com/
H A Dena_com.c2468 ((u64)aenq_common->timestamp_high << 32); in ena_com_aenq_intr_handler()