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.c147 bpf_u_int32 timestamp_high; member
172 bpf_u_int32 timestamp_high; member
1150 t = ((uint64_t)SWAPLONG(epbp->timestamp_high)) << 32 | in pcap_ng_next_packet()
1156 t = ((uint64_t)epbp->timestamp_high) << 32 | in pcap_ng_next_packet()
1215 t = ((uint64_t)SWAPLONG(pbp->timestamp_high)) << 32 | in pcap_ng_next_packet()
1221 t = ((uint64_t)pbp->timestamp_high) << 32 | in pcap_ng_next_packet()
/freebsd/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h1213 uint32_t timestamp_high; member
/freebsd/sys/contrib/ena-com/
H A Dena_com.c2409 ((u64)aenq_common->timestamp_high << 32); in ena_com_aenq_intr_handler()