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

1 2 3

  /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),
  /frameworks/base/tests/net/java/android/net/
LinkAddressTest.java 28 import static android.system.OsConstants.RT_SCOPE_UNIVERSE;
65 // RT_SCOPE_UNIVERSE = 0, but all the other constants should be nonzero.
84 assertEquals(RT_SCOPE_UNIVERSE, address.getScope());
91 assertEquals(RT_SCOPE_UNIVERSE, address.getScope());
136 address = new LinkAddress((String) null, IFA_F_PERMANENT, RT_SCOPE_UNIVERSE);
162 address = new LinkAddress(V4 + "/33", IFA_F_PERMANENT, RT_SCOPE_UNIVERSE);
168 address = new LinkAddress(V6_ADDRESS, 129, IFA_F_PERMANENT, RT_SCOPE_UNIVERSE);
173 address = new LinkAddress(V6 + "/129", IFA_F_PERMANENT, RT_SCOPE_UNIVERSE);
201 assertEquals(RT_SCOPE_UNIVERSE, new LinkAddress("10.1.2.3/21").getScope());
202 assertEquals(RT_SCOPE_UNIVERSE, new LinkAddress("192.0.2.1/25").getScope())
    [all...]
  /frameworks/base/core/java/android/net/
LinkAddress.java 26 import static android.system.OsConstants.RT_SCOPE_UNIVERSE;
50 * {@code android.system.OsConstants.RT_SCOPE_UNIVERSE}).
94 return RT_SCOPE_UNIVERSE;
310 return (scope == RT_SCOPE_UNIVERSE &&
  /external/libnl/src/
nl-fib-lookup.c 36 int table = RT_TABLE_UNSPEC, scope = RT_SCOPE_UNIVERSE;
  /device/generic/goldfish/wifi/ipv6proxy/
router.cpp 102 request.msg.rtm_scope = RT_SCOPE_UNIVERSE;
131 request.msg.rtm_scope = RT_SCOPE_UNIVERSE;
  /device/generic/goldfish/dhcp/client/
router.cpp 81 request.msg.rtm_scope = RT_SCOPE_UNIVERSE;
  /external/android-clat/
getaddr.c 57 if(ifa_p->ifa_scope != RT_SCOPE_UNIVERSE)
setif.c 58 ifa.ifa_scope = RT_SCOPE_UNIVERSE;
  /external/strace/tests/
nlattr_ifaddrmsg.c 64 .ifa_scope = RT_SCOPE_UNIVERSE,
76 ", ifa_scope=RT_SCOPE_UNIVERSE"
netlink_route.c 233 .ifa_scope = RT_SCOPE_UNIVERSE,
241 ", ifa_scope=RT_SCOPE_UNIVERSE"
257 .rtm_scope = RT_SCOPE_UNIVERSE,
269 ", rtm_scope=RT_SCOPE_UNIVERSE"
nlattr_rtmsg.c 56 .rtm_scope = RT_SCOPE_UNIVERSE,
71 ", rtm_scope=RT_SCOPE_UNIVERSE"
  /external/strace/tests-m32/
nlattr_ifaddrmsg.c 64 .ifa_scope = RT_SCOPE_UNIVERSE,
76 ", ifa_scope=RT_SCOPE_UNIVERSE"
netlink_route.c 233 .ifa_scope = RT_SCOPE_UNIVERSE,
241 ", ifa_scope=RT_SCOPE_UNIVERSE"
257 .rtm_scope = RT_SCOPE_UNIVERSE,
269 ", rtm_scope=RT_SCOPE_UNIVERSE"
nlattr_rtmsg.c 56 .rtm_scope = RT_SCOPE_UNIVERSE,
71 ", rtm_scope=RT_SCOPE_UNIVERSE"
  /external/strace/tests-mx32/
nlattr_ifaddrmsg.c 64 .ifa_scope = RT_SCOPE_UNIVERSE,
76 ", ifa_scope=RT_SCOPE_UNIVERSE"
netlink_route.c 233 .ifa_scope = RT_SCOPE_UNIVERSE,
241 ", ifa_scope=RT_SCOPE_UNIVERSE"
257 .rtm_scope = RT_SCOPE_UNIVERSE,
269 ", rtm_scope=RT_SCOPE_UNIVERSE"
nlattr_rtmsg.c 56 .rtm_scope = RT_SCOPE_UNIVERSE,
71 ", rtm_scope=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
  /external/libnl/lib/fib_lookup/
lookup.c 224 fr.fl_scope = scope >= 0 ? scope : RT_SCOPE_UNIVERSE;
  /prebuilts/go/darwin-x86/src/syscall/
types_linux.go 282 RT_SCOPE_UNIVERSE = C.RT_SCOPE_UNIVERSE
  /prebuilts/go/linux-x86/src/syscall/
types_linux.go 282 RT_SCOPE_UNIVERSE = C.RT_SCOPE_UNIVERSE
  /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,
  /bionic/libc/kernel/uapi/linux/
rtnetlink.h 198 RT_SCOPE_UNIVERSE = 0,
  /external/iproute2/include/uapi/linux/
rtnetlink.h 270 RT_SCOPE_UNIVERSE=0,

Completed in 1336 milliseconds

1 2 3