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

1 2 3 4

  /external/wpa_supplicant_8/src/drivers/
linux_ioctl.c 37 if (ifr.ifr_flags & IFF_UP)
39 ifr.ifr_flags |= IFF_UP;
41 if (!(ifr.ifr_flags & IFF_UP))
43 ifr.ifr_flags &= ~IFF_UP;
76 return !!(ifr.ifr_flags & IFF_UP);
driver_wired.c 56 int membership, multi, iff_allmulti, iff_up; member in struct:wpa_driver_wired_data
531 !(flags & IFF_UP) &&
532 wpa_driver_wired_set_ifflags(ifname, flags | IFF_UP) == 0) {
533 drv->iff_up = 1;
597 if (drv->iff_up &&
599 (flags & IFF_UP) &&
600 wpa_driver_wired_set_ifflags(drv->ifname, flags & ~IFF_UP) < 0) {
  /system/core/toolbox/
ifconfig.c 117 updown = (flags & IFF_UP) ? "up" : "down";
129 setflags(s, &ifr, IFF_UP, 0);
148 setflags(s, &ifr, 0, IFF_UP);
158 setflags(s, &ifr, IFF_UP, 0);
  /external/android-clat/
setif.c 108 ifi.ifi_change = IFF_UP;
109 ifi.ifi_flags = IFF_UP;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if.h 45 IFF_UP = 0x1, /* Interface is up. */
46 # define IFF_UP IFF_UP
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
if.h 45 IFF_UP = 0x1, /* Interface is up. */
46 # define IFF_UP IFF_UP
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
if.h 45 IFF_UP = 0x1, /* Interface is up. */
46 # define IFF_UP IFF_UP
  /external/libppp/src/
tun.c 113 info.flags = IFF_UP|IFF_POINTOPOINT|IFF_MULTICAST;
arp.c 268 skip = (ifm->ifm_flags & (IFF_UP | IFF_BROADCAST | IFF_POINTOPOINT |
269 IFF_NOARP | IFF_LOOPBACK)) != (IFF_UP | IFF_BROADCAST);
  /external/libpcap/
fad-getad.c 171 if (!(ifa->ifa_flags & IFF_UP)) {
fad-gifc.c 223 if (!(ifrflags.ifr_flags & IFF_UP))
391 if (!(ifrflags.ifr_flags & IFF_UP))
  /frameworks/native/cmds/ip-up-vpn/
ip-up-vpn.c 113 ifr.ifr_flags = IFF_UP;
  /external/iproute2/ip/
iplink.c 260 req->i.ifi_change |= IFF_UP;
261 req->i.ifi_flags |= IFF_UP;
263 req->i.ifi_change |= IFF_UP;
264 req->i.ifi_flags &= ~IFF_UP;
708 mask |= IFF_UP;
709 flags |= IFF_UP;
711 mask |= IFF_UP;
712 flags &= ~IFF_UP;
  /external/openssh/openbsd-compat/
port-tun.c 176 if ((ifr.ifr_flags & IFF_UP) == 0) {
177 ifr.ifr_flags |= IFF_UP;
  /external/ppp/pppd/
sys-solaris.c 261 * IFF_UP can be set. Plumbing the device causes one DLPI_INFO_REQ to
360 if ((fl & (IFF_UP|IFF_BROADCAST|IFF_POINTOPOINT|IFF_LOOPBACK|IFF_NOARP))
361 != (IFF_UP | IFF_BROADCAST))
446 if ((fl & (IFF_UP|IFF_BROADCAST|IFF_POINTOPOINT|IFF_LOOPBACK|IFF_NOARP))
447 != (IFF_UP | IFF_BROADCAST))
    [all...]
  /bionic/libc/kernel/common/linux/
if.h 29 #define IFF_UP 0x1
  /development/ndk/platforms/android-3/include/linux/
if.h 22 #define IFF_UP 0x1
  /external/iproute2/include/linux/
if.h 31 #define IFF_UP 0x1 /* interface is up */
  /external/kernel-headers/original/linux/
if.h 31 #define IFF_UP 0x1 /* interface is up */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if.h 29 #define IFF_UP 0x1 /* interface is up */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if.h 29 #define IFF_UP 0x1 /* interface is up */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if.h 29 #define IFF_UP 0x1 /* interface is up */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
if.h 22 #define IFF_UP 0x1
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
if.h 22 #define IFF_UP 0x1
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
if.h 22 #define IFF_UP 0x1

Completed in 212 milliseconds

1 2 3 4