Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Diffflags.h132 #if defined(IFF_ECHO) || (defined(HAVE_DECL_IFF_ECHO) && HAVE_DECL_IFF_ECHO)
134 static_assert((IFF_ECHO) == ((1 << 18)), "IFF_ECHO != (1 << 18)");
137 # define IFF_ECHO (1 << 18)
164 XLAT(IFF_ECHO),
Diffflags.in20 IFF_ECHO (1 << 18)
/external/iproute2/include/uapi/linux/
Dif.h102 IFF_ECHO = 1<<18, /* __volatile__ */ enumerator
130 #define IFF_ECHO IFF_ECHO macro
133 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
/external/kernel-headers/original/uapi/linux/
Dif.h104 IFF_ECHO = 1<<18, /* volatile */ enumerator
132 #define IFF_ECHO IFF_ECHO macro
135 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
/external/libnl/include/linux-private/linux/
Dif_bad.h49 #define IFF_ECHO 0x40000 /* echo sent packets */ macro
51 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO|\
/external/autotest/client/deps/lansim/src/
Dwrapper_linux_if.c96 PyModule_AddIntMacro(m, IFF_ECHO); in _init_linux_if_h()
116 PyModule_AddIntMacro(m, IFF_ECHO); in _init_linux_if_h()
/external/syzkaller/sys/linux/
Dsocket_netlink_route_amd64.const62 IFF_ECHO = 262144
Dsocket_netlink_route_arm.const62 IFF_ECHO = 262144
Dsocket_netlink_route_386.const62 IFF_ECHO = 262144
Dsocket_netlink_route_ppc64le.const62 IFF_ECHO = 262144
Dsocket_netlink_route_arm64.const62 IFF_ECHO = 262144
Dsocket_netlink_route.txt611 …_SLAVE, IFF_MULTICAST, IFF_PORTSEL, IFF_AUTOMEDIA, IFF_DYNAMIC, IFF_LOWER_UP, IFF_DORMANT, IFF_ECHO
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go518 IFF_ECHO = 0x40000 const
Dzerrors_linux_mipsle.go647 IFF_ECHO = 0x40000 const
Dzerrors_linux_s390x.go647 IFF_ECHO = 0x40000 const
Dzerrors_linux_arm.go647 IFF_ECHO = 0x40000 const
Dzerrors_linux_ppc64le.go647 IFF_ECHO = 0x40000 const
Dzerrors_linux_mips64.go647 IFF_ECHO = 0x40000 const
Dzerrors_linux_ppc64.go647 IFF_ECHO = 0x40000 const
Dzerrors_linux_amd64.go648 IFF_ECHO = 0x40000 const
Dzerrors_linux_mips64le.go647 IFF_ECHO = 0x40000 const
Dzerrors_linux_386.go648 IFF_ECHO = 0x40000 const
Dzerrors_linux_mips.go647 IFF_ECHO = 0x40000 const
Dzerrors_linux_arm64.go650 IFF_ECHO = 0x40000 const
/external/libnl/lib/route/
Dlink.c2532 __ADD(IFF_ECHO, echo)

12