HomeSort by relevance Sort by last modified time
    Searched defs:IFLA_IFNAME (Results 1 - 25 of 32) sorted by null

1 2

  /external/strace/xlat/
rtnl_link_attrs.h 11 #if !(defined(IFLA_IFNAME) || (defined(HAVE_DECL_IFLA_IFNAME) && HAVE_DECL_IFLA_IFNAME))
12 # define IFLA_IFNAME 3
149 XLAT(IFLA_IFNAME),
  /external/wpa_supplicant_8/src/drivers/
priv_netlink.h 24 #ifndef IFLA_IFNAME
25 #define IFLA_IFNAME 3
  /external/libnl/include/linux-private/linux/
if_link.h 105 IFLA_IFNAME,
  /kernel/tests/net/test/
iproute.py 177 IFLA_IFNAME = 3
318 elif name in ["FRA_IIFNAME", "FRA_OIFNAME", "IFLA_IFNAME", "IFLA_QDISC",
648 ifinfo += self._NlAttrStr(IFLA_IFNAME, dev_name)
661 ifinfo += self._NlAttrStr(IFLA_IFNAME, dev_name)
706 |-IFLA_IFNAME = <user-provided ifname>
723 ifinfo += self._NlAttrStr(IFLA_IFNAME, dev_name)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_link.h 105 IFLA_IFNAME,
  /prebuilts/go/darwin-x86/src/syscall/
types_linux.go 263 IFLA_IFNAME = C.IFLA_IFNAME
ztypes_linux_arm64.go 344 IFLA_IFNAME = 0x3
ztypes_linux_mips.go 340 IFLA_IFNAME = 0x3
ztypes_linux_mips64.go 342 IFLA_IFNAME = 0x3
ztypes_linux_mips64le.go 342 IFLA_IFNAME = 0x3
ztypes_linux_mipsle.go 340 IFLA_IFNAME = 0x3
ztypes_linux_ppc64.go 345 IFLA_IFNAME = 0x3
ztypes_linux_ppc64le.go 345 IFLA_IFNAME = 0x3
ztypes_linux_s390x.go 342 IFLA_IFNAME = 0x3
ztypes_linux_386.go 339 IFLA_IFNAME = 0x3
ztypes_linux_amd64.go 343 IFLA_IFNAME = 0x3
  /prebuilts/go/linux-x86/src/syscall/
types_linux.go 263 IFLA_IFNAME = C.IFLA_IFNAME
ztypes_linux_arm64.go 344 IFLA_IFNAME = 0x3
ztypes_linux_mips.go 340 IFLA_IFNAME = 0x3
ztypes_linux_mips64.go 342 IFLA_IFNAME = 0x3
ztypes_linux_mips64le.go 342 IFLA_IFNAME = 0x3
ztypes_linux_mipsle.go 340 IFLA_IFNAME = 0x3
ztypes_linux_ppc64.go 345 IFLA_IFNAME = 0x3
ztypes_linux_ppc64le.go 345 IFLA_IFNAME = 0x3
ztypes_linux_s390x.go 342 IFLA_IFNAME = 0x3

Completed in 3053 milliseconds

1 2