HomeSort by relevance Sort by last modified time
    Searched defs:RTN_UNREACHABLE (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /frameworks/base/core/java/android/net/
RouteInfo.java 70 public static final int RTN_UNREACHABLE = 7;
105 case RTN_UNREACHABLE:
406 if (mType == RTN_UNREACHABLE) {
  /kernel/tests/net/test/
iproute.py 62 RTN_UNREACHABLE = 7
316 rule_type: Type of rule, e.g., RTN_UNICAST or RTN_UNREACHABLE.
373 return self._Rule(version, is_add, RTN_UNREACHABLE, None, None, priority)
  /prebuilts/go/darwin-x86/src/syscall/
types_linux.go 313 RTN_UNREACHABLE = C.RTN_UNREACHABLE
ztypes_linux_arm64.go 394 RTN_UNREACHABLE = 0x7
ztypes_linux_mips.go 390 RTN_UNREACHABLE = 0x7
ztypes_linux_mips64.go 395 RTN_UNREACHABLE = 0x7
ztypes_linux_mips64le.go 395 RTN_UNREACHABLE = 0x7
ztypes_linux_mipsle.go 390 RTN_UNREACHABLE = 0x7
ztypes_linux_ppc64.go 395 RTN_UNREACHABLE = 0x7
ztypes_linux_ppc64le.go 395 RTN_UNREACHABLE = 0x7
ztypes_linux_s390x.go 392 RTN_UNREACHABLE = 0x7
ztypes_linux_386.go 389 RTN_UNREACHABLE = 0x7
  /prebuilts/go/linux-x86/src/syscall/
types_linux.go 313 RTN_UNREACHABLE = C.RTN_UNREACHABLE
ztypes_linux_arm64.go 394 RTN_UNREACHABLE = 0x7
ztypes_linux_mips.go 390 RTN_UNREACHABLE = 0x7
ztypes_linux_mips64.go 395 RTN_UNREACHABLE = 0x7
ztypes_linux_mips64le.go 395 RTN_UNREACHABLE = 0x7
ztypes_linux_mipsle.go 390 RTN_UNREACHABLE = 0x7
ztypes_linux_ppc64.go 395 RTN_UNREACHABLE = 0x7
ztypes_linux_ppc64le.go 395 RTN_UNREACHABLE = 0x7
ztypes_linux_s390x.go 392 RTN_UNREACHABLE = 0x7
  /development/ndk/platforms/android-21/include/linux/
rtnetlink.h 194 RTN_UNREACHABLE,
  /external/libnl/include/linux-private/linux/
rtnetlink.h 189 RTN_UNREACHABLE, /* Destination is unreachable */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
rtnetlink.h 185 RTN_UNREACHABLE, /* Destination is unreachable */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtnetlink.h 189 RTN_UNREACHABLE, /* Destination is unreachable */

Completed in 1811 milliseconds

1 2 3 4 5 6