Home
last modified time | relevance | path

Searched refs:IFF_ALLMULTI (Results 1 – 25 of 46) sorted by relevance

12

/external/strace/xlat/
Diffflags.h69 #if defined(IFF_ALLMULTI) || (defined(HAVE_DECL_IFF_ALLMULTI) && HAVE_DECL_IFF_ALLMULTI)
71 static_assert((IFF_ALLMULTI) == ((1 << 9)), "IFF_ALLMULTI != (1 << 9)");
74 # define IFF_ALLMULTI (1 << 9)
155 XLAT(IFF_ALLMULTI),
Diffflags.in11 IFF_ALLMULTI (1 << 9)
/external/iproute2/include/uapi/linux/
Dif.h91 IFF_ALLMULTI = 1<<9, /* sysfs */ enumerator
118 #define IFF_ALLMULTI IFF_ALLMULTI macro
/external/kernel-headers/original/uapi/linux/
Dif.h93 IFF_ALLMULTI = 1<<9, /* sysfs */ enumerator
120 #define IFF_ALLMULTI IFF_ALLMULTI macro
/external/wpa_supplicant_8/src/drivers/
Ddriver_wired_common.c256 } else if (flags & IFF_ALLMULTI) { in driver_wired_init_common()
261 flags | IFF_ALLMULTI) < 0) { in driver_wired_init_common()
307 flags & ~IFF_ALLMULTI) < 0)) { in driver_wired_deinit_common()
/external/autotest/client/deps/lansim/src/
Dwrapper_linux_if.c87 PyModule_AddIntMacro(m, IFF_ALLMULTI); in _init_linux_if_h()
107 PyModule_AddIntMacro(m, IFF_ALLMULTI); in _init_linux_if_h()
/external/libnl/include/linux-private/linux/
Dif_bad.h35 #define IFF_ALLMULTI 0x200 /* receive all multicast packets*/ macro
/external/iproute2/ip/
Diplink.c656 req->i.ifi_change |= IFF_ALLMULTI; in iplink_parse()
659 req->i.ifi_flags |= IFF_ALLMULTI; in iplink_parse()
661 req->i.ifi_flags &= ~IFF_ALLMULTI; in iplink_parse()
1296 mask |= IFF_ALLMULTI; in do_set()
1299 flags |= IFF_ALLMULTI; in do_set()
1301 flags &= ~IFF_ALLMULTI; in do_set()
/external/syzkaller/sys/linux/
Dsocket_netlink_route_amd64.const56 IFF_ALLMULTI = 512
Dsocket_netlink_route_arm.const56 IFF_ALLMULTI = 512
Dsocket_netlink_route_386.const56 IFF_ALLMULTI = 512
Dsocket_netlink_route_ppc64le.const56 IFF_ALLMULTI = 512
Dsocket_netlink_route_arm64.const56 IFF_ALLMULTI = 512
/external/libpcap/
Dpcap-dos.c685 dev->flags |= (IFF_ALLMULTI | IFF_PROMISC); in open_driver()
686 else dev->flags &= ~(IFF_ALLMULTI | IFF_PROMISC); in open_driver()
/external/toybox/toys/net/
Difconfig.c400 {"allmulti", IFF_ALLMULTI, 0}, in ifconfig_main()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go364 IFF_ALLMULTI = 0x200 const
Dzerrors_dragonfly_amd64.go365 IFF_ALLMULTI = 0x200 const
Dzerrors_openbsd_arm.go455 IFF_ALLMULTI = 0x200 const
Dzerrors_openbsd_amd64.go491 IFF_ALLMULTI = 0x200 const
Dzerrors_openbsd_386.go456 IFF_ALLMULTI = 0x200 const
Dzerrors_darwin_386.go542 IFF_ALLMULTI = 0x200 const
Dzerrors_darwin_arm64.go542 IFF_ALLMULTI = 0x200 const
Dzerrors_darwin_amd64.go542 IFF_ALLMULTI = 0x200 const
Dzerrors_netbsd_arm.go577 IFF_ALLMULTI = 0x200 const
Dzerrors_darwin_arm.go542 IFF_ALLMULTI = 0x200 const

12