Searched refs:RTN_UNREACHABLE (Results 1 – 25 of 27) sorted by relevance
12
/external/strace/xlat/ |
D | routing_types.h | 55 #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),
|
D | routing_types.in | 8 RTN_UNREACHABLE 7
|
/external/iproute2/ip/ |
D | rtm_map.c | 42 case RTN_UNREACHABLE: in rtnl_rtntype_n2a() 78 res = RTN_UNREACHABLE; in rtnl_rtntype_a2n()
|
/external/libnl/lib/route/ |
D | rtnl.c | 68 __ADD(RTN_UNREACHABLE,unreachable)
|
/external/syzkaller/sys/linux/ |
D | socket_netlink_route_amd64.const | 356 RTN_UNREACHABLE = 7
|
D | socket_netlink_route_arm.const | 356 RTN_UNREACHABLE = 7
|
D | socket_netlink_route_386.const | 356 RTN_UNREACHABLE = 7
|
D | socket_netlink_route_ppc64le.const | 356 RTN_UNREACHABLE = 7
|
D | socket_netlink_route_arm64.const | 356 RTN_UNREACHABLE = 7
|
D | socket_netlink_route.txt | 615 …RTN_LOCAL, RTN_BROADCAST, RTN_ANYCAST, RTN_MULTICAST, RTN_BLACKHOLE, RTN_UNREACHABLE, RTN_PROHIBIT…
|
/external/libnl/include/linux-private/linux/ |
D | rtnetlink.h | 189 RTN_UNREACHABLE, /* Destination is unreachable */ enumerator
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | ztypes_linux_sparc64.go | 466 RTN_UNREACHABLE = 0x7 const
|
D | ztypes_linux_s390x.go | 515 RTN_UNREACHABLE = 0x7 const
|
D | ztypes_linux_386.go | 511 RTN_UNREACHABLE = 0x7 const
|
D | ztypes_linux_mips.go | 512 RTN_UNREACHABLE = 0x7 const
|
D | ztypes_linux_amd64.go | 515 RTN_UNREACHABLE = 0x7 const
|
D | ztypes_linux_ppc64.go | 517 RTN_UNREACHABLE = 0x7 const
|
D | ztypes_linux_mips64.go | 516 RTN_UNREACHABLE = 0x7 const
|
D | ztypes_linux_mipsle.go | 512 RTN_UNREACHABLE = 0x7 const
|
D | ztypes_linux_arm.go | 514 RTN_UNREACHABLE = 0x7 const
|
D | ztypes_linux_arm64.go | 516 RTN_UNREACHABLE = 0x7 const
|
D | ztypes_linux_mips64le.go | 516 RTN_UNREACHABLE = 0x7 const
|
D | ztypes_linux_ppc64le.go | 517 RTN_UNREACHABLE = 0x7 const
|
/external/iproute2/include/uapi/linux/ |
D | rtnetlink.h | 219 RTN_UNREACHABLE, /* Destination is unreachable */ enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | rtnetlink.h | 226 RTN_UNREACHABLE, /* Destination is unreachable */ enumerator
|
12