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.c243 const char *rtnl_rtscope_n2a(int id, char *buf, int len) in rtnl_rtscope_n2a() function
/external/iproute2/ip/
Diproute.c434 fprintf(fp, "scope %s ", rtnl_rtscope_n2a(r->rtm_scope, b1, sizeof(b1))); in print_route()
Dipaddress.c1636 rtnl_rtscope_n2a(ifa->ifa_scope, b1, sizeof(b1))); in print_addrinfo()