Home
last modified time | relevance | path

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

/external/android-clat/
Dsetroute.c115 if(nla_put(msg, RTA_PRIORITY, 4, &metric) < 0) { in if_route()
/external/dhcpcd/
Dif-linux.c274 case RTA_PRIORITY: in link_route()
589 add_attr_32(&nlm->hdr, sizeof(*nlm), RTA_PRIORITY, rt->metric); in if_route()
/external/iproute2/ip/
Diproute.c273 tb[RTA_PRIORITY] && in print_route()
274 *(int*)RTA_DATA(tb[RTA_PRIORITY]) == -1) in print_route()
370 if (tb[RTA_PRIORITY]) in print_route()
371 fprintf(fp, " metric %d ", *(__u32*)RTA_DATA(tb[RTA_PRIORITY])); in print_route()
737 addattr32(&req.n, sizeof(req), RTA_PRIORITY, metric); in iproute_modify()
/external/iproute2/include/linux/
Drtnetlink.h275 RTA_PRIORITY, enumerator
/external/kernel-headers/original/linux/
Drtnetlink.h275 RTA_PRIORITY, enumerator