Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
HDpcap-common.c1464 uhdr->id = SWAPLL(uhdr->id); in swap_linux_usb_header()
1478 uhdr->ts_sec = SWAPLL(uhdr->ts_sec); in swap_linux_usb_header()
HDpcap-int.h96 #define SWAPLL(ull) ((ull & 0xff00000000000000ULL) >> 56) | \ macro
HDsf-pcapng.c579 *tsoffset = SWAPLL(*tsoffset); in process_idb_options()