Searched refs:IFF_PROMISC (Results 1 - 9 of 9) sorted by relevance

/external/strace/xlat/
H A Diffflags.h28 #if defined(IFF_PROMISC) || (defined(HAVE_DECL_IFF_PROMISC) && HAVE_DECL_IFF_PROMISC)
29 XLAT(IFF_PROMISC),
/external/libnl/include/linux/
H A Dif_bad.h35 #define IFF_PROMISC 0x100 /* receive all packets */ macro
/external/iproute2/include/linux/
H A Dif.h39 #define IFF_PROMISC 0x100 /* receive all packets */ macro
/external/kernel-headers/original/uapi/linux/
H A Dif.h39 #define IFF_PROMISC 0x100 /* receive all packets */ macro
/external/libpcap/Win32/Include/net/
H A Dif.h90 #define IFF_PROMISC 0x100 /* receive all packets */
/external/iproute2/ip/
H A Diplink.c358 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/
H A Dpcap-dos.c655 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);
H A Dpcap-linux.c86 * - We have to set the interface's IFF_PROMISC flag ourselves, if
1109 if (ifr.ifr_flags & IFF_PROMISC) {
1114 ifr.ifr_flags &= ~IFF_PROMISC;
5626 if ((ifr.ifr_flags & IFF_PROMISC) == 0) {
5648 ifr.ifr_flags |= IFF_PROMISC;
/external/libnl/lib/route/
H A Dlink.c42 * - 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)

Completed in 207 milliseconds