Searched refs:rtnl_scope2str (Results 1 – 6 of 6) sorted by relevance
/external/libnl/include/netlink/route/ |
D | rtnl.h | 59 extern char * rtnl_scope2str(int, char *, size_t);
|
/external/libnl/lib/route/ |
D | rtnl.c | 95 char *rtnl_scope2str(int scope, char *buf, size_t size) in rtnl_scope2str() function
|
D | addr.c | 335 rtnl_scope2str(addr->a_scope, buf, sizeof(buf))); in addr_dump_line() 446 rtnl_scope2str(addr->a_scope, buf, sizeof(buf))); in addr_dump_env()
|
D | route_obj.c | 223 rtnl_scope2str(r->rt_scope, buf, sizeof(buf))); in route_dump_details() 333 rtnl_scope2str(route->rt_scope, buf, sizeof(buf))); in route_dump_env()
|
/external/libnl/src/ |
D | nl-addr-list.c | 84 rtnl_scope2str(rtnl_addr_get_scope(addr), in env_dump()
|
/external/libnl/lib/fib_lookup/ |
D | lookup.c | 134 rtnl_scope2str(res->fr_scope, buf, sizeof(buf)), in result_dump_line()
|