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

1 2

  /external/strace/xlat/
routing_types.h 5 #if !(defined(RTN_UNICAST) || (defined(HAVE_DECL_RTN_UNICAST) && HAVE_DECL_RTN_UNICAST))
6 # define RTN_UNICAST 1
43 XLAT(RTN_UNICAST),
  /frameworks/base/core/java/android/net/
RouteInfo.java 67 public static final int RTN_UNICAST = 1;
104 case RTN_UNICAST:
164 this(destination, gateway, iface, RTN_UNICAST);
321 return mType == RTN_UNICAST && mDestination.getPrefixLength() == 0;
414 if (mType != RTN_UNICAST) {
  /kernel/tests/net/test/
iproute.py 53 RTN_UNICAST = 1
370 rule_type: Type of rule, e.g., RTN_UNICAST or RTN_UNREACHABLE.
397 RTPROT_STATIC, RT_SCOPE_UNIVERSE, RTN_UNICAST, 0)).Pack()
411 return self._Rule(version, is_add, RTN_UNICAST, table, nlattr, priority)
415 return self._Rule(version, is_add, RTN_UNICAST, table, nlattr, priority)
419 return self._Rule(version, is_add, RTN_UNICAST, table, nlattr, priority)
425 return self._Rule(version, is_add, RTN_UNICAST, table, nlattr, priority)
557 dev, mark, uid, route_type=RTN_UNICAST, priority=None, iif=None):
621 ndmsg = NdMsg((family, dev, state, 0, RTN_UNICAST)).Pack()
  /prebuilts/go/darwin-x86/src/syscall/
types_linux.go 307 RTN_UNICAST = C.RTN_UNICAST
ztypes_linux_arm64.go 388 RTN_UNICAST = 0x1
ztypes_linux_mips.go 384 RTN_UNICAST = 0x1
ztypes_linux_mips64.go 386 RTN_UNICAST = 0x1
ztypes_linux_mips64le.go 386 RTN_UNICAST = 0x1
ztypes_linux_mipsle.go 384 RTN_UNICAST = 0x1
ztypes_linux_ppc64.go 389 RTN_UNICAST = 0x1
ztypes_linux_ppc64le.go 389 RTN_UNICAST = 0x1
ztypes_linux_s390x.go 386 RTN_UNICAST = 0x1
ztypes_linux_386.go 383 RTN_UNICAST = 0x1
ztypes_linux_amd64.go 387 RTN_UNICAST = 0x1
  /prebuilts/go/linux-x86/src/syscall/
types_linux.go 307 RTN_UNICAST = C.RTN_UNICAST
ztypes_linux_arm64.go 388 RTN_UNICAST = 0x1
ztypes_linux_mips.go 384 RTN_UNICAST = 0x1
ztypes_linux_mips64.go 386 RTN_UNICAST = 0x1
ztypes_linux_mips64le.go 386 RTN_UNICAST = 0x1
ztypes_linux_mipsle.go 384 RTN_UNICAST = 0x1
ztypes_linux_ppc64.go 389 RTN_UNICAST = 0x1
ztypes_linux_ppc64le.go 389 RTN_UNICAST = 0x1
ztypes_linux_s390x.go 386 RTN_UNICAST = 0x1
  /external/libnl/include/linux-private/linux/
rtnetlink.h 181 RTN_UNICAST, /* Gateway or direct route */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtnetlink.h 181 RTN_UNICAST, /* Gateway or direct route */

Completed in 715 milliseconds

1 2