Searched refs:SWAPLL (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/libpcap/
H A Dpcap-common.c1372 uhdr->id = SWAPLL(uhdr->id);
1386 uhdr->ts_sec = SWAPLL(uhdr->ts_sec);
H A Dpcap-int.h63 #define SWAPLL(ull) ((ull & 0xff00000000000000ULL) >> 56) | \ macro
H A Dpcap-dag.c673 ts = SWAPLL(header->ts);
H A Dsf-pcapng.c577 *tsoffset = SWAPLL(*tsoffset);

Completed in 160 milliseconds