Home
last modified time | relevance | path

Searched refs:NLA_F_NET_BYTEORDER (Results 1 – 24 of 24) sorted by relevance

/external/strace/
Dnetlink.h63 # define NLA_F_NET_BYTEORDER (1 << 14) macro
64 # define NLA_TYPE_MASK ~(NLA_F_NESTED | NLA_F_NET_BYTEORDER)
Dnlattr.c69 static_assert(NLA_TYPE_MASK == ~(NLA_F_NESTED | NLA_F_NET_BYTEORDER), in print_nlattr()
77 if (nla->nla_type & NLA_F_NET_BYTEORDER) { in print_nlattr()
78 print_xlat(NLA_F_NET_BYTEORDER); in print_nlattr()
DChangeLog5170 NLA_F_NET_BYTEORDER named constants.
/external/libnl/include/netlink/
Dnetlink-kernel.h269 #define NLA_F_NET_BYTEORDER (1 << 14)
270 #define NLA_TYPE_MASK ~(NLA_F_NESTED | NLA_F_NET_BYTEORDER)
/external/libnl/include/linux-private/linux/
Dnetlink.h142 #define NLA_F_NET_BYTEORDER (1 << 14) macro
143 #define NLA_TYPE_MASK ~(NLA_F_NESTED | NLA_F_NET_BYTEORDER)
/external/kernel-headers/original/uapi/linux/
Dnetlink.h227 #define NLA_F_NET_BYTEORDER (1 << 14) macro
228 #define NLA_TYPE_MASK ~(NLA_F_NESTED | NLA_F_NET_BYTEORDER)
/external/iproute2/include/uapi/linux/
Dnetlink.h222 #define NLA_F_NET_BYTEORDER (1 << 14) macro
223 #define NLA_TYPE_MASK ~(NLA_F_NESTED | NLA_F_NET_BYTEORDER)
/external/strace/tests-m32/
Dnlattr.c289 nla->nla_type = NLA_F_NET_BYTEORDER | UNIX_DIAG_NAME; in test_nla_type()
299 nla->nla_type = NLA_F_NESTED | NLA_F_NET_BYTEORDER | UNIX_DIAG_NAME; in test_nla_type()
/external/strace/tests-mx32/
Dnlattr.c289 nla->nla_type = NLA_F_NET_BYTEORDER | UNIX_DIAG_NAME; in test_nla_type()
299 nla->nla_type = NLA_F_NESTED | NLA_F_NET_BYTEORDER | UNIX_DIAG_NAME; in test_nla_type()
/external/strace/tests/
Dnlattr.c289 nla->nla_type = NLA_F_NET_BYTEORDER | UNIX_DIAG_NAME; in test_nla_type()
299 nla->nla_type = NLA_F_NESTED | NLA_F_NET_BYTEORDER | UNIX_DIAG_NAME; in test_nla_type()
/external/iproute2/include/uapi/rdma/
Drdma_netlink.h188 #define RDMA_NLA_TYPE_MASK (~(NLA_F_NESTED | NLA_F_NET_BYTEORDER | \
/external/kernel-headers/original/uapi/rdma/
Drdma_netlink.h188 #define RDMA_NLA_TYPE_MASK (~(NLA_F_NESTED | NLA_F_NET_BYTEORDER | \
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go879 NLA_F_NET_BYTEORDER = 0x4000 const
Dzerrors_linux_mipsle.go1113 NLA_F_NET_BYTEORDER = 0x4000 const
Dzerrors_linux_s390x.go1112 NLA_F_NET_BYTEORDER = 0x4000 const
Dzerrors_linux_arm.go1112 NLA_F_NET_BYTEORDER = 0x4000 const
Dzerrors_linux_ppc64le.go1114 NLA_F_NET_BYTEORDER = 0x4000 const
Dzerrors_linux_mips64.go1113 NLA_F_NET_BYTEORDER = 0x4000 const
Dzerrors_linux_ppc64.go1114 NLA_F_NET_BYTEORDER = 0x4000 const
Dzerrors_linux_amd64.go1114 NLA_F_NET_BYTEORDER = 0x4000 const
Dzerrors_linux_mips64le.go1113 NLA_F_NET_BYTEORDER = 0x4000 const
Dzerrors_linux_386.go1114 NLA_F_NET_BYTEORDER = 0x4000 const
Dzerrors_linux_mips.go1113 NLA_F_NET_BYTEORDER = 0x4000 const
Dzerrors_linux_arm64.go1115 NLA_F_NET_BYTEORDER = 0x4000 const