Searched refs:rtnl_wilddump_request (Results 1 - 14 of 14) sorted by relevance

/external/iproute2/ip/
H A Dipaddrlabel.c118 if (rtnl_wilddump_request(&rth, af, RTM_GETADDRLABEL) < 0) {
240 if (rtnl_wilddump_request(&rth, af, RTM_GETADDRLABEL) < 0) {
H A Drtmon.c159 if (rtnl_wilddump_request(&rth, AF_UNSPEC, RTM_GETLINK) < 0) {
H A Dipneigh.c391 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETNEIGH) < 0) {
423 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETNEIGH) < 0) {
H A Diprule.c210 if (rtnl_wilddump_request(&rth, af, RTM_GETRULE) < 0) {
406 if (rtnl_wilddump_request(&rth, af, RTM_GETRULE) < 0) {
H A Dipaddress.c795 if (rtnl_wilddump_request(&rth, preferred_family, RTM_GETLINK) < 0) {
842 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETADDR) < 0) {
875 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETADDR) < 0) {
H A Dxfrm_policy.c798 if (rtnl_wilddump_request(&rth, preferred_family, XFRM_MSG_GETPOLICY) < 0) {
824 if (rtnl_wilddump_request(&rth, preferred_family, XFRM_MSG_GETPOLICY) < 0) {
H A Dxfrm_state.c984 if (rtnl_wilddump_request(&rth, preferred_family, XFRM_MSG_GETSA) < 0) {
1011 if (rtnl_wilddump_request(&rth, preferred_family, XFRM_MSG_GETSA) < 0) {
H A Dipntable.c623 if (rtnl_wilddump_request(&rth, preferred_family, RTM_GETNEIGHTBL) < 0) {
H A Diproute.c1218 if (rtnl_wilddump_request(&rth, do_ipv6, RTM_GETROUTE) < 0) {
1255 if (rtnl_wilddump_request(&rth, do_ipv6, RTM_GETROUTE) < 0) {
/external/iproute2/include/
H A Dlibnetlink.h25 extern int rtnl_wilddump_request(struct rtnl_handle *rth, int fam, int type);
/external/iproute2/lib/
H A Dll_map.c188 if (rtnl_wilddump_request(rth, AF_UNSPEC, RTM_GETLINK) < 0) {
H A Dlibnetlink.c92 int rtnl_wilddump_request(struct rtnl_handle *rth, int family, int type) function
/external/iproute2/misc/
H A Difstat.c125 if (rtnl_wilddump_request(&rth, AF_INET, RTM_GETLINK) < 0) {
H A Darpd.c429 rtnl_wilddump_request(&rth, AF_INET, RTM_GETNEIGH);

Completed in 116 milliseconds