Home
last modified time | relevance | path

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

/third_party/ltp/lib/
Dtst_netdevice.c408 info.rtm_scope = RT_SCOPE_NOWHERE; in modify_route()
410 info.rtm_scope = RT_SCOPE_UNIVERSE; in modify_route()
/third_party/ltp/testcases/network/stress/route/
Droute-change-netlink.c221 rtm->rtm_scope = gw ? RT_SCOPE_UNIVERSE : RT_SCOPE_LINK; in rtnl_route()
/third_party/toybox/toys/pending/
Dip.c2028 req.msg.rtm_scope = RT_SCOPE_NOWHERE; in route_update()
2032 req.msg.rtm_scope = RT_SCOPE_UNIVERSE; in route_update()
2115 req.msg.rtm_scope = RT_SCOPE_HOST; in route_update()
2118 req.msg.rtm_scope = RT_SCOPE_LINK; in route_update()
2121 req.msg.rtm_scope = RT_SCOPE_NOWHERE; in route_update()
2123 req.msg.rtm_scope = RT_SCOPE_LINK; in route_update()
2204 request.msg.rtm_scope = RT_SCOPE_UNIVERSE; in ruleupdate()
/third_party/libnl/lib/route/
Droute_obj.c1143 route->rt_scope = rtm->rtm_scope; in rtnl_route_parse()
1358 .rtm_scope = route->rt_scope, in rtnl_route_build_msg()
1371 rtmsg.rtm_scope = rtnl_route_guess_scope(route); in rtnl_route_build_msg()
/third_party/libnl/include/linux-private/linux/
Drtnetlink.h208 unsigned char rtm_scope; /* See below */ member