/external/strace/xlat/ |
D | rtnl_route_attrs.h | 69 #if defined(RTA_MULTIPATH) || (defined(HAVE_DECL_RTA_MULTIPATH) && HAVE_DECL_RTA_MULTIPATH) 71 static_assert((RTA_MULTIPATH) == (9), "RTA_MULTIPATH != 9"); 74 # define RTA_MULTIPATH 9 236 XLAT(RTA_MULTIPATH),
|
D | rtnl_route_attrs.in | 10 RTA_MULTIPATH 9
|
/external/iproute2/ip/ |
D | ipmroute.c | 137 if (tb[RTA_MULTIPATH]) { in print_mroute() 138 struct rtnexthop *nh = RTA_DATA(tb[RTA_MULTIPATH]); in print_mroute() 141 len = RTA_PAYLOAD(tb[RTA_MULTIPATH]); in print_mroute()
|
D | iproute.c | 625 if (tb[RTA_MULTIPATH]) { in print_route() 626 struct rtnexthop *nh = RTA_DATA(tb[RTA_MULTIPATH]); in print_route() 629 len = RTA_PAYLOAD(tb[RTA_MULTIPATH]); in print_route() 821 rta->rta_type = RTA_MULTIPATH; in parse_nexthops() 842 addattr_l(n, 1024, RTA_MULTIPATH, RTA_DATA(rta), RTA_PAYLOAD(rta)); in parse_nexthops()
|
/external/strace/tests-mx32/ |
D | nlattr_rtmsg.c | 133 RTA_MULTIPATH, pattern, nh, in main() 146 RTA_MULTIPATH, sizeof(buf), buf, sizeof(buf), in main()
|
/external/strace/tests-m32/ |
D | nlattr_rtmsg.c | 133 RTA_MULTIPATH, pattern, nh, in main() 146 RTA_MULTIPATH, sizeof(buf), buf, sizeof(buf), in main()
|
/external/strace/tests/ |
D | nlattr_rtmsg.c | 133 RTA_MULTIPATH, pattern, nh, in main() 146 RTA_MULTIPATH, sizeof(buf), buf, sizeof(buf), in main()
|
/external/libnl/lib/route/ |
D | route_obj.c | 943 [RTA_MULTIPATH] = { .type = NLA_NESTED }, 1105 if (tb[RTA_MULTIPATH]) in rtnl_route_parse() 1106 if ((err = parse_multipath(route, tb[RTA_MULTIPATH])) < 0) in rtnl_route_parse() 1259 if (!(multipath = nla_nest_start(msg, RTA_MULTIPATH))) in rtnl_route_build_msg()
|
/external/syzkaller/sys/linux/ |
D | socket_netlink_route.txt | 433 RTA_MULTIPATH nlattr[RTA_MULTIPATH, rtnexthop] 449 RTA_MULTIPATH nlattr[RTA_MULTIPATH, rtnexthop]
|
D | socket_netlink_route_amd64.const | 310 RTA_MULTIPATH = 9
|
D | socket_netlink_route_arm.const | 310 RTA_MULTIPATH = 9
|
D | socket_netlink_route_386.const | 310 RTA_MULTIPATH = 9
|
D | socket_netlink_route_ppc64le.const | 310 RTA_MULTIPATH = 9
|
D | socket_netlink_route_arm64.const | 310 RTA_MULTIPATH = 9
|
/external/strace/ |
D | rtnl_route.c | 234 [RTA_MULTIPATH] = decode_rta_multipath,
|
/external/libnl/include/linux-private/linux/ |
D | rtnetlink.h | 278 RTA_MULTIPATH, enumerator
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | ztypes_linux_sparc64.go | 455 RTA_MULTIPATH = 0x9 const
|
D | ztypes_linux_s390x.go | 504 RTA_MULTIPATH = 0x9 const
|
D | ztypes_linux_386.go | 500 RTA_MULTIPATH = 0x9 const
|
D | ztypes_linux_mips.go | 501 RTA_MULTIPATH = 0x9 const
|
D | ztypes_linux_amd64.go | 504 RTA_MULTIPATH = 0x9 const
|
D | ztypes_linux_ppc64.go | 506 RTA_MULTIPATH = 0x9 const
|
D | ztypes_linux_mips64.go | 505 RTA_MULTIPATH = 0x9 const
|
/external/iproute2/include/uapi/linux/ |
D | rtnetlink.h | 312 RTA_MULTIPATH, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | rtnetlink.h | 324 RTA_MULTIPATH, enumerator
|