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

  /external/libpcap/Win32/Include/net/
if.h 91 #define IFF_ALLMULTI 0x200 /* receive all multicast packets */
104 IFF_SIMPLEX|IFF_MULTICAST|IFF_ALLMULTI)
  /external/libnl/include/linux/
if_bad.h 36 #define IFF_ALLMULTI 0x200 /* receive all multicast packets*/
  /bionic/libc/kernel/uapi/linux/
if.h 40 #define IFF_ALLMULTI 0x200
  /development/ndk/platforms/android-3/include/linux/
if.h 31 #define IFF_ALLMULTI 0x200
  /development/ndk/platforms/android-L/include/linux/
if.h 40 #define IFF_ALLMULTI 0x200
  /external/iproute2/include/linux/
if.h 40 #define IFF_ALLMULTI 0x200 /* receive all multicast packets*/
  /external/kernel-headers/original/uapi/linux/
if.h 40 #define IFF_ALLMULTI 0x200 /* receive all multicast packets*/
  /external/iproute2/ip/
iplink.c 349 req->i.ifi_change |= IFF_ALLMULTI;
351 req->i.ifi_flags |= IFF_ALLMULTI;
353 req->i.ifi_flags &= ~IFF_ALLMULTI;
837 mask |= IFF_ALLMULTI;
839 flags |= IFF_ALLMULTI;
841 flags &= ~IFF_ALLMULTI;
  /external/libpcap/
pcap-dos.c 655 dev->flags |= (IFF_ALLMULTI | IFF_PROMISC);
656 else dev->flags &= ~(IFF_ALLMULTI | IFF_PROMISC);
    [all...]
  /external/libnl/lib/route/
link.c 43 * - IFF_ALLMULTI
51 * IFF_ALLMULTI Indicates this link is doing multicast routing
66 * @par Notes on IFF_PROMISC and IFF_ALLMULTI flags
67 * Although you can query the status of IFF_PROMISC and IFF_ALLMULTI
1029 __ADD(IFF_ALLMULTI, allmulti)
    [all...]

Completed in 322 milliseconds