Searched defs:ntohl (Results 1 – 12 of 12) sorted by relevance
70 ntohl(uint32_t in) in ntohl() function114 ntohl(uint32_t in) in ntohl() function
30 ntohl(unsigned long a) in ntohl() function
63 ntohl(uint32_t in) in ntohl() function
78 ntohl(uint32_t value) in ntohl() function
4 #define ntohl(x) (x) macro
4 #define ntohl(x) __bswap_32(x) macro
116 #define ntohl Ntohl macro
46 #define ntohl(x) ((x << 24) | ((x & 0xFF00) << 8) \ macro
61 #define ntohl(x) (x) macro
196 #define ntohl(x) (x) macro
293 # define ntohl(x) (x) macro