/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) {
|
/system/connectivity/shill/net/ |
rtnl_message_unittest.cc | 641 RTN_UNICAST, 664 RTN_UNICAST, 730 0, 0, RT_TABLE_MAIN, RTPROT_BOOT, RT_SCOPE_UNIVERSE, RTN_UNICAST, 0)); 747 RTN_UNICAST,
|
/system/extras/tests/net_test/ |
iproute.py | 76 RTN_UNICAST = 1 324 rule_type: Type of rule, e.g., RTN_UNICAST or RTN_UNREACHABLE. 351 RTPROT_STATIC, RT_SCOPE_UNIVERSE, RTN_UNICAST, 0)).Pack() 364 return self._Rule(version, is_add, RTN_UNICAST, table, nlattr, priority) 368 return self._Rule(version, is_add, RTN_UNICAST, table, nlattr, priority) 372 return self._Rule(version, is_add, RTN_UNICAST, table, nlattr, priority) 378 return self._Rule(version, is_add, RTN_UNICAST, table, nlattr, priority) 461 RTPROT_STATIC, scope, RTN_UNICAST, 0)).Pack() 510 ndmsg = NdMsg((family, dev, state, 0, RTN_UNICAST)).Pack()
|
/prebuilts/go/darwin-x86/src/syscall/ |
types_linux.go | 290 RTN_UNICAST = C.RTN_UNICAST
|
ztypes_linux_arm64.go | 389 RTN_UNICAST = 0x1
|
ztypes_linux_ppc64.go | 390 RTN_UNICAST = 0x1
|
ztypes_linux_ppc64le.go | 390 RTN_UNICAST = 0x1
|
ztypes_linux_386.go | 384 RTN_UNICAST = 0x1
|
ztypes_linux_amd64.go | 388 RTN_UNICAST = 0x1
|
ztypes_linux_arm.go | 388 RTN_UNICAST = 0x1
|
/prebuilts/go/linux-x86/src/syscall/ |
types_linux.go | 290 RTN_UNICAST = C.RTN_UNICAST
|
ztypes_linux_arm64.go | 389 RTN_UNICAST = 0x1
|
ztypes_linux_ppc64.go | 390 RTN_UNICAST = 0x1
|
ztypes_linux_ppc64le.go | 390 RTN_UNICAST = 0x1
|
ztypes_linux_386.go | 384 RTN_UNICAST = 0x1
|
ztypes_linux_amd64.go | 388 RTN_UNICAST = 0x1
|
ztypes_linux_arm.go | 388 RTN_UNICAST = 0x1
|
/development/ndk/platforms/android-21/include/linux/ |
rtnetlink.h | 186 RTN_UNICAST,
|
/external/libnl/include/linux/ |
rtnetlink.h | 171 RTN_UNICAST, /* Gateway or direct route */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
rtnetlink.h | 177 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 */
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/ |
rtnetlink.h | 186 RTN_UNICAST,
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/ |
rtnetlink.h | 186 RTN_UNICAST,
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/ |
rtnetlink.h | 186 RTN_UNICAST,
|
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/ |
rtnetlink.h | 186 RTN_UNICAST,
|