Searched refs:__constant_htonl (Results 1 – 6 of 6) sorted by relevance
101 .in6_u.u6_addr32 = {__constant_htonl(0xffffffff), in print_lyr_2_4_hdrs()102 __constant_htonl(0xffffffff), in print_lyr_2_4_hdrs()103 __constant_htonl(0xffffffff), in print_lyr_2_4_hdrs()104 __constant_htonl(0xffffffff)}, in print_lyr_2_4_hdrs()
16 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) macro
16 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) macro
26 const struct in_addr addr4 = { .s_addr = __constant_htonl(INADDR_LOOPBACK + 2) };
73 const struct in_addr addr4 = { .s_addr = __constant_htonl(INADDR_LOOPBACK + 2) };
87 .sin_addr.s_addr = __constant_htonl(addr4), \