Home
last modified time | relevance | path

Searched refs:RTN_UNREACHABLE (Results 1 – 7 of 7) 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.c258 r->rtm_type == RTN_UNREACHABLE && in filter_nlmsg()
/external/libnl/lib/route/
Drtnl.c63 __ADD(RTN_UNREACHABLE,unreachable)
/external/libnl/include/linux/
Drtnetlink.h179 RTN_UNREACHABLE, /* Destination is unreachable */ enumerator
/external/iproute2/include/linux/
Drtnetlink.h189 RTN_UNREACHABLE, /* Destination is unreachable */ enumerator
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h201 RTN_UNREACHABLE, /* Destination is unreachable */ enumerator
/external/toybox/toys/pending/
Dip.c95 {"unreachable", RTN_UNREACHABLE}, {"prohibit", RTN_PROHIBIT},
1612 && msg->rtm_type == RTN_UNREACHABLE in display_route_info()