HomeSort by relevance Sort by last modified time
    Searched refs:rtnl_wilddump_request (Results 1 - 14 of 14) sorted by null

  /external/iproute2/ip/
ipaddrlabel.c 112 if (rtnl_wilddump_request(&rth, af, RTM_GETADDRLABEL) < 0) {
234 if (rtnl_wilddump_request(&rth, af, RTM_GETADDRLABEL) < 0) {
rtmon.c 159 if (rtnl_wilddump_request(&rth, AF_UNSPEC, RTM_GETLINK) < 0) {
iprule.c 223 if (rtnl_wilddump_request(&rth, af, RTM_GETRULE) < 0) {
426 if (rtnl_wilddump_request(&rth, af, RTM_GETRULE) < 0) {
ipaddress.c 858 if (rtnl_wilddump_request(&rth, preferred_family, RTM_GETLINK) < 0) {
899 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETADDR) < 0) {
942 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETADDR) < 0) {
    [all...]
ipneigh.c 396 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETNEIGH) < 0) {
xfrm_policy.c 860 if (rtnl_wilddump_request(&rth, preferred_family, XFRM_MSG_GETPOLICY) < 0) {
886 if (rtnl_wilddump_request(&rth, preferred_family, XFRM_MSG_GETPOLICY) < 0) {
ipntable.c 623 if (rtnl_wilddump_request(&rth, preferred_family, RTM_GETNEIGHTBL) < 0) {
xfrm_state.c 1017 if (rtnl_wilddump_request(&rth, preferred_family, XFRM_MSG_GETSA) < 0) {
1044 if (rtnl_wilddump_request(&rth, preferred_family, XFRM_MSG_GETSA) < 0) {
iproute.c     [all...]
  /external/iproute2/lib/
ll_map.c 202 if (rtnl_wilddump_request(rth, AF_UNSPEC, RTM_GETLINK) < 0) {
libnetlink.c 92 int rtnl_wilddump_request(struct rtnl_handle *rth, int family, int type) function
  /external/iproute2/include/
libnetlink.h 26 extern int rtnl_wilddump_request(struct rtnl_handle *rth, int fam, int type);
  /external/iproute2/misc/
ifstat.c 126 if (rtnl_wilddump_request(&rth, AF_INET, RTM_GETLINK) < 0) {
arpd.c 431 rtnl_wilddump_request(&rth, AF_INET, RTM_GETNEIGH);

Completed in 160 milliseconds