Home
last modified time | relevance | path

Searched refs:IFLA_PHYS_PORT_NAME (Results 1 – 18 of 18) sorted by relevance

/external/strace/xlat/
Drtnl_link_attrs.h272 #if defined(IFLA_PHYS_PORT_NAME) || (defined(HAVE_DECL_IFLA_PHYS_PORT_NAME) && HAVE_DECL_IFLA_PHYS_…
274 static_assert((IFLA_PHYS_PORT_NAME) == (38), "IFLA_PHYS_PORT_NAME != 38");
277 # define IFLA_PHYS_PORT_NAME 38
419 XLAT(IFLA_PHYS_PORT_NAME),
Drtnl_link_attrs.in39 IFLA_PHYS_PORT_NAME 38
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_sparc64.go425 IFLA_PHYS_PORT_NAME = 0x26 const
Dztypes_linux_mips.go471 IFLA_PHYS_PORT_NAME = 0x26 const
Dztypes_linux_arm.go473 IFLA_PHYS_PORT_NAME = 0x26 const
Dztypes_linux_arm64.go475 IFLA_PHYS_PORT_NAME = 0x26 const
Dztypes_linux_ppc64.go476 IFLA_PHYS_PORT_NAME = 0x26 const
Dztypes_linux_ppc64le.go476 IFLA_PHYS_PORT_NAME = 0x26 const
Dztypes_linux_amd64.go474 IFLA_PHYS_PORT_NAME = 0x26 const
Dztypes_linux_mips64le.go475 IFLA_PHYS_PORT_NAME = 0x26 const
Dztypes_linux_s390x.go474 IFLA_PHYS_PORT_NAME = 0x26 const
Dztypes_linux_mipsle.go471 IFLA_PHYS_PORT_NAME = 0x26 const
Dztypes_linux_mips64.go475 IFLA_PHYS_PORT_NAME = 0x26 const
Dztypes_linux_386.go470 IFLA_PHYS_PORT_NAME = 0x26 const
/external/iproute2/include/uapi/linux/
Dif_link.h155 IFLA_PHYS_PORT_NAME, enumerator
/external/kernel-headers/original/uapi/linux/
Dif_link.h155 IFLA_PHYS_PORT_NAME, enumerator
/external/strace/
Drtnl_link.c878 [IFLA_PHYS_PORT_NAME] = decode_nla_str,
/external/iproute2/ip/
Dipaddress.c1281 if (tb[IFLA_PHYS_PORT_NAME]) in print_linkinfo()
1285 rta_getattr_str(tb[IFLA_PHYS_PORT_NAME])); in print_linkinfo()