OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SWAPLL
(Results
1 - 2
of
2
) sorted by null
/external/libpcap/
pcap-int.h
58
#define
SWAPLL
(ull) ((ull & 0xff00000000000000LL) >> 56) | \
pcap-dag.c
440
ts =
SWAPLL
(header->ts);
Completed in 298 milliseconds