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

1 2 3 4

  /external/strace/xlat/
iffflags.h 29 #if defined(IFF_RUNNING) || (defined(HAVE_DECL_IFF_RUNNING) && HAVE_DECL_IFF_RUNNING)
30 XLAT(IFF_RUNNING),
  /bionic/libc/kernel/uapi/linux/
if.h 37 IFF_RUNNING = 1 << 6,
62 #define IFF_RUNNING IFF_RUNNING
79 #define IFF_VOLATILE (IFF_LOOPBACK | IFF_POINTOPOINT | IFF_BROADCAST | IFF_ECHO | IFF_MASTER | IFF_SLAVE | IFF_RUNNING | IFF_LOWER_UP | IFF_DORMANT)
  /external/iproute2/include/linux/
if.h 54 * @IFF_RUNNING: interface RFC2863 OPER_UP. Volatile.
77 IFF_RUNNING = 1<<6, /* __volatile__ */
98 #define IFF_RUNNING IFF_RUNNING
113 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /external/kernel-headers/original/uapi/linux/
if.h 54 * @IFF_RUNNING: interface RFC2863 OPER_UP. Volatile.
77 IFF_RUNNING = 1<<6, /* volatile */
98 #define IFF_RUNNING IFF_RUNNING
113 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /external/autotest/client/profilers/powertop/src/
ethernet.c 74 if (ifr.ifr_flags & (IFF_UP | IFF_RUNNING)) {
115 if (ifr.ifr_flags & (IFF_UP | IFF_RUNNING)) {
  /external/libnl/include/linux/
if_bad.h 33 #define IFF_RUNNING 0x40 /* interface RFC2863 OPER_UP */
53 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
if.h 57 IFF_RUNNING = 0x40, /* Resources allocated. */
58 # define IFF_RUNNING IFF_RUNNING
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if.h 57 IFF_RUNNING = 0x40, /* Resources allocated. */
58 # define IFF_RUNNING IFF_RUNNING
  /hardware/bsp/intel/peripheral/wifi/bcm43340/
bcm43340_hal.cpp 79 req.ifr_flags &= ~(IFF_UP|IFF_RUNNING);
86 req.ifr_flags |= IFF_UP|IFF_RUNNING;
  /development/ndk/platforms/android-21/include/linux/
if.h 36 #define IFF_RUNNING 0x40
52 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_ECHO| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /development/ndk/platforms/android-3/include/linux/
if.h 28 #define IFF_RUNNING 0x40
45 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /external/autotest/client/deps/lansim/src/
wrapper_linux_if.c 61 * @IFF_RUNNING: interface RFC2863 OPER_UP. Volatile.
84 PyModule_AddIntMacro(m, IFF_RUNNING);
104 PyModule_AddIntMacro(m, IFF_RUNNING);
  /external/libpcap/Win32/Include/net/
if.h 88 #define IFF_RUNNING 0x40 /* resources allocated */
103 (IFF_BROADCAST|IFF_POINTOPOINT|IFF_RUNNING|IFF_OACTIVE|\
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if.h 37 #define IFF_RUNNING 0x40 /* interface RFC2863 OPER_UP */
57 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if.h 37 #define IFF_RUNNING 0x40 /* interface RFC2863 OPER_UP */
57 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
if.h 28 #define IFF_RUNNING 0x40
45 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
if.h 28 #define IFF_RUNNING 0x40
45 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
if.h 28 #define IFF_RUNNING 0x40
45 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
if.h 28 #define IFF_RUNNING 0x40
45 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
if.h 28 #define IFF_RUNNING 0x40
45 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
if.h 28 #define IFF_RUNNING 0x40
45 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
if.h 28 #define IFF_RUNNING 0x40
45 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
if.h 28 #define IFF_RUNNING 0x40
45 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
if.h 28 #define IFF_RUNNING 0x40
45 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/
if.h 28 #define IFF_RUNNING 0x40
45 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)

Completed in 185 milliseconds

1 2 3 4