Searched refs:__constant_ntohl (Results 1 – 3 of 3) sorted by relevance
15 #define __constant_ntohl(x) ((__force __u32)(__be32)(x)) macro
15 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x)) macro
56 # define ntohl(X) __constant_ntohl((X))