Home
last modified time | relevance | path

Searched refs:rtnl_rtscope_n2a (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/include/
Drt_names.h7 const char *rtnl_rtscope_n2a(int id, char *buf, int len);
/external/iproute2/lib/
Drt_names.c215 const char *rtnl_rtscope_n2a(int id, char *buf, int len) in rtnl_rtscope_n2a() function
/external/iproute2/ip/
Dipaddress.c1088 fprintf(fp, "scope %s ", rtnl_rtscope_n2a(ifa->ifa_scope, b1, sizeof(b1))); in print_addrinfo()
Diproute.c441 fprintf(fp, " scope %s ", rtnl_rtscope_n2a(r->rtm_scope, b1, sizeof(b1))); in print_route()