Home
last modified time | relevance | path

Searched refs:nl_rtntype2str (Results 1 – 7 of 7) sorted by relevance

/third_party/libnl/include/netlink/route/
Drtnl.h55 extern char * nl_rtntype2str(int, char *, size_t);
/third_party/libnl/lib/route/
Drtnl.c76 char *nl_rtntype2str(int type, char *buf, size_t size) in nl_rtntype2str() function
Dneigh.c552 nl_rtntype2str(n->n_type, rtn_type, sizeof(rtn_type)), in neigh_dump_details()
Drule.c305 nl_rtntype2str(r->r_action, buf, sizeof(buf))); in rule_dump_line()
Droute_obj.c161 nl_rtntype2str(r->rt_type, buf, sizeof(buf))); in route_dump_line()
/third_party/libnl/lib/fib_lookup/
Dlookup.c135 nl_rtntype2str(res->fr_type, buf, sizeof(buf))); in result_dump_line()
/third_party/libnl/
Dlibnl-route-3.sym68 nl_rtntype2str;