Home
last modified time | relevance | path

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

/external/libnl/include/netlink/route/
Drtnl.h59 extern char * rtnl_scope2str(int, char *, size_t);
/external/libnl/lib/route/
Drtnl.c95 char *rtnl_scope2str(int scope, char *buf, size_t size) in rtnl_scope2str() function
Daddr.c335 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()
Droute_obj.c223 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/
Dnl-addr-list.c84 rtnl_scope2str(rtnl_addr_get_scope(addr), in env_dump()
/external/libnl/lib/fib_lookup/
Dlookup.c134 rtnl_scope2str(res->fr_scope, buf, sizeof(buf)), in result_dump_line()