Searched defs:ntohl (Results 1 – 17 of 17) sorted by relevance
70 ntohl(uint32_t in) in ntohl() function 114 ntohl(uint32_t in) in ntohl() function
30 ntohl(unsigned long a) in ntohl() function
49 ntohl(uint32_t nl) 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
172 #define ntohl(x) __ntohl(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
325 #define ntohl(x) __ntohl(x) macro
407 #define ntohl(x) __ntohl(x) macro
119 #define ntohl(x) __ntohl(x) macro
293 # define ntohl(x) (x) macro