HomeSort by relevance Sort by last modified time
    Searched refs:timestamp_high (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
sf-pcap-ng.c 161 bpf_u_int32 timestamp_high; member in struct:enhanced_packet_block
186 bpf_u_int32 timestamp_high; member in struct:packet_block
993 t = ((u_int64_t)SWAPLONG(epbp->timestamp_high)) << 32 |
999 t = ((u_int64_t)epbp->timestamp_high) << 32 |
1058 t = ((u_int64_t)SWAPLONG(pbp->timestamp_high)) << 32 |
1064 t = ((u_int64_t)pbp->timestamp_high) << 32 |
  /hardware/qcom/wlan/qcwcn/wifi_hal/
pkt_stats.h 363 u32 timestamp_high; member in struct:drv_msg_s

Completed in 73 milliseconds