HomeSort by relevance Sort by last modified time
    Searched refs:nl_rtntype2str (Results 1 - 6 of 6) sorted by null

  /external/libnl/include/netlink/route/
rtnl.h 55 extern char * nl_rtntype2str(int, char *, size_t);
  /external/libnl/lib/route/
rtnl.c 70 char *nl_rtntype2str(int type, char *buf, size_t size) function
neigh.c 376 nl_rtntype2str(n->n_type, rtn_type, sizeof(rtn_type)),
420 nl_rtntype2str(neigh->n_type, buf, sizeof(buf)));
rule.c 210 nl_rtntype2str(r->r_type, buf, sizeof(buf)));
270 nl_rtntype2str(rule->r_type, buf, sizeof(buf)));
route_obj.c 154 nl_rtntype2str(r->rt_type, buf, sizeof(buf)));
341 nl_rtntype2str(route->rt_type, buf, sizeof(buf)));
  /external/libnl/lib/fib_lookup/
lookup.c 132 nl_rtntype2str(res->fr_type, buf, sizeof(buf)));

Completed in 72 milliseconds