Home
last modified time | relevance | path

Searched refs:RTN_MULTICAST (Results 1 – 25 of 29) sorted by relevance

12

/external/strace/xlat/
Drouting_types.h41 #if defined(RTN_MULTICAST) || (defined(HAVE_DECL_RTN_MULTICAST) && HAVE_DECL_RTN_MULTICAST)
43 static_assert((RTN_MULTICAST) == (5), "RTN_MULTICAST != 5");
46 # define RTN_MULTICAST 5
101 XLAT(RTN_MULTICAST),
Drouting_types.in6 RTN_MULTICAST 5
/external/iproute2/ip/
Drtm_map.c38 case RTN_MULTICAST: in rtnl_rtntype_n2a()
74 res = RTN_MULTICAST; in rtnl_rtntype_a2n()
Dipmroute.c79 if (r->rtm_type != RTN_MULTICAST) { in print_mroute()
Diproute.c636 if (r->rtm_flags&RTM_F_CLONED && r->rtm_type == RTN_MULTICAST) { in print_route()
684 if (r->rtm_flags&RTM_F_CLONED && r->rtm_type == RTN_MULTICAST) { in print_route()
1288 req.r.rtm_type == RTN_MULTICAST || in iproute_modify()
/external/libnl/lib/route/
Drtnl.c66 __ADD(RTN_MULTICAST,multicast)
/external/syzkaller/sys/linux/
Dsocket_netlink_route_amd64.const351 RTN_MULTICAST = 5
Dsocket_netlink_route_arm.const351 RTN_MULTICAST = 5
Dsocket_netlink_route_386.const351 RTN_MULTICAST = 5
Dsocket_netlink_route_ppc64le.const351 RTN_MULTICAST = 5
Dsocket_netlink_route_arm64.const351 RTN_MULTICAST = 5
/external/libnl/include/linux-private/linux/
Drtnetlink.h187 RTN_MULTICAST, /* Multicast route */ enumerator
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_sparc64.go464 RTN_MULTICAST = 0x5 const
Dztypes_linux_s390x.go513 RTN_MULTICAST = 0x5 const
Dztypes_linux_386.go509 RTN_MULTICAST = 0x5 const
Dztypes_linux_mips.go510 RTN_MULTICAST = 0x5 const
Dztypes_linux_amd64.go513 RTN_MULTICAST = 0x5 const
Dztypes_linux_ppc64.go515 RTN_MULTICAST = 0x5 const
Dztypes_linux_mips64.go514 RTN_MULTICAST = 0x5 const
Dztypes_linux_mipsle.go510 RTN_MULTICAST = 0x5 const
Dztypes_linux_arm.go512 RTN_MULTICAST = 0x5 const
Dztypes_linux_arm64.go514 RTN_MULTICAST = 0x5 const
/external/iproute2/include/uapi/linux/
Drtnetlink.h217 RTN_MULTICAST, /* Multicast route */ enumerator
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h224 RTN_MULTICAST, /* Multicast route */ enumerator
/external/iproute2/lib/
Dutils.c1270 if (rtm_type != RTN_MULTICAST) in get_real_family()

12