/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 | 39 int nl_rtgen_request(struct nl_sock *sk, int type, int family, int flags) function
|
neigh.c | 327 return nl_rtgen_request(h, RTM_GETNEIGH, AF_UNSPEC, NLM_F_DUMP);
|
neightbl.c | 227 return nl_rtgen_request(h, RTM_GETNEIGHTBL, AF_UNSPEC, NLM_F_DUMP);
|
rule.c | 169 return nl_rtgen_request(h, RTM_GETRULE, AF_UNSPEC, NLM_F_DUMP);
|
addr.c | 304 return nl_rtgen_request(sk, RTM_GETADDR, AF_UNSPEC, NLM_F_DUMP);
|
link.c | 427 return nl_rtgen_request(sk, RTM_GETLINK, AF_UNSPEC, NLM_F_DUMP); [all...] |