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

1 2 3 4

  /external/strace/xlat/
iffflags.h 42 #if defined(IFF_MULTICAST) || (defined(HAVE_DECL_IFF_MULTICAST) && HAVE_DECL_IFF_MULTICAST)
43 XLAT(IFF_MULTICAST),
  /bionic/libc/kernel/uapi/linux/
if.h 46 IFF_MULTICAST = 1 << 12,
71 #define IFF_MULTICAST IFF_MULTICAST
  /external/iproute2/include/uapi/linux/
if.h 70 * @IFF_MULTICAST: Supports multicast. Can be toggled through sysfs.
94 IFF_MULTICAST = 1<<12, /* sysfs */
121 #define IFF_MULTICAST IFF_MULTICAST
  /external/kernel-headers/original/uapi/linux/
if.h 72 * @IFF_MULTICAST: Supports multicast. Can be toggled through sysfs.
96 IFF_MULTICAST = 1<<12, /* sysfs */
123 #define IFF_MULTICAST IFF_MULTICAST
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if.h 73 IFF_MULTICAST = 0x1000, /* Supports multicast. */
74 # define IFF_MULTICAST IFF_MULTICAST
  /device/linaro/bootloader/edk2/StdLib/Include/net/
if.h 96 #define IFF_MULTICAST 0x8000 /* supports multicast */
101 IFF_SIMPLEX|IFF_MULTICAST|IFF_ALLMULTI)
  /external/autotest/client/deps/lansim/src/
wrapper_linux_if.c 68 * @IFF_MULTICAST: Supports multicast. Can be toggled through sysfs.
90 PyModule_AddIntMacro(m, IFF_MULTICAST);
110 PyModule_AddIntMacro(m, IFF_MULTICAST);
  /external/libpcap/Win32/Include/net/
if.h 98 #define IFF_MULTICAST 0x8000 /* supports multicast */
104 IFF_SIMPLEX|IFF_MULTICAST|IFF_ALLMULTI)
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
defs_solaris.go 65 sysIFF_MULTICAST = C.IFF_MULTICAST
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
defs_solaris.go 65 sysIFF_MULTICAST = C.IFF_MULTICAST
  /external/libnl/include/linux-private/linux/
if_bad.h 40 #define IFF_MULTICAST 0x1000 /* Supports multicast */
  /libcore/luni/src/test/java/libcore/java/net/
NetworkInterfaceTest.java 43 import static android.system.OsConstants.IFF_MULTICAST;
265 assertEquals((getFlags(nif) & IFF_MULTICAST) == IFF_MULTICAST, nif.supportsMulticast());
  /external/iproute2/testsuite/tools/
generate_nlmsg.c 42 IFF_MULTICAST | IFF_UP | IFF_LOWER_UP;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if.h 45 #define IFF_MULTICAST 0x1000 /* Supports multicast */
  /prebuilts/go/darwin-x86/src/net/
interface_bsd.go 71 if rawFlags&syscall.IFF_MULTICAST != 0 {
interface_linux.go 111 if rawFlags&syscall.IFF_MULTICAST != 0 {
  /prebuilts/go/linux-x86/src/net/
interface_bsd.go 71 if rawFlags&syscall.IFF_MULTICAST != 0 {
interface_linux.go 111 if rawFlags&syscall.IFF_MULTICAST != 0 {
  /external/iproute2/ip/
iplink.c 646 req->i.ifi_change |= IFF_MULTICAST;
649 req->i.ifi_flags |= IFF_MULTICAST;
651 req->i.ifi_flags &= ~IFF_MULTICAST;
1286 mask |= IFF_MULTICAST;
1289 flags |= IFF_MULTICAST;
1291 flags &= ~IFF_MULTICAST;
    [all...]
  /libcore/ojluni/src/main/java/java/net/
NetworkInterface.java 523 return (getFlags() & IFF_MULTICAST) != 0;
  /bionic/tests/
ifaddrs_test.cpp 208 if ((flags & IFF_MULTICAST) != 0) result += " MULTICAST";
  /external/iputils/
rdisc.c 1044 if ((interfaces[i].flags & (IFF_BROADCAST|IFF_POINTOPOINT|IFF_MULTICAST)) == 0)
1166 if ((ifreq.ifr_flags & (IFF_MULTICAST|IFF_BROADCAST|IFF_POINTOPOINT)) == 0)
    [all...]
  /external/toybox/toys/net/
ifconfig.c 372 {"multicast", IFF_MULTICAST, 0},
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 154 #define IFF_MULTICAST 0x00000010
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c     [all...]

Completed in 587 milliseconds

1 2 3 4