/external/strace/xlat/ |
D | iffflags.h | 69 #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),
|
D | iffflags.in | 11 IFF_ALLMULTI (1 << 9)
|
/external/iproute2/include/uapi/linux/ |
D | if.h | 91 IFF_ALLMULTI = 1<<9, /* sysfs */ enumerator 118 #define IFF_ALLMULTI IFF_ALLMULTI macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if.h | 93 IFF_ALLMULTI = 1<<9, /* sysfs */ enumerator 120 #define IFF_ALLMULTI IFF_ALLMULTI macro
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_wired_common.c | 256 } 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/ |
D | wrapper_linux_if.c | 87 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/ |
D | if_bad.h | 35 #define IFF_ALLMULTI 0x200 /* receive all multicast packets*/ macro
|
/external/iproute2/ip/ |
D | iplink.c | 656 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/ |
D | socket_netlink_route_amd64.const | 56 IFF_ALLMULTI = 512
|
D | socket_netlink_route_arm.const | 56 IFF_ALLMULTI = 512
|
D | socket_netlink_route_386.const | 56 IFF_ALLMULTI = 512
|
D | socket_netlink_route_ppc64le.const | 56 IFF_ALLMULTI = 512
|
D | socket_netlink_route_arm64.const | 56 IFF_ALLMULTI = 512
|
/external/libpcap/ |
D | pcap-dos.c | 685 dev->flags |= (IFF_ALLMULTI | IFF_PROMISC); in open_driver() 686 else dev->flags &= ~(IFF_ALLMULTI | IFF_PROMISC); in open_driver()
|
/external/toybox/toys/net/ |
D | ifconfig.c | 400 {"allmulti", IFF_ALLMULTI, 0}, in ifconfig_main()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 364 IFF_ALLMULTI = 0x200 const
|
D | zerrors_dragonfly_amd64.go | 365 IFF_ALLMULTI = 0x200 const
|
D | zerrors_openbsd_arm.go | 455 IFF_ALLMULTI = 0x200 const
|
D | zerrors_openbsd_amd64.go | 491 IFF_ALLMULTI = 0x200 const
|
D | zerrors_openbsd_386.go | 456 IFF_ALLMULTI = 0x200 const
|
D | zerrors_darwin_386.go | 542 IFF_ALLMULTI = 0x200 const
|
D | zerrors_darwin_arm64.go | 542 IFF_ALLMULTI = 0x200 const
|
D | zerrors_darwin_amd64.go | 542 IFF_ALLMULTI = 0x200 const
|
D | zerrors_netbsd_arm.go | 577 IFF_ALLMULTI = 0x200 const
|
D | zerrors_darwin_arm.go | 542 IFF_ALLMULTI = 0x200 const
|