Searched refs:__constant_htonl (Results 1 – 8 of 8) sorted by relevance
15 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) macro
15 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) macro
16 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) macro
16 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) macro
52 # define htonl(X) __constant_htonl((X))
25 const struct in_addr addr4 = { .s_addr = __constant_htonl(INADDR_LOOPBACK + 2) };
74 const struct in_addr addr4 = { .s_addr = __constant_htonl(INADDR_LOOPBACK + 2) };
89 .sin_addr.s_addr = __constant_htonl(addr4), \