Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dipaddrlabel.c110 if (rtnl_wilddump_request(&rth, af, RTM_GETADDRLABEL) < 0) { in ipaddrlabel_list()
227 if (rtnl_wilddump_request(&rth, af, RTM_GETADDRLABEL) < 0) { in ipaddrlabel_flush()
Drtmon.c165 if (rtnl_wilddump_request(&rth, AF_UNSPEC, RTM_GETLINK) < 0) { in main()
Diptoken.c104 if (rtnl_wilddump_request(&rth, af, RTM_GETLINK) < 0) { in iptoken_list()
Dipnetconf.c206 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETNETCONF) < 0) { in do_show()
Dipmroute.c259 if (rtnl_wilddump_request(&rth, filter.af, RTM_GETROUTE) < 0) { in mroute_list()
Dipaddress.c1946 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETADDR) < 0) { in ipaddr_flush()
2038 if (rtnl_wilddump_request(&rth, family, RTM_GETADDR) < 0) { in ip_linkaddr_list()
2162 if (rtnl_wilddump_request(&rth, preferred_family, RTM_GETADDR) < 0) { in ipaddr_list_flush_or_save()
2274 if (rtnl_wilddump_request(&rth, AF_UNSPEC, RTM_GETLINK) < 0) { in ipaddr_get_vf_rate()
Dipntable.c641 if (rtnl_wilddump_request(&rth, preferred_family, RTM_GETNEIGHTBL) < 0) { in ipntable_show()
Dipnetns.c322 if (rtnl_wilddump_request(&rth, AF_UNSPEC, RTM_GETNSID) < 0) { in netns_list_id()
Diprule.c515 if (rtnl_wilddump_request(&rth, af, RTM_GETRULE) < 0) { in iprule_list_flush_or_save()
Diproute.c1612 if (rtnl_wilddump_request(&rth, do_ipv6, RTM_GETROUTE) < 0) { in iproute_list_flush_or_save()
1649 if (rtnl_wilddump_request(&rth, do_ipv6, RTM_GETROUTE) < 0) { in iproute_list_flush_or_save()
/external/iproute2/bridge/
Dmdb.c322 if (rtnl_wilddump_request(&rth, PF_BRIDGE, RTM_GETMDB) < 0) { in mdb_show()
352 if (rtnl_wilddump_request(&rth, PF_BRIDGE, RTM_GETMDB) < 0) { in mdb_show()
Dlink.c473 if (rtnl_wilddump_request(&rth, PF_BRIDGE, RTM_GETLINK) < 0) { in brlink_show()
/external/iproute2/lib/
Dll_map.c211 if (rtnl_wilddump_request(rth, AF_UNSPEC, RTM_GETLINK) < 0) { in ll_init_map()
Dlibnetlink.c202 int rtnl_wilddump_request(struct rtnl_handle *rth, int family, int type) in rtnl_wilddump_request() function
/external/iproute2/include/
Dlibnetlink.h48 int rtnl_wilddump_request(struct rtnl_handle *rth, int fam, int type)
/external/iproute2/misc/
Darpd.c427 if (rtnl_wilddump_request(&rth, AF_INET, RTM_GETNEIGH) < 0) { in load_initial_table()
Difstat.c218 if (rtnl_wilddump_request(&rth, AF_INET, RTM_GETLINK) < 0) { in load_info()