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

  /external/libpcap/
pcap-int.h 58 #define SWAPLL(ull) ((ull & 0xff00000000000000LL) >> 56) | \
pcap-dag.c 440 ts = SWAPLL(header->ts);

Completed in 208 milliseconds