Searched defs:ntohll (Results 1 – 12 of 12) sorted by relevance
149 #define ntohll(x) (x) macro 152 #define ntohll(x) ((((uint64_t)ntohl(x)) << 32) + ntohl(x >> 32)) macro
93 ntohll(uint64_t value) in ntohll() function 108 ntohll(uint64_t value) in ntohll() function
51 ntohll(uint64_t in) in ntohll() function 102 ntohll(uint64_t in) in ntohll() function
39 #define ntohll(x) (x) macro 42 #define ntohll(x) ((((unsigned long long)ntohl(x)) << 32) + ntohl(x >> 32)) macro
51 #define ntohll(x) (x) macro
51 ntohll(uint64_t in) in ntohll() function
46 ntohll(uint64_t in) in ntohll() function
45 #define ntohll(x) (x) macro
66 #define ntohll(x) (x) macro
48 #define ntohll(x) (x) macro
220 #define ntohll(x) (x) macro 223 #define ntohll(x) ((((unsigned long long)ntohl(x)) << 32) + ntohl(x >> 32)) macro