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

  /external/libnl/include/netlink/route/
rtnl.h 52 extern int nl_rtgen_request(struct nl_sock *, int, int, int);
  /external/libnl/lib/route/
rtnl.c 41 int nl_rtgen_request(struct nl_sock *sk, int type, int family, int flags) function
neigh.c 432 return nl_rtgen_request(h, RTM_GETNEIGH, family, NLM_F_DUMP);
rule.c 187 return nl_rtgen_request(h, RTM_GETRULE, AF_UNSPEC, NLM_F_DUMP);
addr.c 330 return nl_rtgen_request(sk, RTM_GETADDR, AF_UNSPEC, NLM_F_DUMP);
neightbl.c 227 return nl_rtgen_request(h, RTM_GETNEIGHTBL, AF_UNSPEC, NLM_F_DUMP);
link.c 645 return nl_rtgen_request(sk, RTM_GETLINK, family, NLM_F_DUMP);
    [all...]

Completed in 439 milliseconds