/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...] |