HomeSort by: relevance | last modified time | path
    Searched defs:timestamp_high (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libpcap/dist/
sf-pcapng.c 145 bpf_u_int32 timestamp_high; member in struct:enhanced_packet_block
170 bpf_u_int32 timestamp_high; member in struct:packet_block
1148 t = ((uint64_t)SWAPLONG(epbp->timestamp_high)) << 32 |
1154 t = ((uint64_t)epbp->timestamp_high) << 32 |
1213 t = ((uint64_t)SWAPLONG(pbp->timestamp_high)) << 32 |
1219 t = ((uint64_t)pbp->timestamp_high) << 32 |
  /src/sys/external/bsd/ena-com/
ena_admin_defs.h 875 uint32_t timestamp_high; member in struct:ena_admin_aenq_common_desc
  /src/sys/external/bsd/ena-com/ena_defs/
ena_admin_defs.h 947 uint32_t timestamp_high; member in struct:ena_admin_aenq_common_desc

Completed in 18 milliseconds