Home
last modified time | relevance | path

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

/third_party/libnl/include/netlink/route/
Drtnl.h59 extern char * rtnl_scope2str(int, char *, size_t);
/third_party/libnl/lib/route/
Drtnl.c101 char *rtnl_scope2str(int scope, char *buf, size_t size) in rtnl_scope2str() function
Daddr.c397 rtnl_scope2str(addr->a_scope, buf, sizeof(buf))); in addr_dump_line()
Droute_obj.c230 rtnl_scope2str(r->rt_scope, buf, sizeof(buf))); in route_dump_details()
/third_party/libnl/src/
Dnl-addr-list.c87 rtnl_scope2str(rtnl_addr_get_scope(addr), in env_dump()
/third_party/libnl/lib/fib_lookup/
Dlookup.c137 rtnl_scope2str(res->fr_scope, buf, sizeof(buf)), in result_dump_line()
/third_party/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);
/third_party/libnl/
Dlibnl-route-3.sym783 rtnl_scope2str;