Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libpcap/dist/
Dpcap-util.c263 uhdr->id = SWAPLL(uhdr->id); in swap_linux_usb_header()
277 uhdr->ts_sec = SWAPLL(uhdr->ts_sec); in swap_linux_usb_header()
Dpcap-int.h118 #define SWAPLL(ull) ((ull & 0xff00000000000000ULL) >> 56) | \ macro
Dsf-pcapng.c578 *tsoffset = SWAPLL(*tsoffset); in process_idb_options()
Dpcap-dag.c680 ts = SWAPLL(header->ts); in dag_read()