Searched refs:rtm_scope (Results 1 – 17 of 17) sorted by relevance
/external/iproute2/ip/ |
D | iproute.c | 185 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 …]
|
D | iprule.c | 589 .r.rtm_scope = RT_SCOPE_UNIVERSE, in iprule_modify()
|
/external/strace/tests-mx32/ |
D | nlattr_rtmsg.c | 56 .rtm_scope = RT_SCOPE_UNIVERSE, in init_rtmsg()
|
D | netlink_route.c | 257 .rtm_scope = RT_SCOPE_UNIVERSE, in test_rtnl_route()
|
/external/strace/tests-m32/ |
D | nlattr_rtmsg.c | 56 .rtm_scope = RT_SCOPE_UNIVERSE, in init_rtmsg()
|
D | netlink_route.c | 257 .rtm_scope = RT_SCOPE_UNIVERSE, in test_rtnl_route()
|
/external/strace/tests/ |
D | nlattr_rtmsg.c | 56 .rtm_scope = RT_SCOPE_UNIVERSE, in init_rtmsg()
|
D | netlink_route.c | 257 .rtm_scope = RT_SCOPE_UNIVERSE, in test_rtnl_route()
|
/external/strace/ |
D | rtnl_route.c | 312 PRINT_FIELD_XVAL(", ", rtmsg, rtm_scope, in DECL_NETLINK_ROUTE_DECODER()
|
/external/dnsmasq/src/ |
D | netlink.c | 254 if (rtm->rtm_type != RTN_UNICAST || rtm->rtm_scope != RT_SCOPE_LINK) return; in nl_routechange()
|
/external/libnl/lib/route/ |
D | route_obj.c | 1033 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/ |
D | rtnetlink.h | 171 unsigned char rtm_scope; /* See below */ member
|
/external/toybox/toys/pending/ |
D | ip.c | 1916 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/ |
D | rtnetlink.h | 201 unsigned char rtm_scope; /* See below */ member
|
/external/kernel-headers/original/uapi/linux/ |
D | rtnetlink.h | 208 unsigned char rtm_scope; /* See below */ member
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | udpgso.c | 398 rt->rtm_scope = RT_SCOPE_UNIVERSE; in set_route_mtu()
|
/external/syzkaller/sys/linux/ |
D | socket_netlink_route.txt | 115 rtm_scope flags[rt_scope_t, int8]
|