Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-int.h58 #define SWAPLL(ull) ((ull & 0xff00000000000000LL) >> 56) | \ macro
Dpcap-dag.c440 ts = SWAPLL(header->ts); in dag_read()