Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-util.c209 uhdr->id = SWAPLL(uhdr->id); in swap_linux_usb_header()
223 uhdr->ts_sec = SWAPLL(uhdr->ts_sec); in swap_linux_usb_header()
H A Dpcap-int.h114 #define SWAPLL(ull) ((ull & 0xff00000000000000ULL) >> 56) | \ macro
H A Dsf-pcapng.c580 *tsoffset = SWAPLL(*tsoffset); in process_idb_options()
H A Dpcap-dag.c677 ts = SWAPLL(header->ts); in dag_read()