Searched refs:NTOHLL (Results 1 – 1 of 1) sorted by relevance
149 #define NTOHLL(n) (n) macro160 #define NTOHLL(n) ((((unsigned long long)(n) & 0xFF) << 56) | \ macro171 #define be64toh(n) NTOHLL(n)