Searched refs:IFF_ALLMULTI (Results 1 - 25 of 123) sorted by relevance

12345

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif.h35 #define IFF_ALLMULTI 0x200 /* receive all multicast packets*/ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif.h35 #define IFF_ALLMULTI 0x200 /* receive all multicast packets*/ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Ddev.c1942 dev->flags |= IFF_ALLMULTI;
1944 dev->flags &= ~IFF_ALLMULTI;
1960 (dev->flags & (IFF_UP|IFF_VOLATILE|IFF_PROMISC|IFF_ALLMULTI));
1984 ((old_flags^dev->flags)&~(IFF_UP|IFF_PROMISC|IFF_ALLMULTI|IFF_VOLATILE)))
1993 /* NOTE: order of synchronization of IFF_PROMISC and IFF_ALLMULTI
1995 IFF_ALLMULTI is requested not asking us and not reporting.
1997 if ((flags^dev->gflags)&IFF_ALLMULTI) {
1998 int inc = (flags&IFF_ALLMULTI) ? +1 : -1;
1999 dev->gflags ^= IFF_ALLMULTI;
2024 ifr->ifr_flags = (dev->flags&~(IFF_PROMISC|IFF_ALLMULTI|IFF_RUNNIN
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/bnep/
H A Dnetdev.c98 if (dev->flags & (IFF_PROMISC | IFF_ALLMULTI)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/irlan/
H A Dirlan_eth.c374 else if ((dev->flags & IFF_ALLMULTI) || dev->mc_count > HW_MAX_ADDRS) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dbonding.c660 if ( (master->flags & IFF_ALLMULTI) && !(bond->flags & IFF_ALLMULTI) )
663 if ( !(master->flags & IFF_ALLMULTI) && (bond->flags & IFF_ALLMULTI) )
769 if (master_dev->flags & IFF_ALLMULTI)
1115 if (master->flags & IFF_ALLMULTI)
H A Dethertap.c146 if (!(dev->flags&(IFF_NOARP|IFF_PROMISC|IFF_ALLMULTI))) {
H A Disa-skeleton.c614 else if((dev->flags&IFF_ALLMULTI) || dev->mc_count > HW_MAX_ADDRS)
H A Dlp486e.c1191 !(dev->flags & (IFF_PROMISC | IFF_ALLMULTI))) {
1192 if (dev->flags & IFF_ALLMULTI)
H A D8390.c928 if (!(dev->flags&(IFF_PROMISC|IFF_ALLMULTI)))
965 else if(dev->flags&IFF_ALLMULTI || dev->mc_list)
H A Datp.c846 if ( dev->mc_count > 0 || (dev->flags & (IFF_ALLMULTI|IFF_PROMISC))) {
867 } else if ((dev->mc_count > 1000) || (dev->flags & IFF_ALLMULTI)) {
H A Dlasi_82596.c1423 DEB(DEB_MULTI,printk("%s: set multicast list, %d entries, promisc %s, allmulti %s\n", dev->name, dev->mc_count, dev->flags & IFF_PROMISC ? "ON" : "OFF", dev->flags & IFF_ALLMULTI ? "ON" : "OFF"));
1433 if ((dev->flags & IFF_ALLMULTI) && (lp->cf_cmd.i596_config[11] & 0x20)) {
1437 if (!(dev->flags & IFF_ALLMULTI) && !(lp->cf_cmd.i596_config[11] & 0x20)) {
H A D82596.c1473 dev->flags & IFF_ALLMULTI ? "ON" : "OFF"));
1486 if ((dev->flags & IFF_ALLMULTI) && (lp->cf_cmd.i596_config[11] & 0x20)) {
1490 if (!(dev->flags & IFF_ALLMULTI) && !(lp->cf_cmd.i596_config[11] & 0x20)) {
H A Dmac89x0.c570 else if((dev->flags&IFF_ALLMULTI)||dev->mc_list)
H A Dmacmace.c423 if (dev->flags & IFF_ALLMULTI) {
H A Dni5010.c648 if (dev->flags&IFF_PROMISC || dev->flags&IFF_ALLMULTI) {
H A Dsonic.c414 if ((dev->flags & IFF_ALLMULTI) || (dev->mc_count > 15)) {
H A Dznet.c661 } else if (dev->mc_list || (dev->flags&IFF_ALLMULTI)) {
H A D3c501.c915 else if (dev->mc_list || dev->flags&IFF_ALLMULTI)
H A D7990.c576 if (dev->flags & IFF_ALLMULTI){
H A Dam79c961a.c341 } else if (dev->flags & IFF_ALLMULTI) {
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Difconfig.c223 {"allmulti", N_SET | M_CLR, 0, IFF_ALLMULTI},
/asus-wl-520gu-7.0.1.45/src/router/cdma/
H A Dnetwork.c282 ifconfig(name, IFUP | IFF_ALLMULTI, NULL, NULL);
324 ifconfig(lan_ifname, IFUP | IFF_ALLMULTI, NULL, NULL);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/8260_io/
H A Denet.c563 if (dev->flags & IFF_ALLMULTI) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/8xx_io/
H A Denet.c587 if (dev->flags & IFF_ALLMULTI) {

Completed in 273 milliseconds

12345