Searched defs:ntohl (Results 1 – 9 of 9) sorted by relevance
5 #define ntohl __builtin_bswap32 macro
4 uint32_t ntohl(uint32_t n) in ntohl() function
56 # define ntohl(X) __constant_ntohl((X)) macro
300 #define ntohl(x) __ntohl(x) macro
75 #define ntohl(n) BE32(n) macro
42 #define ntohl(x) be32_to_cpu(x) macro
77 #define ntohl(in) be32toh(in) macro
84 static inline uint32_t ntohl(uint32_t hostport) { in ntohl() function