Home
last modified time | relevance | path

Searched refs:rtm_tos (Results 1 – 8 of 8) sorted by relevance

/external/iproute2/ip/
Diprule.c122 if (r->rtm_tos) { in print_rule()
124 fprintf(fp, "tos %s ", rtnl_dsfield_n2a(r->rtm_tos, b1, sizeof(b1))); in print_rule()
389 req.r.rtm_tos = tos; in iprule_modify()
Diproute.c183 if ((filter.tos^r->rtm_tos)&filter.tosmask) in filter_nlmsg()
412 if (r->rtm_tos && filter.tosmask != -1) { in print_route()
414 fprintf(fp, "tos %s ", rtnl_dsfield_n2a(r->rtm_tos, b1, sizeof(b1))); in print_route()
905 req.r.rtm_tos = tos; in iproute_modify()
1604 req.r.rtm_tos = 0; in iproute_get()
1613 req.r.rtm_tos = tos; in iproute_get()
/external/libnl/lib/route/
Drule.c103 rule->r_dsfield = r->rtm_tos; in rule_msg_parser()
404 rtm.rtm_tos = tmpl->r_dsfield; in build_rule_msg()
Droute_obj.c934 route->rt_tos = rtm->rtm_tos; in rtnl_route_parse()
1085 .rtm_tos = route->rt_tos, in rtnl_route_build_msg()
/external/libnl/include/linux/
Drtnetlink.h156 unsigned char rtm_tos; member
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h186 unsigned char rtm_tos; member
/external/iproute2/include/linux/
Drtnetlink.h186 unsigned char rtm_tos; member
/external/toybox/toys/pending/
Dip.c2139 request.msg.rtm_tos = tos; in ruleupdate()
2255 if (msg->rtm_tos) in show_rules()
2256 printf("tos %s ", namefromRPDB(msg->rtm_tos, RPDB_rtdsfield)); in show_rules()