Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dipaddrlabel.c111 if (rtnl_wilddump_request(&rth, af, RTM_GETADDRLABEL) < 0) { in ipaddrlabel_list()
233 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.c112 if (rtnl_wilddump_request(&rth, af, RTM_GETLINK) < 0) { in iptoken_list()
Dipnetconf.c183 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETNETCONF) < 0) { in do_show()
Diprule.c269 if (rtnl_wilddump_request(&rth, af, RTM_GETRULE) < 0) { in iprule_list_or_save()
531 if (rtnl_wilddump_request(&rth, af, RTM_GETRULE) < 0) { in iprule_flush()
Dipmroute.c255 if (rtnl_wilddump_request(&rth, filter.af, RTM_GETROUTE) < 0) { in mroute_list()
Dipaddress.c1411 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETADDR) < 0) { in ipaddr_flush()
1589 if (rtnl_wilddump_request(&rth, preferred_family, RTM_GETADDR) < 0) { in ipaddr_list_flush_or_save()
1615 if (rtnl_wilddump_request(&rth, preferred_family, RTM_GETLINK) < 0) { in ipaddr_list_flush_or_save()
1629 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETADDR) < 0) { in ipaddr_list_flush_or_save()
1701 if (rtnl_wilddump_request(&rth, AF_UNSPEC, RTM_GETLINK) < 0) { in ipaddr_get_vf_rate()
Dipneigh.c438 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETNEIGH) < 0) { in do_show_or_flush()
Dipntable.c633 if (rtnl_wilddump_request(&rth, preferred_family, RTM_GETNEIGHTBL) < 0) { in ipntable_show()
Dipnetns.c317 if (rtnl_wilddump_request(&rth, AF_UNSPEC, RTM_GETNSID) < 0) { in netns_list_id()
Diproute.c1520 if (rtnl_wilddump_request(&rth, do_ipv6, RTM_GETROUTE) < 0) { in iproute_list_flush_or_save()
1557 if (rtnl_wilddump_request(&rth, do_ipv6, RTM_GETROUTE) < 0) { in iproute_list_flush_or_save()
/external/iproute2/lib/
Dll_map.c212 if (rtnl_wilddump_request(rth, AF_UNSPEC, RTM_GETLINK) < 0) { in ll_init_map()
Dlibnetlink.c101 int rtnl_wilddump_request(struct rtnl_handle *rth, int family, int type) in rtnl_wilddump_request() function
/external/iproute2/include/
Dlibnetlink.h37 int rtnl_wilddump_request(struct rtnl_handle *rth, int fam, int type)
/external/iproute2/bridge/
Dmdb.c166 if (rtnl_wilddump_request(&rth, PF_BRIDGE, RTM_GETMDB) < 0) { in mdb_show()
Dlink.c446 if (rtnl_wilddump_request(&rth, PF_BRIDGE, RTM_GETLINK) < 0) { in brlink_show()
/external/iproute2/misc/
Darpd.c432 if (rtnl_wilddump_request(&rth, AF_INET, RTM_GETNEIGH) < 0) { in load_initial_table()
Difstat.c155 if (rtnl_wilddump_request(&rth, AF_INET, RTM_GETLINK) < 0) { in load_info()