HomeSort by relevance Sort by last modified time
    Searched refs:IFF_DEBUG (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/strace/xlat/
iffflags.h 12 #if defined(IFF_DEBUG) || (defined(HAVE_DECL_IFF_DEBUG) && HAVE_DECL_IFF_DEBUG)
13 XLAT(IFF_DEBUG),
  /bionic/libc/kernel/uapi/linux/
if.h 36 IFF_DEBUG = 1 << 2,
61 #define IFF_DEBUG IFF_DEBUG
  /external/iproute2/include/uapi/linux/
if.h 58 * @IFF_DEBUG: turn on debugging. Can be toggled through sysfs.
84 IFF_DEBUG = 1<<2, /* sysfs */
111 #define IFF_DEBUG IFF_DEBUG
  /external/kernel-headers/original/uapi/linux/
if.h 60 * @IFF_DEBUG: turn on debugging. Can be toggled through sysfs.
86 IFF_DEBUG = 1<<2, /* sysfs */
113 #define IFF_DEBUG IFF_DEBUG
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if.h 49 IFF_DEBUG = 0x4, /* Turn on debugging. */
50 # define IFF_DEBUG IFF_DEBUG
  /external/autotest/client/deps/lansim/src/
wrapper_linux_if.c 56 * @IFF_DEBUG: turn on debugging. Can be toggled through sysfs.
80 PyModule_AddIntMacro(m, IFF_DEBUG);
100 PyModule_AddIntMacro(m, IFF_DEBUG);
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
defs_solaris.go 56 sysIFF_DEBUG = C.IFF_DEBUG
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
defs_solaris.go 56 sysIFF_DEBUG = C.IFF_DEBUG
  /external/libnl/include/linux-private/linux/
if_bad.h 28 #define IFF_DEBUG 0x4 /* turn on debugging */
  /device/linaro/bootloader/edk2/StdLib/Include/net/
if.h 82 #define IFF_DEBUG 0x4 /* turn on debugging */
  /external/libpcap/Win32/Include/net/
if.h 84 #define IFF_DEBUG 0x4 /* turn on debugging */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if.h 33 #define IFF_DEBUG 0x4 /* turn on debugging */
  /bionic/tests/
ifaddrs_test.cpp 198 if ((flags & IFF_DEBUG) != 0) result += " DEBUG";
  /external/scapy/scapy/arch/
linux.py 55 IFF_DEBUG = 0x4 # Turn on debugging.
  /libcore/luni/src/main/java/android/system/
OsConstants.java 297 public static final int IFF_DEBUG = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 287 initConstant(env, c, "IFF_DEBUG", IFF_DEBUG);
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 284 IFF_DEBUG = 0x4
    [all...]
zerrors_darwin_amd64.go 284 IFF_DEBUG = 0x4
    [all...]
zerrors_darwin_arm.go 268 IFF_DEBUG = 0x4
    [all...]
zerrors_darwin_arm64.go 288 IFF_DEBUG = 0x4
    [all...]
zerrors_dragonfly_amd64.go 344 IFF_DEBUG = 0x4
    [all...]
zerrors_freebsd_386.go 484 IFF_DEBUG = 0x4
    [all...]
zerrors_freebsd_amd64.go 484 IFF_DEBUG = 0x4
    [all...]
zerrors_freebsd_arm.go 484 IFF_DEBUG = 0x4
    [all...]
zerrors_linux_386.go 313 IFF_DEBUG = 0x4
    [all...]

Completed in 304 milliseconds

1 2 3