Home
last modified time | relevance | path

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

/external/strace/xlat/
Drouting_types.h20 #if defined(RTN_LOCAL) || (defined(HAVE_DECL_RTN_LOCAL) && HAVE_DECL_RTN_LOCAL)
22 static_assert((RTN_LOCAL) == (2), "RTN_LOCAL != 2");
25 # define RTN_LOCAL 2
98 XLAT(RTN_LOCAL),
Drouting_types.in3 RTN_LOCAL 2
/external/iproute2/ip/
Drtm_map.c32 case RTN_LOCAL: in rtnl_rtntype_n2a()
65 res = RTN_LOCAL; in rtnl_rtntype_a2n()
Diproute.c170 if (r->rtm_type != RTN_LOCAL) in filter_nlmsg()
173 if (r->rtm_type == RTN_LOCAL) in filter_nlmsg()
1274 if (req.r.rtm_type == RTN_LOCAL || in iproute_modify()
1284 else if (req.r.rtm_type == RTN_LOCAL || in iproute_modify()
1447 filter.typemask = ~(1 << RTN_LOCAL | 1<<RTN_BROADCAST); in iproute_list_flush_or_save()
/external/libnl/lib/route/
Drtnl.c64 __ADD(RTN_LOCAL,local),
Droute_obj.c961 if (route->rt_type == RTN_LOCAL) in rtnl_route_guess_scope()
/external/strace/tests/
Dnlattr_rtmsg.c57 .rtm_type = RTN_LOCAL, in init_rtmsg()
Dnetlink_route.c258 .rtm_type = RTN_LOCAL, in test_rtnl_route()
/external/strace/tests-m32/
Dnlattr_rtmsg.c57 .rtm_type = RTN_LOCAL, in init_rtmsg()
Dnetlink_route.c258 .rtm_type = RTN_LOCAL, in test_rtnl_route()
/external/strace/tests-mx32/
Dnlattr_rtmsg.c57 .rtm_type = RTN_LOCAL, in init_rtmsg()
Dnetlink_route.c258 .rtm_type = RTN_LOCAL, in test_rtnl_route()
/external/iproute2/include/uapi/linux/
Drtnetlink.h212 RTN_LOCAL, /* Accept locally */ enumerator
/external/libnl/include/linux-private/linux/
Drtnetlink.h219 RTN_LOCAL, /* Accept locally */ enumerator
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h240 RTN_LOCAL, /* Accept locally */ enumerator
/external/toybox/toys/pending/
Dip.c95 {"unicast", RTN_UNICAST}, {"local", RTN_LOCAL},
1588 if (gfilter.tb == RT_TABLE_LOCAL && msg->rtm_type != RTN_LOCAL) in display_route_info()
1590 else if (gfilter.tb == RT_TABLE_MAIN && msg->rtm_type == RTN_LOCAL) in display_route_info()
2113 if (req.msg.rtm_type == RTN_LOCAL || req.msg.rtm_type == RTN_NAT) in route_update()
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2414 pub const RTN_LOCAL: ::c_uchar = 2; constant