Searched refs:rtm_tos (Results 1 – 8 of 8) sorted by relevance
/external/iproute2/ip/ |
D | iprule.c | 122 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()
|
D | iproute.c | 183 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/ |
D | rule.c | 103 rule->r_dsfield = r->rtm_tos; in rule_msg_parser() 404 rtm.rtm_tos = tmpl->r_dsfield; in build_rule_msg()
|
D | route_obj.c | 934 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/ |
D | rtnetlink.h | 156 unsigned char rtm_tos; member
|
/external/kernel-headers/original/uapi/linux/ |
D | rtnetlink.h | 186 unsigned char rtm_tos; member
|
/external/iproute2/include/linux/ |
D | rtnetlink.h | 186 unsigned char rtm_tos; member
|
/external/toybox/toys/pending/ |
D | ip.c | 2139 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()
|