Home
last modified time | relevance | path

Searched refs:__constant_htonl (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.c99 .in6_u.u6_addr32 = {__constant_htonl(0xffffffff), in print_lyr_2_4_hdrs()
100 __constant_htonl(0xffffffff), in print_lyr_2_4_hdrs()
101 __constant_htonl(0xffffffff), in print_lyr_2_4_hdrs()
102 __constant_htonl(0xffffffff)}, in print_lyr_2_4_hdrs()
/Linux-v4.19/include/uapi/linux/byteorder/
Dbig_endian.h15 #define __constant_htonl(x) ((__force __be32)(__u32)(x)) macro
Dlittle_endian.h15 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x))) macro
/Linux-v4.19/tools/testing/selftests/net/
Dudpgso.c74 const struct in_addr addr4 = { .s_addr = __constant_htonl(INADDR_LOOPBACK + 2) };