Home
last modified time | relevance | path

Searched refs:IFA_MULTICAST (Results 1 – 19 of 19) sorted by relevance

/external/strace/xlat/
Drtnl_addr_attrs.h55 #if defined(IFA_MULTICAST) || (defined(HAVE_DECL_IFA_MULTICAST) && HAVE_DECL_IFA_MULTICAST)
57 static_assert((IFA_MULTICAST) == (7), "IFA_MULTICAST != 7");
60 # define IFA_MULTICAST 7
94 XLAT(IFA_MULTICAST),
Drtnl_addr_attrs.in8 IFA_MULTICAST 7
/external/libnl/include/linux-private/linux/
Dif_addr.h33 IFA_MULTICAST, enumerator
/external/iproute2/include/uapi/linux/
Dif_addr.h34 IFA_MULTICAST, enumerator
/external/kernel-headers/original/uapi/linux/
Dif_addr.h34 IFA_MULTICAST, enumerator
/external/strace/
Drtnl_addr.c102 [IFA_MULTICAST] = decode_ifa_address,
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_sparc64.go386 IFA_MULTICAST = 0x7 const
Dztypes_linux_s390x.go435 IFA_MULTICAST = 0x7 const
Dztypes_linux_386.go431 IFA_MULTICAST = 0x7 const
Dztypes_linux_mips.go432 IFA_MULTICAST = 0x7 const
Dztypes_linux_amd64.go435 IFA_MULTICAST = 0x7 const
Dztypes_linux_ppc64.go437 IFA_MULTICAST = 0x7 const
Dztypes_linux_mips64.go436 IFA_MULTICAST = 0x7 const
Dztypes_linux_mipsle.go432 IFA_MULTICAST = 0x7 const
Dztypes_linux_arm.go434 IFA_MULTICAST = 0x7 const
Dztypes_linux_arm64.go436 IFA_MULTICAST = 0x7 const
Dztypes_linux_mips64le.go436 IFA_MULTICAST = 0x7 const
Dztypes_linux_ppc64le.go437 IFA_MULTICAST = 0x7 const
/external/libnl/lib/route/
Daddr.c287 if (tb[IFA_MULTICAST]) { in addr_msg_parser()
288 addr->a_multicast = nl_addr_alloc_attr(tb[IFA_MULTICAST], in addr_msg_parser()