Home
last modified time | relevance | path

Searched refs:IFF_AUTOMEDIA (Results 1 – 25 of 27) sorted by relevance

12

/external/strace/xlat/
Diffflags.h104 #if defined(IFF_AUTOMEDIA) || (defined(HAVE_DECL_IFF_AUTOMEDIA) && HAVE_DECL_IFF_AUTOMEDIA)
106 static_assert((IFF_AUTOMEDIA) == ((1 << 14)), "IFF_AUTOMEDIA != (1 << 14)");
109 # define IFF_AUTOMEDIA (1 << 14)
160 XLAT(IFF_AUTOMEDIA),
Diffflags.in16 IFF_AUTOMEDIA (1 << 14)
/external/iproute2/include/uapi/linux/
Dif.h96 IFF_AUTOMEDIA = 1<<14, /* sysfs */ enumerator
123 #define IFF_AUTOMEDIA IFF_AUTOMEDIA macro
/external/kernel-headers/original/uapi/linux/
Dif.h98 IFF_AUTOMEDIA = 1<<14, /* sysfs */ enumerator
125 #define IFF_AUTOMEDIA IFF_AUTOMEDIA macro
/external/autotest/client/deps/lansim/src/
Dwrapper_linux_if.c92 PyModule_AddIntMacro(m, IFF_AUTOMEDIA); in _init_linux_if_h()
112 PyModule_AddIntMacro(m, IFF_AUTOMEDIA); in _init_linux_if_h()
/external/libnl/include/linux-private/linux/
Dif_bad.h43 #define IFF_AUTOMEDIA 0x4000 /* auto media select active */ macro
/external/syzkaller/sys/linux/
Dsocket_netlink_route_amd64.const57 IFF_AUTOMEDIA = 16384
Dsocket_netlink_route_arm.const57 IFF_AUTOMEDIA = 16384
Dsocket_netlink_route_386.const57 IFF_AUTOMEDIA = 16384
Dsocket_netlink_route_ppc64le.const57 IFF_AUTOMEDIA = 16384
Dsocket_netlink_route_arm64.const57 IFF_AUTOMEDIA = 16384
Dsocket_netlink_route.txt611 …ISC, IFF_ALLMULTI, IFF_MASTER, IFF_SLAVE, IFF_MULTICAST, IFF_PORTSEL, IFF_AUTOMEDIA, IFF_DYNAMIC, …
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go512 IFF_AUTOMEDIA = 0x4000 const
Dzerrors_linux_mipsle.go641 IFF_AUTOMEDIA = 0x4000 const
Dzerrors_linux_s390x.go641 IFF_AUTOMEDIA = 0x4000 const
Dzerrors_linux_arm.go641 IFF_AUTOMEDIA = 0x4000 const
Dzerrors_linux_ppc64le.go641 IFF_AUTOMEDIA = 0x4000 const
Dzerrors_linux_mips64.go641 IFF_AUTOMEDIA = 0x4000 const
Dzerrors_linux_ppc64.go641 IFF_AUTOMEDIA = 0x4000 const
Dzerrors_linux_amd64.go642 IFF_AUTOMEDIA = 0x4000 const
Dzerrors_linux_mips64le.go641 IFF_AUTOMEDIA = 0x4000 const
Dzerrors_linux_386.go642 IFF_AUTOMEDIA = 0x4000 const
Dzerrors_linux_mips.go641 IFF_AUTOMEDIA = 0x4000 const
Dzerrors_linux_arm64.go644 IFF_AUTOMEDIA = 0x4000 const
/external/libnl/lib/route/
Dlink.c2525 __ADD(IFF_AUTOMEDIA, automedia)

12