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

  /external/libpcap/
pcap-int.h 61 #define SWAPLL(ull) ((ull & 0xff00000000000000) >> 56) | \
76 #define SWAPLL(ull) ((ull & 0xff00000000000000LL) >> 56) | \
pcap-common.c     [all...]
pcap-dag.c 652 ts = SWAPLL(header->ts);
    [all...]
sf-pcap-ng.c 519 *tsoffset = SWAPLL(*tsoffset);
    [all...]

Completed in 81 milliseconds