Searched refs:IFLA_PORT_SELF (Results 1 – 14 of 14) sorted by relevance
/external/strace/tests-mx32/ |
D | nlattr_ifla_port.c | 41 enum { IFLA_PORT_SELF = 25 }; enumerator 47 #define IFLA_ATTR IFLA_PORT_SELF
|
/external/strace/tests/ |
D | nlattr_ifla_port.c | 41 enum { IFLA_PORT_SELF = 25 }; enumerator 47 #define IFLA_ATTR IFLA_PORT_SELF
|
/external/strace/tests-m32/ |
D | nlattr_ifla_port.c | 41 enum { IFLA_PORT_SELF = 25 }; enumerator 47 #define IFLA_ATTR IFLA_PORT_SELF
|
/external/strace/xlat/ |
D | rtnl_link_attrs.h | 181 #if defined(IFLA_PORT_SELF) || (defined(HAVE_DECL_IFLA_PORT_SELF) && HAVE_DECL_IFLA_PORT_SELF) 183 static_assert((IFLA_PORT_SELF) == (25), "IFLA_PORT_SELF != 25"); 186 # define IFLA_PORT_SELF 25 406 XLAT(IFLA_PORT_SELF),
|
D | rtnl_link_attrs.in | 26 IFLA_PORT_SELF 25
|
/external/libnl/include/linux-private/linux/ |
D | if_link.h | 136 IFLA_PORT_SELF, enumerator
|
/external/iproute2/include/uapi/linux/ |
D | if_link.h | 141 IFLA_PORT_SELF, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | if_link.h | 141 IFLA_PORT_SELF, enumerator
|
/external/strace/ |
D | rtnl_link.c | 865 [IFLA_PORT_SELF] = decode_ifla_port,
|
D | configure.ac | 524 IFLA_PORT_SELF,
|
D | config.h.in | 100 /* Define to 1 if you have the declaration of `IFLA_PORT_SELF', and to 0 if
|
D | configure | 11771 ac_fn_c_check_decl "$LINENO" "IFLA_PORT_SELF" "ac_cv_have_decl_IFLA_PORT_SELF" "#include <sys/socke…
|
D | ChangeLog | 1867 * configure.ac (AC_CHECK_DECLS): Check for IFLA_PORT_SELF, IFLA_PROTINFO, and 1876 * tests/nlattr_ifla_port.c [!HAVE_DECL_IFLA_PORT_SELF] (IFLA_PORT_SELF): 1879 (IFLA_ATTR): Define to IFLA_PORT_SELF. 11653 tests: check decoding of IFLA_PORT_SELF netlink attribute of ifinfomsg. 11677 <IFLA_PORT_SELF>: Use decode_ifla_port.
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1147 pub const IFLA_PORT_SELF: ::c_ushort = 25; constant
|