/libcore/luni/src/main/java/java/net/ |
Inet6Address.java | 49 private int scope_id; field in class:Inet6Address 56 * {@code name} and {@code scope_id}. 62 * @param scope_id 65 Inet6Address(byte[] ipaddress, String hostName, int scope_id) { 67 this.scope_id = scope_id; 68 this.scope_id_set = (scope_id != 0); 73 * addr} and {@code scope_id}. 79 * @param scope_id 85 public static Inet6Address getByAddress(String host, byte[] addr, int scope_id) [all...] |
/external/chromium_org/ppapi/api/private/ |
ppb_net_address_private.idl | 121 * Creates NetAddress with the specified IPv6 address, scope_id and 126 [in] uint32_t scope_id,
|
/external/chromium_org/ppapi/cpp/private/ |
net_address_private.h | 41 uint32_t scope_id,
|
net_address_private.cc | 207 uint32_t scope_id, 212 ip, scope_id, port, addr_out);
|
/external/chromium_org/ppapi/shared_impl/private/ |
net_address_private_impl.cc | 84 int32_t scope_id; // 0 for IPv4 member in struct:ppapi::__anon9922::NetAddress 166 return net_addr->scope_id; 178 (net_addr1->scope_id != net_addr2->scope_id)) 281 if (net_addr->scope_id != 0) 282 base::StringAppendF(&description, "%%%u", net_addr->scope_id); 337 uint32_t scope_id, 345 net_addr->scope_id = scope_id; 441 net_addr->scope_id = addr6->sin6_scope_id [all...] |
/external/chromium_org/ppapi/c/private/ |
ppb_net_address_private.h | 138 * Creates NetAddress with the specified IPv6 address, scope_id and 142 uint32_t scope_id,
|
/external/openssh/ |
addrmatch.c | 44 u_int32_t scope_id; /* iface scope id for v6 */ member in struct:xaddr 102 xa->scope_id = in6->sin6_scope_id; 164 dst->scope_id = a->scope_id; 194 if (a->scope_id == b->scope_id) 196 return a->scope_id > b->scope_id ? 1 : -1;
|
/libcore/luni/src/main/native/ |
NetworkUtilities.cpp | 52 int scope_id = 0; local 63 scope_id = sin6.sin6_scope_id; 100 NULL, byteArray.get(), scope_id); 168 static jfieldID scopeFid = env->GetFieldID(JniConstants::inet6AddressClass, "scope_id", "I");
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
network.cc | 201 int scope_id = 0; local 221 scope_id = 242 network->set_scope_id(scope_id); 354 int scope_id = 0; local 367 scope_id = v6_addr->sin6_scope_id; 387 network->set_scope_id(scope_id);
|
socketaddress.cc | 302 IPAddress ip, int port, int scope_id) { 309 saddr->sin6_scope_id = scope_id;
|
socketaddress_unittest.cc | 239 EXPECT_EQ(6, addr.scope_id()); 249 EXPECT_EQ(6, addr.scope_id());
|
network.h | 210 int scope_id() const { return scope_id_; } function in class:talk_base::Network
|
socketaddress.h | 118 int scope_id() const {return scope_id_; } function in class:talk_base::SocketAddress
|
network_unittest.cc | 136 bindaddress.SetScopeID((*it)->scope_id());
|
/external/iputils/ |
ping6.c | 709 static uint32_t scope_id = 0; local 881 /* Verify scope_id is the same as previous nodes */ 882 if (firsthop.sin6_scope_id && scope_id && firsthop.sin6_scope_id != scope_id) { 885 } else if (!scope_id) { 886 scope_id = firsthop.sin6_scope_id; 943 /* Verify scope_id is the same as intermediate nodes */ 944 if (firsthop.sin6_scope_id && scope_id && firsthop.sin6_scope_id != scope_id) { 947 } else if (!scope_id) { [all...] |
/external/chromium_org/ppapi/tests/ |
test_net_address_private.cc | 25 uint32_t scope_id) { 32 NetAddressPrivate::CreateFromIPv6Address(ip, scope_id, port, &addr);
|
/frameworks/base/core/java/android/os/ |
CommonTimeUtils.java | 210 int scope_id = reply.readInt(); local
|
/external/ipsec-tools/src/libipsec/ |
key_debug.c | 805 printf(" flowinfo=0x%08x, scope_id=0x%08x\n",
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prio.h | 195 PRUint32 scope_id; /* set of interfaces for a scope */ member in struct:PRNetAddr::__anon13494 [all...] |
/external/chromium/googleurl/src/ |
url_canon_unittest.cc | [all...] |
/external/chromium_org/url/ |
url_canon_unittest.cc | [all...] |
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
pnacl_shim.c | [all...] |
/prebuilts/sdk/7/ |
android.jar | |