Searched refs:rtnl_rtscope_n2a (Results 1 – 4 of 4) sorted by relevance
/external/iproute2/include/ |
D | rt_names.h | 7 const char *rtnl_rtscope_n2a(int id, char *buf, int len);
|
/external/iproute2/lib/ |
D | rt_names.c | 215 const char *rtnl_rtscope_n2a(int id, char *buf, int len) in rtnl_rtscope_n2a() function
|
/external/iproute2/ip/ |
D | ipaddress.c | 1088 fprintf(fp, "scope %s ", rtnl_rtscope_n2a(ifa->ifa_scope, b1, sizeof(b1))); in print_addrinfo()
|
D | iproute.c | 441 fprintf(fp, " scope %s ", rtnl_rtscope_n2a(r->rtm_scope, b1, sizeof(b1))); in print_route()
|