Searched defs:__constant_htonl (Results 1 – 4 of 4) sorted by relevance
14 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) macro
14 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) macro
38 #define __constant_htonl(x) ___constant_swab32((x)) macro
38 #define __constant_htonl(x) ((__u32)(x)) macro