HomeSort by: relevance | last modified time | path
    Searched refs:SWAPLL (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libpcap/dist/
pcap-util.c 263 uhdr->id = SWAPLL(uhdr->id);
277 uhdr->ts_sec = SWAPLL(uhdr->ts_sec);
pcap-int.h 136 #define SWAPLL(ull) ((ull & 0xff00000000000000ULL) >> 56) | \
sf-pcapng.c 578 *tsoffset = SWAPLL(*tsoffset);
pcap-dag.c 680 ts = SWAPLL(header->ts);

Completed in 92 milliseconds