Home
last modified time | relevance | path

Searched refs:rtm_scope (Results 1 – 17 of 17) sorted by relevance

/external/iproute2/ip/
Diproute.c185 if ((filter.scope^r->rtm_scope)&filter.scopemask) in filter_nlmsg()
433 if ((r->rtm_scope != RT_SCOPE_UNIVERSE || show_details > 0) && filter.scopemask != -1) in print_route()
434 fprintf(fp, "scope %s ", rtnl_rtscope_n2a(r->rtm_scope, b1, sizeof(b1))); in print_route()
858 .r.rtm_scope = RT_SCOPE_NOWHERE, in iproute_modify()
874 req.r.rtm_scope = RT_SCOPE_UNIVERSE; in iproute_modify()
965 req.r.rtm_scope = scope; in iproute_modify()
1283 req.r.rtm_scope = RT_SCOPE_UNIVERSE; in iproute_modify()
1286 req.r.rtm_scope = RT_SCOPE_HOST; in iproute_modify()
1290 req.r.rtm_scope = RT_SCOPE_LINK; in iproute_modify()
1294 req.r.rtm_scope = RT_SCOPE_NOWHERE; in iproute_modify()
[all …]
Diprule.c589 .r.rtm_scope = RT_SCOPE_UNIVERSE, in iprule_modify()
/external/strace/tests-mx32/
Dnlattr_rtmsg.c56 .rtm_scope = RT_SCOPE_UNIVERSE, in init_rtmsg()
Dnetlink_route.c257 .rtm_scope = RT_SCOPE_UNIVERSE, in test_rtnl_route()
/external/strace/tests-m32/
Dnlattr_rtmsg.c56 .rtm_scope = RT_SCOPE_UNIVERSE, in init_rtmsg()
Dnetlink_route.c257 .rtm_scope = RT_SCOPE_UNIVERSE, in test_rtnl_route()
/external/strace/tests/
Dnlattr_rtmsg.c56 .rtm_scope = RT_SCOPE_UNIVERSE, in init_rtmsg()
Dnetlink_route.c257 .rtm_scope = RT_SCOPE_UNIVERSE, in test_rtnl_route()
/external/strace/
Drtnl_route.c312 PRINT_FIELD_XVAL(", ", rtmsg, rtm_scope, in DECL_NETLINK_ROUTE_DECODER()
/external/dnsmasq/src/
Dnetlink.c254 if (rtm->rtm_type != RTN_UNICAST || rtm->rtm_scope != RT_SCOPE_LINK) return; in nl_routechange()
/external/libnl/lib/route/
Droute_obj.c1033 route->rt_scope = rtm->rtm_scope; in rtnl_route_parse()
1189 .rtm_scope = route->rt_scope, in rtnl_route_build_msg()
1202 rtmsg.rtm_scope = rtnl_route_guess_scope(route); in rtnl_route_build_msg()
/external/libnl/include/linux-private/linux/
Drtnetlink.h171 unsigned char rtm_scope; /* See below */ member
/external/toybox/toys/pending/
Dip.c1916 req.msg.rtm_scope = RT_SCOPE_NOWHERE; in route_update()
1920 req.msg.rtm_scope = RT_SCOPE_UNIVERSE; in route_update()
2005 req.msg.rtm_scope = RT_SCOPE_HOST; in route_update()
2008 req.msg.rtm_scope = RT_SCOPE_LINK; in route_update()
2011 req.msg.rtm_scope = RT_SCOPE_NOWHERE; in route_update()
2013 req.msg.rtm_scope = RT_SCOPE_LINK; in route_update()
2094 request.msg.rtm_scope = RT_SCOPE_UNIVERSE; in ruleupdate()
/external/iproute2/include/uapi/linux/
Drtnetlink.h201 unsigned char rtm_scope; /* See below */ member
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h208 unsigned char rtm_scope; /* See below */ member
/external/linux-kselftest/tools/testing/selftests/net/
Dudpgso.c398 rt->rtm_scope = RT_SCOPE_UNIVERSE; in set_route_mtu()
/external/syzkaller/sys/linux/
Dsocket_netlink_route.txt115 rtm_scope flags[rt_scope_t, int8]