Searched defs:ntohl (Results 1 – 5 of 5) sorted by relevance
186 #define ntohl(x) ___ntohl(x) macro189 #define ntohl(x) ((unsigned long)___ntohl(x)) macro200 #define ntohl(x) __be32_to_cpu(x) macro
69 #define ntohl(x) ((uint32_t)(x)) macro
83 #define ntohl(x) __bswap32(x) macro
198 #define ntohl(x) __ntohl(x) macro
289 #define ntohl(x) lwip_ntohl(x) macro