Home
last modified time | relevance | path

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

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