Searched defs:__constant_ntohl (Results 1 – 3 of 3) sorted by relevance
17 #define __constant_ntohl(x) ___constant_swab32((__be32)(x)) macro
17 #define __constant_ntohl(x) ((__force __u32)(__be32)(x)) macro
17 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x)) macro