Searched refs:rtnl_scope2str (Results 1 – 9 of 9) sorted by relevance
/third_party/libnl/include/netlink/route/ |
D | rtnl.h | 59 extern char * rtnl_scope2str(int, char *, size_t);
|
/third_party/libnl/lib/route/ |
D | rtnl.c | 101 char *rtnl_scope2str(int scope, char *buf, size_t size) in rtnl_scope2str() function
|
D | addr.c | 397 rtnl_scope2str(addr->a_scope, buf, sizeof(buf))); in addr_dump_line()
|
D | route_obj.c | 230 rtnl_scope2str(r->rt_scope, buf, sizeof(buf))); in route_dump_details()
|
/third_party/libnl/src/ |
D | nl-addr-list.c | 87 rtnl_scope2str(rtnl_addr_get_scope(addr), in env_dump()
|
/third_party/libnl/lib/fib_lookup/ |
D | lookup.c | 137 rtnl_scope2str(res->fr_scope, buf, sizeof(buf)), in result_dump_line()
|
/third_party/libnl/python/netlink/route/ |
D | address.py | 191 return capi.rtnl_scope2str(scope, 32)[0]
|
D | capi.i | 60 extern char * rtnl_scope2str(int, char *buf, size_t len);
|
/third_party/libnl/ |
D | libnl-route-3.sym | 783 rtnl_scope2str;
|