Searched refs:rtnl_wilddump_request (Results 1 – 17 of 17) sorted by relevance
/external/iproute2/ip/ |
D | ipaddrlabel.c | 110 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()
|
D | rtmon.c | 165 if (rtnl_wilddump_request(&rth, AF_UNSPEC, RTM_GETLINK) < 0) { in main()
|
D | iptoken.c | 104 if (rtnl_wilddump_request(&rth, af, RTM_GETLINK) < 0) { in iptoken_list()
|
D | ipnetconf.c | 206 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETNETCONF) < 0) { in do_show()
|
D | ipmroute.c | 259 if (rtnl_wilddump_request(&rth, filter.af, RTM_GETROUTE) < 0) { in mroute_list()
|
D | ipaddress.c | 1946 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()
|
D | ipntable.c | 641 if (rtnl_wilddump_request(&rth, preferred_family, RTM_GETNEIGHTBL) < 0) { in ipntable_show()
|
D | ipnetns.c | 322 if (rtnl_wilddump_request(&rth, AF_UNSPEC, RTM_GETNSID) < 0) { in netns_list_id()
|
D | iprule.c | 515 if (rtnl_wilddump_request(&rth, af, RTM_GETRULE) < 0) { in iprule_list_flush_or_save()
|
D | iproute.c | 1612 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/ |
D | mdb.c | 322 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()
|
D | link.c | 473 if (rtnl_wilddump_request(&rth, PF_BRIDGE, RTM_GETLINK) < 0) { in brlink_show()
|
/external/iproute2/lib/ |
D | ll_map.c | 211 if (rtnl_wilddump_request(rth, AF_UNSPEC, RTM_GETLINK) < 0) { in ll_init_map()
|
D | libnetlink.c | 202 int rtnl_wilddump_request(struct rtnl_handle *rth, int family, int type) in rtnl_wilddump_request() function
|
/external/iproute2/include/ |
D | libnetlink.h | 48 int rtnl_wilddump_request(struct rtnl_handle *rth, int fam, int type)
|
/external/iproute2/misc/ |
D | arpd.c | 427 if (rtnl_wilddump_request(&rth, AF_INET, RTM_GETNEIGH) < 0) { in load_initial_table()
|
D | ifstat.c | 218 if (rtnl_wilddump_request(&rth, AF_INET, RTM_GETLINK) < 0) { in load_info()
|