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

1 2

  /external/strace/xlat/
routing_scopes.h 2 #if !(defined(RT_SCOPE_UNIVERSE) || (defined(HAVE_DECL_RT_SCOPE_UNIVERSE) && HAVE_DECL_RT_SCOPE_UNIVERSE))
3 # define RT_SCOPE_UNIVERSE 0
21 XLAT(RT_SCOPE_UNIVERSE),
  /kernel/tests/net/test/
iproute.py 64 RT_SCOPE_UNIVERSE = 0
383 RTPROT_STATIC, RT_SCOPE_UNIVERSE, rule_type, 0)).Pack()
397 RTPROT_STATIC, RT_SCOPE_UNIVERSE, RTN_UNICAST, 0)).Pack()
510 IFA_F_NODAD. The requested scope is RT_SCOPE_UNIVERSE, but at least for
537 RT_SCOPE_UNIVERSE, ifindex)
553 self._Address(6, RTM_GETADDR, address, 0, 0, RT_SCOPE_UNIVERSE, ifindex)
560 scope = RT_SCOPE_UNIVERSE if nexthop else RT_SCOPE_LINK
  /prebuilts/go/darwin-x86/src/syscall/
types_linux.go 282 RT_SCOPE_UNIVERSE = C.RT_SCOPE_UNIVERSE
ztypes_linux_arm64.go 363 RT_SCOPE_UNIVERSE = 0x0
ztypes_linux_mips.go 359 RT_SCOPE_UNIVERSE = 0x0
ztypes_linux_mips64.go 361 RT_SCOPE_UNIVERSE = 0x0
ztypes_linux_mips64le.go 361 RT_SCOPE_UNIVERSE = 0x0
ztypes_linux_mipsle.go 359 RT_SCOPE_UNIVERSE = 0x0
ztypes_linux_ppc64.go 364 RT_SCOPE_UNIVERSE = 0x0
ztypes_linux_ppc64le.go 364 RT_SCOPE_UNIVERSE = 0x0
ztypes_linux_s390x.go 361 RT_SCOPE_UNIVERSE = 0x0
ztypes_linux_386.go 358 RT_SCOPE_UNIVERSE = 0x0
ztypes_linux_amd64.go 362 RT_SCOPE_UNIVERSE = 0x0
ztypes_linux_arm.go 362 RT_SCOPE_UNIVERSE = 0x0
  /prebuilts/go/linux-x86/src/syscall/
types_linux.go 282 RT_SCOPE_UNIVERSE = C.RT_SCOPE_UNIVERSE
ztypes_linux_arm64.go 363 RT_SCOPE_UNIVERSE = 0x0
ztypes_linux_mips.go 359 RT_SCOPE_UNIVERSE = 0x0
ztypes_linux_mips64.go 361 RT_SCOPE_UNIVERSE = 0x0
ztypes_linux_mips64le.go 361 RT_SCOPE_UNIVERSE = 0x0
ztypes_linux_mipsle.go 359 RT_SCOPE_UNIVERSE = 0x0
ztypes_linux_ppc64.go 364 RT_SCOPE_UNIVERSE = 0x0
ztypes_linux_ppc64le.go 364 RT_SCOPE_UNIVERSE = 0x0
ztypes_linux_s390x.go 361 RT_SCOPE_UNIVERSE = 0x0
  /external/libnl/include/linux-private/linux/
rtnetlink.h 238 RT_SCOPE_UNIVERSE=0,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtnetlink.h 238 RT_SCOPE_UNIVERSE=0,

Completed in 570 milliseconds

1 2