Searched refs:rtnl_wilddump_request (Results 1 – 14 of 14) sorted by relevance
/external/iproute2/ip/ |
D | ipaddrlabel.c | 118 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()
|
D | rtmon.c | 159 if (rtnl_wilddump_request(&rth, AF_UNSPEC, RTM_GETLINK) < 0) { in main()
|
D | ipneigh.c | 391 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()
|
D | iprule.c | 210 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()
|
D | ipaddress.c | 795 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()
|
D | xfrm_policy.c | 798 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()
|
D | xfrm_state.c | 984 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()
|
D | ipntable.c | 623 if (rtnl_wilddump_request(&rth, preferred_family, RTM_GETNEIGHTBL) < 0) { in ipntable_show()
|
D | iproute.c | 1218 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/ |
D | libnetlink.h | 25 extern int rtnl_wilddump_request(struct rtnl_handle *rth, int fam, int type);
|
/external/iproute2/lib/ |
D | ll_map.c | 188 if (rtnl_wilddump_request(rth, AF_UNSPEC, RTM_GETLINK) < 0) { in ll_init_map()
|
D | libnetlink.c | 92 int rtnl_wilddump_request(struct rtnl_handle *rth, int family, int type) in rtnl_wilddump_request() function
|
/external/iproute2/misc/ |
D | ifstat.c | 125 if (rtnl_wilddump_request(&rth, AF_INET, RTM_GETLINK) < 0) { in load_info()
|
D | arpd.c | 429 rtnl_wilddump_request(&rth, AF_INET, RTM_GETNEIGH); in load_initial_table()
|