Home
last modified time | relevance | path

Searched refs:IFF_MULTICAST (Results 1 – 25 of 48) sorted by relevance

12

/external/strace/xlat/
Diffflags.h90 #if defined(IFF_MULTICAST) || (defined(HAVE_DECL_IFF_MULTICAST) && HAVE_DECL_IFF_MULTICAST)
92 static_assert((IFF_MULTICAST) == ((1 << 12)), "IFF_MULTICAST != (1 << 12)");
95 # define IFF_MULTICAST (1 << 12)
158 XLAT(IFF_MULTICAST),
Diffflags.in14 IFF_MULTICAST (1 << 12)
/external/iproute2/include/uapi/linux/
Dif.h94 IFF_MULTICAST = 1<<12, /* sysfs */ enumerator
121 #define IFF_MULTICAST IFF_MULTICAST macro
/external/kernel-headers/original/uapi/linux/
Dif.h96 IFF_MULTICAST = 1<<12, /* sysfs */ enumerator
123 #define IFF_MULTICAST IFF_MULTICAST macro
/external/autotest/client/deps/lansim/src/
Dwrapper_linux_if.c90 PyModule_AddIntMacro(m, IFF_MULTICAST); in _init_linux_if_h()
110 PyModule_AddIntMacro(m, IFF_MULTICAST); in _init_linux_if_h()
/external/libnl/include/linux-private/linux/
Dif_bad.h40 #define IFF_MULTICAST 0x1000 /* Supports multicast */ macro
/external/iproute2/ip/
Diplink.c646 req->i.ifi_change |= IFF_MULTICAST; in iplink_parse()
649 req->i.ifi_flags |= IFF_MULTICAST; in iplink_parse()
651 req->i.ifi_flags &= ~IFF_MULTICAST; in iplink_parse()
1286 mask |= IFF_MULTICAST; in do_set()
1289 flags |= IFF_MULTICAST; in do_set()
1291 flags &= ~IFF_MULTICAST; in do_set()
/external/iproute2/testsuite/tools/
Dgenerate_nlmsg.c42 IFF_MULTICAST | IFF_UP | IFF_LOWER_UP; in fill_vf_rate_test()
/external/syzkaller/sys/linux/
Dsocket_netlink_route_amd64.const66 IFF_MULTICAST = 4096
Dsocket_netlink_route_arm.const66 IFF_MULTICAST = 4096
Dsocket_netlink_route_386.const66 IFF_MULTICAST = 4096
Dsocket_netlink_route_ppc64le.const66 IFF_MULTICAST = 4096
Dsocket_netlink_route_arm64.const66 IFF_MULTICAST = 4096
/external/iputils/
Drdisc.c1044 if ((interfaces[i].flags & (IFF_BROADCAST|IFF_POINTOPOINT|IFF_MULTICAST)) == 0) in sendmcast()
1166 if ((ifreq.ifr_flags & (IFF_MULTICAST|IFF_BROADCAST|IFF_POINTOPOINT)) == 0) in initifs()
/external/toybox/toys/net/
Difconfig.c401 {"multicast", IFF_MULTICAST, 0}, in ifconfig_main()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go384 IFF_MULTICAST = 0x800 const
Dzerrors_dragonfly_amd64.go375 IFF_MULTICAST = 0x8000 const
Dzerrors_openbsd_arm.go463 IFF_MULTICAST = 0x8000 const
Dzerrors_openbsd_amd64.go499 IFF_MULTICAST = 0x8000 const
Dzerrors_openbsd_386.go464 IFF_MULTICAST = 0x8000 const
Dzerrors_darwin_386.go550 IFF_MULTICAST = 0x8000 const
Dzerrors_darwin_arm64.go550 IFF_MULTICAST = 0x8000 const
Dzerrors_darwin_amd64.go550 IFF_MULTICAST = 0x8000 const
Dzerrors_netbsd_arm.go585 IFF_MULTICAST = 0x8000 const
/external/mdnsresponder/mDNSWindows/
DmDNSWin32.c2473 flagMask = IFF_UP | IFF_MULTICAST; in SetupInterfaceList()
2474 flagTest = IFF_UP | IFF_MULTICAST; in SetupInterfaceList()
2767 …ifd->interfaceInfo.McastTxRx = ( ( inIFA->ifa_flags & IFF_MULTICAST ) && !( inIFA->ifa_flags & I… in SetupInterface()
3682 if( !( iaa->Flags & IP_ADAPTER_NO_MULTICAST ) ) ifa->ifa_flags |= IFF_MULTICAST; in getifaddrs_ipv6()

12