Home
last modified time | relevance | path

Searched refs:rtnl_rtrealm_n2a (Results 1 – 6 of 6) sorted by relevance

/external/iproute2/tc/
Df_route.c163 fprintf(f, "to %s ", rtnl_rtrealm_n2a(rta_getattr_u32(tb[TCA_ROUTE4_TO]), b1, sizeof(b1))); in route_print_opt()
165 fprintf(f, "from %s ", rtnl_rtrealm_n2a(rta_getattr_u32(tb[TCA_ROUTE4_FROM]), b1, sizeof(b1))); in route_print_opt()
/external/iproute2/include/
Drt_names.h9 const char *rtnl_rtrealm_n2a(int id, char *buf, int len);
/external/iproute2/misc/
Drtacct.c202 fprintf(fp, "%-10s", rtnl_rtrealm_n2a(realm, b1, sizeof(b1))); in dump_abs_db()
271 fprintf(fp, "%-10s", rtnl_rtrealm_n2a(realm, b1, sizeof(b1))); in dump_incr_db()
/external/iproute2/ip/
Diprule.c308 rtnl_rtrealm_n2a(from, b1, sizeof(b1))); in print_rule()
311 rtnl_rtrealm_n2a(to, b1, sizeof(b1))); in print_rule()
Diproute.c478 rtnl_rtrealm_n2a(from, b1, sizeof(b1))); in print_route()
481 rtnl_rtrealm_n2a(to, b1, sizeof(b1))); in print_route()
678 rtnl_rtrealm_n2a(from, b1, sizeof(b1))); in print_route()
681 rtnl_rtrealm_n2a(to, b1, sizeof(b1))); in print_route()
/external/iproute2/lib/
Drt_names.c308 const char *rtnl_rtrealm_n2a(int id, char *buf, int len) in rtnl_rtrealm_n2a() function