Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/
Drtnl.c69 __ADD(RTN_UNREACHABLE,unreachable),
/third_party/libnl/include/linux-private/linux/
Drtnetlink.h226 RTN_UNREACHABLE, /* Destination is unreachable */ enumerator
/third_party/glib/gio/
Dgnetworkmonitornetlink.c366 if (rtmsg->rtm_type == RTN_UNREACHABLE) in read_netlink_messages()
/third_party/toybox/toys/pending/
Dip.c98 {"unreachable", RTN_UNREACHABLE}, {"prohibit", RTN_PROHIBIT},
1720 && msg->rtm_type == RTN_UNREACHABLE in display_route_info()