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

  /external/libnl/include/linux/
if_bad.h 35 #define IFF_PROMISC 0x100 /* receive all packets */
  /bionic/libc/kernel/uapi/linux/
if.h 39 #define IFF_PROMISC 0x100
  /development/ndk/platforms/android-3/include/linux/
if.h 30 #define IFF_PROMISC 0x100
  /development/ndk/platforms/android-L/include/linux/
if.h 39 #define IFF_PROMISC 0x100
  /external/iproute2/include/linux/
if.h 39 #define IFF_PROMISC 0x100 /* receive all packets */
  /external/kernel-headers/original/uapi/linux/
if.h 39 #define IFF_PROMISC 0x100 /* receive all packets */
  /external/libpcap/Win32/Include/net/
if.h 90 #define IFF_PROMISC 0x100 /* receive all packets */
  /external/iproute2/ip/
iplink.c 358 req->i.ifi_change |= IFF_PROMISC;
360 req->i.ifi_flags |= IFF_PROMISC;
362 req->i.ifi_flags &= ~IFF_PROMISC;
846 mask |= IFF_PROMISC;
848 flags |= IFF_PROMISC;
850 flags &= ~IFF_PROMISC;
  /external/libpcap/
pcap-dos.c 655 dev->flags |= (IFF_ALLMULTI | IFF_PROMISC);
656 else dev->flags &= ~(IFF_ALLMULTI | IFF_PROMISC);
1091 if (dev->flags & IFF_PROMISC)
1163 int promis = (dev->flags & IFF_PROMISC);
    [all...]
pcap-linux.c 86 * - We have to set the interface's IFF_PROMISC flag ourselves, if
    [all...]
  /external/libnl/lib/route/
link.c 42 * - IFF_PROMISC
56 * IFF_PROMISC Status of promiscious mode flag
66 * @par Notes on IFF_PROMISC and IFF_ALLMULTI flags
67 * Although you can query the status of IFF_PROMISC and IFF_ALLMULTI
70 * may be in promiscious mode even if IFF_PROMISC is not set in a link
667 if (l->l_change & IFF_PROMISC) {
670 l->l_name, l->l_flags & IFF_PROMISC ? "entered" : "left");
1030 __ADD(IFF_PROMISC, promisc)
    [all...]

Completed in 460 milliseconds