Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Drouting_types.h55 #if defined(RTN_UNREACHABLE) || (defined(HAVE_DECL_RTN_UNREACHABLE) && HAVE_DECL_RTN_UNREACHABLE)
57 static_assert((RTN_UNREACHABLE) == (7), "RTN_UNREACHABLE != 7");
60 # define RTN_UNREACHABLE 7
103 XLAT(RTN_UNREACHABLE),
Drouting_types.in8 RTN_UNREACHABLE 7
/external/iproute2/ip/
Drtm_map.c42 case RTN_UNREACHABLE: in rtnl_rtntype_n2a()
78 res = RTN_UNREACHABLE; in rtnl_rtntype_a2n()
/external/libnl/lib/route/
Drtnl.c68 __ADD(RTN_UNREACHABLE,unreachable)
/external/syzkaller/sys/linux/
Dsocket_netlink_route_amd64.const356 RTN_UNREACHABLE = 7
Dsocket_netlink_route_arm.const356 RTN_UNREACHABLE = 7
Dsocket_netlink_route_386.const356 RTN_UNREACHABLE = 7
Dsocket_netlink_route_ppc64le.const356 RTN_UNREACHABLE = 7
Dsocket_netlink_route_arm64.const356 RTN_UNREACHABLE = 7
Dsocket_netlink_route.txt615 …RTN_LOCAL, RTN_BROADCAST, RTN_ANYCAST, RTN_MULTICAST, RTN_BLACKHOLE, RTN_UNREACHABLE, RTN_PROHIBIT…
/external/libnl/include/linux-private/linux/
Drtnetlink.h189 RTN_UNREACHABLE, /* Destination is unreachable */ enumerator
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_sparc64.go466 RTN_UNREACHABLE = 0x7 const
Dztypes_linux_s390x.go515 RTN_UNREACHABLE = 0x7 const
Dztypes_linux_386.go511 RTN_UNREACHABLE = 0x7 const
Dztypes_linux_mips.go512 RTN_UNREACHABLE = 0x7 const
Dztypes_linux_amd64.go515 RTN_UNREACHABLE = 0x7 const
Dztypes_linux_ppc64.go517 RTN_UNREACHABLE = 0x7 const
Dztypes_linux_mips64.go516 RTN_UNREACHABLE = 0x7 const
Dztypes_linux_mipsle.go512 RTN_UNREACHABLE = 0x7 const
Dztypes_linux_arm.go514 RTN_UNREACHABLE = 0x7 const
Dztypes_linux_arm64.go516 RTN_UNREACHABLE = 0x7 const
Dztypes_linux_mips64le.go516 RTN_UNREACHABLE = 0x7 const
Dztypes_linux_ppc64le.go517 RTN_UNREACHABLE = 0x7 const
/external/iproute2/include/uapi/linux/
Drtnetlink.h219 RTN_UNREACHABLE, /* Destination is unreachable */ enumerator
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h226 RTN_UNREACHABLE, /* Destination is unreachable */ enumerator

12