Home
last modified time | relevance | path

Searched refs:RTN_UNICAST (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Drouting_types.h13 #if defined(RTN_UNICAST) || (defined(HAVE_DECL_RTN_UNICAST) && HAVE_DECL_RTN_UNICAST)
15 static_assert((RTN_UNICAST) == (1), "RTN_UNICAST != 1");
18 # define RTN_UNICAST 1
97 XLAT(RTN_UNICAST),
Drouting_types.in2 RTN_UNICAST 1
/external/iproute2/ip/
Drtm_map.c30 case RTN_UNICAST: in rtnl_rtntype_n2a()
84 res = RTN_UNICAST; in rtnl_rtntype_a2n()
Diprule.c331 else if (r->rtm_type != RTN_UNICAST) in print_rule()
595 req.r.rtm_type = RTN_UNICAST; in iprule_modify()
Diproute.c368 if ((r->rtm_type != RTN_UNICAST || show_details > 0) && in print_route()
875 req.r.rtm_type = RTN_UNICAST; in iproute_modify()
1291 else if (req.r.rtm_type == RTN_UNICAST || in iproute_modify()
1301 req.r.rtm_type = RTN_UNICAST; in iproute_modify()
/external/libnl/lib/route/
Drtnl.c63 __ADD(RTN_UNICAST,unicast),
Droute_obj.c78 r->rt_type = RTN_UNICAST; in route_constructor()
/external/dnsmasq/src/
Dnetlink.c254 if (rtm->rtm_type != RTN_UNICAST || rtm->rtm_scope != RT_SCOPE_LINK) return; in nl_routechange()
/external/iproute2/misc/
Darpd.c276 .ndm.ndm_type = RTN_UNICAST, in respond_to_kernel()
324 ndm->ndm_type != RTN_UNICAST || in do_one_request()
/external/iproute2/include/uapi/linux/
Drtnetlink.h211 RTN_UNICAST, /* Gateway or direct route */ enumerator
/external/toybox/toys/pending/
Droute.c286 rtMsg->rtm_type = RTN_UNICAST; in setroute()
Dip.c95 {"unicast", RTN_UNICAST}, {"local", RTN_LOCAL},
1613 if (msg->rtm_type != RTN_UNICAST) in display_route_info()
2032 req.msg.rtm_type = RTN_UNICAST; in route_update()
2118 else if (req.msg.rtm_type == RTN_UNICAST || req.msg.rtm_type == RTN_UNSPEC) { in route_update()
2203 request.msg.rtm_type = ((opt == RTM_DELRULE) ? RTN_UNSPEC : RTN_UNICAST); in ruleupdate()
2386 } else if (msg->rtm_type != RTN_UNICAST) in show_rules()
/external/libnl/include/linux-private/linux/
Drtnetlink.h218 RTN_UNICAST, /* Gateway or direct route */ enumerator
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h239 RTN_UNICAST, /* Gateway or direct route */ enumerator
/external/linux-kselftest/tools/testing/selftests/net/
Dudpgso.c390 rt->rtm_type = RTN_UNICAST; in set_route_mtu()
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2413 pub const RTN_UNICAST: ::c_uchar = 1; constant