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

1 2 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if.h 53 IFF_POINTOPOINT = 0x10, /* Interface is point-to-point link. */
54 # define IFF_POINTOPOINT IFF_POINTOPOINT
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
if.h 53 IFF_POINTOPOINT = 0x10, /* Interface is point-to-point link. */
54 # define IFF_POINTOPOINT IFF_POINTOPOINT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
if.h 53 IFF_POINTOPOINT = 0x10, /* Interface is point-to-point link. */
54 # define IFF_POINTOPOINT IFF_POINTOPOINT
  /system/core/toolbox/
ifconfig.c 120 ppp = (flags & IFF_POINTOPOINT) ? " point-to-point" : "";
138 setflags(s, &ifr, IFF_POINTOPOINT, 1);
146 setflags(s, &ifr, IFF_POINTOPOINT, 0);
  /external/libppp/src/
tun.c 113 info.flags = IFF_UP|IFF_POINTOPOINT|IFF_MULTICAST;
  /bionic/libc/kernel/common/linux/
if.h 34 #define IFF_POINTOPOINT 0x10
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 26 #define IFF_POINTOPOINT 0x10
45 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST| IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)