Searched refs:RTA_MULTIPATH (Results 1 - 5 of 5) sorted by relevance

/external/iproute2/include/linux/
H A Drtnetlink.h278 RTA_MULTIPATH, enumerator in enum:rtattr_type_t
/external/libnl/include/linux/
H A Drtnetlink.h269 RTA_MULTIPATH, enumerator in enum:rtattr_type_t
/external/libnl/lib/route/
H A Droute_obj.c847 [RTA_MULTIPATH] = { .type = NLA_NESTED },
1005 if (tb[RTA_MULTIPATH])
1006 if ((err = parse_multipath(route, tb[RTA_MULTIPATH])) < 0)
1042 /* If no nexthops have been provided via RTA_MULTIPATH
1143 if (!(multipath = nla_nest_start(msg, RTA_MULTIPATH)))
/external/iproute2/ip/
H A Diproute.c567 if (tb[RTA_MULTIPATH]) {
568 struct rtnexthop *nh = RTA_DATA(tb[RTA_MULTIPATH]);
571 len = RTA_PAYLOAD(tb[RTA_MULTIPATH]);
676 rta->rta_type = RTA_MULTIPATH;
697 addattr_l(n, 1024, RTA_MULTIPATH, RTA_DATA(rta), RTA_PAYLOAD(rta));
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h291 RTA_MULTIPATH, enumerator in enum:rtattr_type_t

Completed in 193 milliseconds