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

1 2 3

  /external/strace/xlat/
iffflags.h 21 #if defined(IFF_NOTRAILERS) || (defined(HAVE_DECL_IFF_NOTRAILERS) && HAVE_DECL_IFF_NOTRAILERS)
22 XLAT(IFF_NOTRAILERS),
  /bionic/libc/kernel/uapi/linux/
if.h 39 IFF_NOTRAILERS = 1 << 5,
64 #define IFF_NOTRAILERS IFF_NOTRAILERS
  /external/iproute2/include/uapi/linux/
if.h 61 * @IFF_NOTRAILERS: avoid use of trailers. Can be toggled through sysfs.
87 IFF_NOTRAILERS = 1<<5, /* sysfs */
114 #define IFF_NOTRAILERS IFF_NOTRAILERS
  /external/kernel-headers/original/uapi/linux/
if.h 63 * @IFF_NOTRAILERS: avoid use of trailers. Can be toggled through sysfs.
89 IFF_NOTRAILERS = 1<<5, /* sysfs */
116 #define IFF_NOTRAILERS IFF_NOTRAILERS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if.h 55 IFF_NOTRAILERS = 0x20, /* Avoid use of trailers. */
56 # define IFF_NOTRAILERS IFF_NOTRAILERS
  /external/autotest/client/deps/lansim/src/
wrapper_linux_if.c 59 * @IFF_NOTRAILERS: avoid use of trailers. Can be toggled through sysfs.
83 PyModule_AddIntMacro(m, IFF_NOTRAILERS);
103 PyModule_AddIntMacro(m, IFF_NOTRAILERS);
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
defs_solaris.go 59 sysIFF_NOTRAILERS = C.IFF_NOTRAILERS
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
defs_solaris.go 59 sysIFF_NOTRAILERS = C.IFF_NOTRAILERS
  /external/libnl/include/linux-private/linux/
if_bad.h 31 #define IFF_NOTRAILERS 0x20 /* avoid use of trailers */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if.h 36 #define IFF_NOTRAILERS 0x20 /* avoid use of trailers */
  /external/iproute2/ip/
iplink.c 676 req->i.ifi_change |= IFF_NOTRAILERS;
679 req->i.ifi_flags |= IFF_NOTRAILERS;
681 req->i.ifi_flags &= ~IFF_NOTRAILERS;
    [all...]
  /bionic/tests/
ifaddrs_test.cpp 201 if ((flags & IFF_NOTRAILERS) != 0) result += " NOTRAILERS";
  /external/scapy/scapy/arch/
linux.py 58 IFF_NOTRAILERS = 0x20 # Avoid use of trailers.
  /libcore/luni/src/main/java/android/system/
OsConstants.java 303 public static final int IFF_NOTRAILERS = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 297 initConstant(env, c, "IFF_NOTRAILERS", IFF_NOTRAILERS);
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 291 IFF_NOTRAILERS = 0x20
    [all...]
zerrors_darwin_amd64.go 291 IFF_NOTRAILERS = 0x20
    [all...]
zerrors_darwin_arm.go 275 IFF_NOTRAILERS = 0x20
    [all...]
zerrors_darwin_arm64.go 295 IFF_NOTRAILERS = 0x20
    [all...]
zerrors_linux_386.go 319 IFF_NOTRAILERS = 0x20
    [all...]
zerrors_linux_amd64.go 319 IFF_NOTRAILERS = 0x20
    [all...]
zerrors_linux_arm.go 321 IFF_NOTRAILERS = 0x20
    [all...]
zerrors_linux_arm64.go 429 IFF_NOTRAILERS = 0x20
    [all...]
zerrors_linux_mips.go 419 IFF_NOTRAILERS = 0x20
    [all...]
zerrors_linux_mips64.go 425 IFF_NOTRAILERS = 0x20
    [all...]

Completed in 1169 milliseconds

1 2 3