Searched refs:rtm_scope (Results 1 - 8 of 8) sorted by relevance

/external/android-clat/
H A Dsetroute.c69 rt.rtm_scope = RT_SCOPE_NOWHERE;
79 rt.rtm_scope = RT_SCOPE_LINK;
81 rt.rtm_scope = RT_SCOPE_UNIVERSE;
H A Dgetroute.c118 msg.rtm_scope = RT_SCOPE_UNIVERSE;
/external/iproute2/ip/
H A Diproute.c184 if ((filter.scope^r->rtm_scope)&filter.scopemask)
357 if (r->rtm_scope != RT_SCOPE_UNIVERSE && filter.scopemask != -1)
358 fprintf(fp, " scope %s ", rtnl_rtscope_n2a(r->rtm_scope, b1, sizeof(b1)));
687 req.r.rtm_scope = RT_SCOPE_NOWHERE;
691 req.r.rtm_scope = RT_SCOPE_UNIVERSE;
743 req.r.rtm_scope = scope;
968 req.r.rtm_scope = RT_SCOPE_HOST;
972 req.r.rtm_scope = RT_SCOPE_LINK;
976 req.r.rtm_scope = RT_SCOPE_NOWHERE;
978 req.r.rtm_scope
[all...]
H A Diprule.c240 req.r.rtm_scope = RT_SCOPE_UNIVERSE;
/external/dhcpcd/
H A Dif-linux.c556 nlm->rt.rtm_scope = RT_SCOPE_NOWHERE;
569 nlm->rt.rtm_scope = RT_SCOPE_LINK;
571 nlm->rt.rtm_scope = RT_SCOPE_UNIVERSE;
/external/dnsmasq/src/
H A Dnetlink.c280 if (rtm->rtm_type != RTN_UNICAST || rtm->rtm_scope != RT_SCOPE_LINK)
/external/iproute2/include/linux/
H A Drtnetlink.h171 unsigned char rtm_scope; /* See below */ member in struct:rtmsg
226 /* rtm_scope
/external/kernel-headers/original/linux/
H A Drtnetlink.h171 unsigned char rtm_scope; /* See below */ member in struct:rtmsg
226 /* rtm_scope

Completed in 130 milliseconds