Home
last modified time | relevance | path

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

/external/libnl/include/netlink/route/
Drtnl.h59 extern char * rtnl_scope2str(int, char *, size_t);
/external/libnl/lib/route/
Drtnl.c100 char *rtnl_scope2str(int scope, char *buf, size_t size) in rtnl_scope2str() function
Daddr.c361 rtnl_scope2str(addr->a_scope, buf, sizeof(buf))); in addr_dump_line()
Droute_obj.c225 rtnl_scope2str(r->rt_scope, buf, sizeof(buf))); in route_dump_details()
/external/libnl/src/
Dnl-addr-list.c84 rtnl_scope2str(rtnl_addr_get_scope(addr), in env_dump()
/external/libnl/lib/fib_lookup/
Dlookup.c135 rtnl_scope2str(res->fr_scope, buf, sizeof(buf)), in result_dump_line()
/external/libnl/python/netlink/route/
Daddress.py191 return capi.rtnl_scope2str(scope, 32)[0]
Dcapi.i60 extern char * rtnl_scope2str(int, char *buf, size_t len);