HomeSort by relevance Sort by last modified time
    Searched refs:IFF_LOWER_UP (Results 1 - 10 of 10) sorted by null

  /external/libnl/include/linux/
if_bad.h 47 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
53 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /external/chromium_org/net/base/
address_tracker_linux_unittest.cc 409 IFF_LOOPBACK | IFF_UP | IFF_LOWER_UP | IFF_RUNNING,
414 // Ignores not IFF_LOWER_UP.
420 MakeLinkMessage(RTM_DELLINK, IFF_UP | IFF_LOWER_UP | IFF_RUNNING, 0, &buffer);
425 MakeLinkMessage(RTM_NEWLINK, IFF_UP | IFF_LOWER_UP | IFF_RUNNING, 0, &buffer);
431 MakeLinkMessage(RTM_NEWLINK, IFF_UP | IFF_LOWER_UP | IFF_RUNNING, 0, &buffer);
437 MakeLinkMessage(RTM_NEWLINK, IFF_UP | IFF_LOWER_UP | IFF_RUNNING, 1, &buffer);
449 // Should disappear when not IFF_LOWER_UP.
450 MakeLinkMessage(RTM_NEWLINK, IFF_UP | IFF_LOWER_UP | IFF_RUNNING, 0, &buffer);
468 MakeLinkMessage(RTM_NEWLINK, IFF_UP | IFF_LOWER_UP | IFF_RUNNING, 0, &buffer);
471 MakeLinkMessage(RTM_DELLINK, IFF_UP | IFF_LOWER_UP | IFF_RUNNING, 0, &buffer)
    [all...]
address_tracker_linux.cc 350 (msg->ifi_flags & IFF_LOWER_UP) && (msg->ifi_flags & IFF_RUNNING)) {
  /bionic/libc/kernel/uapi/linux/
if.h 49 #define IFF_LOWER_UP 0x10000
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 42 #define IFF_LOWER_UP 0x10000
45 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /development/ndk/platforms/android-L/include/linux/
if.h 49 #define IFF_LOWER_UP 0x10000
52 #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 51 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
57 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /external/kernel-headers/original/uapi/linux/
if.h 51 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
57 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
  /external/dhcpcd/
if-linux.c 46 #ifndef IFF_LOWER_UP
47 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
387 /* Bridge interfaces set IFF_LOWER_UP when they have a valid
390 * IFF_LOWER_UP set. */
391 if (ifi->ifi_flags & IFF_MASTER && !(ifi->ifi_flags & IFF_LOWER_UP)) {
  /external/libnl/lib/route/
link.c 1040 __ADD(IFF_LOWER_UP, lowerup)
    [all...]

Completed in 1204 milliseconds