Home
last modified time | relevance | path

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

/external/iproute2/include/
Drt_names.h10 char* rtnl_dsfield_n2a(int id, char *buf, int len);
/external/iproute2/lib/
Drt_names.c401 char * rtnl_dsfield_n2a(int id, char *buf, int len) in rtnl_dsfield_n2a() function
/external/iproute2/ip/
Diprule.c127 fprintf(fp, "tos %s ", rtnl_dsfield_n2a(r->rtm_tos, b1, sizeof(b1))); in print_rule()
Diptunnel.c359 rtnl_dsfield_n2a(p->iph.tos&~1, b1, sizeof(b1))); in print_tunnel()
Diproute.c346 fprintf(fp, "tos %s ", rtnl_dsfield_n2a(r->rtm_tos, b1, sizeof(b1))); in print_route()