Searched refs:IFF_ALLMULTI (Results 1 - 25 of 165) sorted by path

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/src/
H A Digmprt.c509 set_interface_flags(ifname, ifp->igmpi_save_flags | IFF_ALLMULTI);
510 /* If IFF_ALLMULTI didn't work, try IFF_PROMISC */
512 if ((flags & IFF_ALLMULTI) != IFF_ALLMULTI)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diplink.c308 mask |= IFF_ALLMULTI;
310 flags |= IFF_ALLMULTI;
312 flags &= ~IFF_ALLMULTI;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Dconfig.c439 if ((ifr.ifr_flags & IFF_ALLMULTI))
H A Dmain.c1408 /* should we set or unset IFF_ALLMULTI */
1410 ifr.ifr_flags |= IFF_ALLMULTI;
1412 ifr.ifr_flags &= ~IFF_ALLMULTI;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Dconfig.c439 if ((ifr.ifr_flags & IFF_ALLMULTI))
H A Dmain.c1408 /* should we set or unset IFF_ALLMULTI */
1410 ifr.ifr_flags |= IFF_ALLMULTI;
1412 ifr.ifr_flags &= ~IFF_ALLMULTI;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dif.c340 IFF_OUT_LOG (IFF_ALLMULTI, "ALLMULTI");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dinterface.c389 IFF_OUT_VTY (IFF_ALLMULTI, "ALLMULTI");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zeroconf-0.9/
H A Dzeroconf.c1022 FLAG_TEST_DUMP(i->ifi_flags,IFF_ALLMULTI);
1052 FLAG_TEST_DUMP(i->ifi_flags, IFF_ALLMULTI);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Denet.c558 if (dev->flags & IFF_ALLMULTI) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Denet.c587 if (dev->flags & IFF_ALLMULTI) {
H A Dfec.c1495 if (dev->flags & IFF_ALLMULTI) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dnet_kern.c222 else if (dev->mc_count) dev->flags |= IFF_ALLMULTI;
223 else dev->flags &= ~IFF_ALLMULTI;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_net.c1132 } else if ((dev->flags & IFF_ALLMULTI)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D3c501.c847 else if (dev->mc_list || dev->flags&IFF_ALLMULTI)
H A D3c505.c1237 if (!(dev->flags & (IFF_PROMISC | IFF_ALLMULTI))) {
H A D3c509.c890 | (dev->flags & IFF_ALLMULTI ? RxMulticast : 0)
1066 else if (dev->mc_count || (dev->flags&IFF_ALLMULTI)) {
H A D3c515.c1534 } else if ((dev->mc_list) || (dev->flags & IFF_ALLMULTI)) {
H A D3c523.c649 if (dev->flags & (IFF_ALLMULTI | IFF_PROMISC)) {
H A D3c527.c1512 else if((dev->flags&IFF_ALLMULTI) || dev->mc_count > 10)
H A D3c59x.c2915 } else if ((dev->mc_list) || (dev->flags & IFF_ALLMULTI)) {
H A D7990.c611 if (dev->flags & IFF_ALLMULTI){
H A D8139cp.c928 || (dev->flags & IFF_ALLMULTI)) {
H A D8139too.c2503 || (dev->flags & IFF_ALLMULTI)) {
H A D82596.c1511 dev->flags & IFF_ALLMULTI ? "ON" : "OFF"));
1524 if ((dev->flags & IFF_ALLMULTI) && (lp->cf_cmd.i596_config[11] & 0x20)) {
1528 if (!(dev->flags & IFF_ALLMULTI) && !(lp->cf_cmd.i596_config[11] & 0x20)) {

Completed in 261 milliseconds

1234567