Home
last modified time | relevance | path

Searched refs:IFF_DEBUG (Results 1 – 25 of 43) sorted by relevance

12

/external/strace/xlat/
Diffflags.h20 #if defined(IFF_DEBUG) || (defined(HAVE_DECL_IFF_DEBUG) && HAVE_DECL_IFF_DEBUG)
22 static_assert((IFF_DEBUG) == ((1 << 2)), "IFF_DEBUG != (1 << 2)");
25 # define IFF_DEBUG (1 << 2)
148 XLAT(IFF_DEBUG),
Diffflags.in4 IFF_DEBUG (1 << 2)
/external/iproute2/include/uapi/linux/
Dif.h84 IFF_DEBUG = 1<<2, /* sysfs */ enumerator
111 #define IFF_DEBUG IFF_DEBUG macro
/external/kernel-headers/original/uapi/linux/
Dif.h86 IFF_DEBUG = 1<<2, /* sysfs */ enumerator
113 #define IFF_DEBUG IFF_DEBUG macro
/external/autotest/client/deps/lansim/src/
Dwrapper_linux_if.c80 PyModule_AddIntMacro(m, IFF_DEBUG); in _init_linux_if_h()
100 PyModule_AddIntMacro(m, IFF_DEBUG); in _init_linux_if_h()
/external/libnl/include/linux-private/linux/
Dif_bad.h28 #define IFF_DEBUG 0x4 /* turn on debugging */ macro
/external/syzkaller/sys/linux/
Dsocket_netlink_route_amd64.const59 IFF_DEBUG = 4
Dsocket_netlink_route_arm.const59 IFF_DEBUG = 4
Dsocket_netlink_route_386.const59 IFF_DEBUG = 4
Dsocket_netlink_route_ppc64le.const59 IFF_DEBUG = 4
Dsocket_netlink_route_arm64.const59 IFF_DEBUG = 4
/external/scapy/scapy/arch/
Dlinux.py55 IFF_DEBUG = 0x4 # Turn on debugging. variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go369 IFF_DEBUG = 0x4 const
Dzerrors_dragonfly_amd64.go369 IFF_DEBUG = 0x4 const
Dzerrors_openbsd_arm.go458 IFF_DEBUG = 0x4 const
Dzerrors_openbsd_amd64.go494 IFF_DEBUG = 0x4 const
Dzerrors_openbsd_386.go459 IFF_DEBUG = 0x4 const
Dzerrors_darwin_386.go545 IFF_DEBUG = 0x4 const
Dzerrors_darwin_arm64.go545 IFF_DEBUG = 0x4 const
Dzerrors_darwin_amd64.go545 IFF_DEBUG = 0x4 const
Dzerrors_netbsd_arm.go580 IFF_DEBUG = 0x4 const
Dzerrors_darwin_arm.go545 IFF_DEBUG = 0x4 const
Dzerrors_freebsd_386.go625 IFF_DEBUG = 0x4 const
Dzerrors_freebsd_arm.go632 IFF_DEBUG = 0x4 const
Dzerrors_netbsd_386.go598 IFF_DEBUG = 0x4 const

12