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

/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-common.c1068 uhdr->id = SWAPLL(uhdr->id);
1082 uhdr->ts_sec = SWAPLL(uhdr->ts_sec);
H A Dpcap-int.h69 #define SWAPLL(ull) ((ull & 0xff00000000000000) >> 56) | \ macro
84 #define SWAPLL(ull) ((ull & 0xff00000000000000LL) >> 56) | \ macro
H A Dsf-pcap-ng.c485 *tsoffset = SWAPLL(*tsoffset);
H A Dpcap-dag.c529 ts = SWAPLL(header->ts);

Completed in 87 milliseconds