Home
last modified time | relevance | path

Searched refs:RTN_UNREACHABLE (Results 1 – 8 of 8) sorted by relevance

/external/iproute2/ip/
Drtm_map.c42 case RTN_UNREACHABLE: in rtnl_rtntype_n2a()
78 res = RTN_UNREACHABLE; in rtnl_rtntype_a2n()
Diproute.c287 r->rtm_type == RTN_UNREACHABLE && in filter_nlmsg()
/external/libnl/lib/route/
Drtnl.c68 __ADD(RTN_UNREACHABLE,unreachable)
/external/libnl/include/linux-private/linux/
Drtnetlink.h189 RTN_UNREACHABLE, /* Destination is unreachable */ enumerator
/external/iproute2/include/linux/
Drtnetlink.h208 RTN_UNREACHABLE, /* Destination is unreachable */ enumerator
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h213 RTN_UNREACHABLE, /* Destination is unreachable */ enumerator
/external/dhcpcd-6.8.2/
Dif-linux.c412 if (rtm->rtm_type == RTN_UNREACHABLE) in if_copyrt()
477 if (rtm->rtm_type == RTN_UNREACHABLE) in if_copyrt6()
1556 nlm.rt.rtm_type = RTN_UNREACHABLE; in if_route6()
/external/toybox/toys/pending/
Dip.c95 {"unreachable", RTN_UNREACHABLE}, {"prohibit", RTN_PROHIBIT},
1608 && msg->rtm_type == RTN_UNREACHABLE in display_route_info()