Home
last modified time | relevance | path

Searched refs:RTA_PRIORITY (Results 1 – 7 of 7) sorted by relevance

/external/libnl/lib/route/
Droute_obj.c939 [RTA_PRIORITY] = { .type = NLA_U32 },
1078 if (tb[RTA_PRIORITY]) in rtnl_route_parse()
1079 rtnl_route_set_priority(route, nla_get_u32(tb[RTA_PRIORITY])); in rtnl_route_parse()
1219 NLA_PUT_U32(msg, RTA_PRIORITY, route->rt_prio); in rtnl_route_build_msg()
/external/toybox/toys/pending/
Dip.c1561 if (attr[RTA_PRIORITY]) in display_route_info()
1562 sprintf(out, "%s metric %d ", out, *(uint32_t*)RTA_DATA(attr[RTA_PRIORITY])); in display_route_info()
1609 && attr[RTA_PRIORITY] in display_route_info()
1610 && *(int*)RTA_DATA(attr[RTA_PRIORITY]) == -1) in display_route_info()
1972 RTA_PRIORITY, (char*)&res, sizeof(res)); in route_update()
2129 ((idx == 2) ? RTA_PRIORITY : RTA_PROTOINFO), in ruleupdate()
2235 printf("%u:\tfrom ", attr[RTA_PRIORITY] ? in show_rules()
2236 *(unsigned *)RTA_DATA(attr[RTA_PRIORITY]) : 0); in show_rules()
/external/iproute2/ip/
Diproute.c288 tb[RTA_PRIORITY] && in filter_nlmsg()
289 *(int*)RTA_DATA(tb[RTA_PRIORITY]) == -1) in filter_nlmsg()
453 if (tb[RTA_PRIORITY]) in print_route()
454 fprintf(fp, " metric %u ", rta_getattr_u32(tb[RTA_PRIORITY])); in print_route()
922 addattr32(&req.n, sizeof(req), RTA_PRIORITY, metric); in iproute_modify()
/external/libnl/include/linux-private/linux/
Drtnetlink.h275 RTA_PRIORITY, enumerator
/external/dhcpcd-6.8.2/
Dif-linux.c438 case RTA_PRIORITY: in if_copyrt()
499 case RTA_PRIORITY: in if_copyrt6()
1382 add_attr_32(&nlm.hdr, sizeof(nlm), RTA_PRIORITY, rt->metric); in if_route()
1573 RTA_PRIORITY, rt->metric); in if_route6()
/external/iproute2/include/linux/
Drtnetlink.h297 RTA_PRIORITY, enumerator
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h302 RTA_PRIORITY, enumerator