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

  /external/libnl/include/linux/
if_bad.h 45 #define IFF_DYNAMIC 0x8000 /* dialup device with changing addresses*/
  /bionic/libc/kernel/uapi/linux/
if.h 47 #define IFF_DYNAMIC 0x8000
  /development/ndk/platforms/android-3/include/linux/
if.h 40 #define IFF_DYNAMIC 0x8000
  /development/ndk/platforms/android-L/include/linux/
if.h 47 #define IFF_DYNAMIC 0x8000
  /external/iproute2/include/linux/
if.h 49 #define IFF_DYNAMIC 0x8000 /* dialup device with changing addresses*/
  /external/kernel-headers/original/uapi/linux/
if.h 49 #define IFF_DYNAMIC 0x8000 /* dialup device with changing addresses*/
  /external/iproute2/ip/
iplink.c 409 req->i.ifi_change |= IFF_DYNAMIC;
411 req->i.ifi_flags |= IFF_DYNAMIC;
413 req->i.ifi_flags &= ~IFF_DYNAMIC;
873 mask |= IFF_DYNAMIC;
875 flags |= IFF_DYNAMIC;
877 flags &= ~IFF_DYNAMIC;
  /external/libnl/lib/route/
link.c 37 * - IFF_DYNAMIC
61 * IFF_DYNAMIC Indicates the address of this link is dynamic
1034 __ADD(IFF_DYNAMIC, dynamic)
    [all...]

Completed in 694 milliseconds