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

/external/iproute2/ip/
H A Diproute.c163 if ((filter.scope^r->rtm_scope)&filter.scopemask)
393 if (r->rtm_scope != RT_SCOPE_UNIVERSE && filter.scopemask != -1)
394 fprintf(fp, " scope %s ", rtnl_rtscope_n2a(r->rtm_scope, b1, sizeof(b1)));
727 req.r.rtm_scope = RT_SCOPE_NOWHERE;
731 req.r.rtm_scope = RT_SCOPE_UNIVERSE;
783 req.r.rtm_scope = scope;
1000 req.r.rtm_scope = RT_SCOPE_HOST;
1004 req.r.rtm_scope = RT_SCOPE_LINK;
1008 req.r.rtm_scope = RT_SCOPE_NOWHERE;
1010 req.r.rtm_scope
[all...]
H A Diprule.c253 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/libnl/include/linux/
H A Drtnetlink.h160 unsigned char rtm_scope; /* See below */ member in struct:rtmsg
215 /* rtm_scope
/external/libnl/lib/route/
H A Droute_obj.c937 route->rt_scope = rtm->rtm_scope;
1088 .rtm_scope = route->rt_scope,
1101 if (rtmsg.rtm_scope == RT_SCOPE_NOWHERE)
1102 rtmsg.rtm_scope = rtnl_route_guess_scope(route);
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h183 unsigned char rtm_scope; /* See below */ member in struct:rtmsg
239 /* rtm_scope

Completed in 1020 milliseconds