Home
last modified time | relevance | path

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

/NextBSD/contrib/libpcap/
HDpcap-int.h59 #define SWAPLL(ull) ((ull & 0xff00000000000000) >> 56) | \ macro
74 #define SWAPLL(ull) ((ull & 0xff00000000000000LL) >> 56) | \ macro
HDpcap-common.c1175 uhdr->id = SWAPLL(uhdr->id); in swap_linux_usb_header()
1189 uhdr->ts_sec = SWAPLL(uhdr->ts_sec); in swap_linux_usb_header()
HDsf-pcap-ng.c508 *tsoffset = SWAPLL(*tsoffset); in process_idb_options()
HDpcap-dag.c551 ts = SWAPLL(header->ts); in dag_read()