Searched refs:RTN_UNSPEC (Results 1 - 15 of 15) sorted by relevance

/external/strace/xlat/
H A Drouting_types.h2 #if !(defined(RTN_UNSPEC) || (defined(HAVE_DECL_RTN_UNSPEC) && HAVE_DECL_RTN_UNSPEC))
3 # define RTN_UNSPEC 0 macro
42 XLAT(RTN_UNSPEC),
/external/iproute2/ip/
H A Drtm_map.c28 case RTN_UNSPEC:
H A Diprule.c590 .r.rtm_type = RTN_UNSPEC,
H A Diproute.c1292 req.r.rtm_type == RTN_UNSPEC) {
/external/libnl/lib/route/
H A Drtnl.c61 __ADD(RTN_UNSPEC,unspec)
/external/strace/tests/
H A Dnlattr_ndmsg.c57 .ndm_type = RTN_UNSPEC
69 ", ndm_type=RTN_UNSPEC}",
H A Dnetlink_route.c310 .ndm_type = RTN_UNSPEC
318 ", ndm_type=RTN_UNSPEC}"));
/external/strace/tests-m32/
H A Dnlattr_ndmsg.c57 .ndm_type = RTN_UNSPEC
69 ", ndm_type=RTN_UNSPEC}",
H A Dnetlink_route.c310 .ndm_type = RTN_UNSPEC
318 ", ndm_type=RTN_UNSPEC}"));
/external/strace/tests-mx32/
H A Dnlattr_ndmsg.c57 .ndm_type = RTN_UNSPEC
69 ", ndm_type=RTN_UNSPEC}",
H A Dnetlink_route.c310 .ndm_type = RTN_UNSPEC
318 ", ndm_type=RTN_UNSPEC}"));
/external/libnl/include/linux-private/linux/
H A Drtnetlink.h180 RTN_UNSPEC, enumerator in enum:__anon12146
/external/iproute2/include/uapi/linux/
H A Drtnetlink.h210 RTN_UNSPEC, enumerator in enum:__anon8699
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h210 RTN_UNSPEC, enumerator in enum:__anon9919
/external/toybox/toys/pending/
H A Dip.c91 static struct arglist rtmtypes[] = { {"none", RTN_UNSPEC},
2009 else if (req.msg.rtm_type == RTN_UNICAST || req.msg.rtm_type == RTN_UNSPEC) {
2096 request.msg.rtm_type = ((opt == RTM_DELRULE) ? RTN_UNSPEC : RTN_UNICAST);

Completed in 189 milliseconds