HomeSort by relevance Sort by last modified time
    Searched full:scope_id (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2def.h 15 * This holds only SCOPE_LEVEL and SCOPE_ID so that compilations
38 } SCOPE_ID, *PSCOPE_ID;
ws2ipdef.h 43 SCOPE_ID sin6_scope_struct;
netioapi.h 47 SCOPE_ID ScopeId;
162 SCOPE_ID ScopeId;
276 SCOPE_ID ScopeId;
  /libcore/ojluni/src/main/java/java/net/
Inet6Address.java 146 * zone, it is possible to append a zone identifier (or <i>scope_id</i>) to an IPv6 address.
148 * The general format for specifying the <i>scope_id</i> is the following:
149 * <p><blockquote><i>IPv6-address</i>%<i>scope_id</i></blockquote>
151 * The <i>scope_id</i> refers to an interface on the local system, and it can be specified
163 * Note also, that the numeric <i>scope_id</i> can be retrieved from Inet6Address instances returned from the
188 * scope_id. The scope specified when the object is created. If the object is created
189 * with an interface name, then the scope_id is not determined until the time it is needed.
191 private int scope_id = 0; field in class:Inet6Address
194 * This will be set to true when the scope_id field contains a valid
195 * integer scope_id
    [all...]
DefaultInterface.java 30 * outgoing IPv6 traffic that does not specify a scope_id (and which needs one).
  /external/curl/docs/libcurl/opts/
CURLOPT_ADDRESS_SCOPE.3 31 Pass a long specifying the scope_id value to use when connecting to IPv6
  /system/extras/tests/net_test/
csocket.py 34 "family port flowinfo addr scope_id")
58 addr, port, flowinfo, scope_id = addr
60 (addr, port), flowinfo, scope_id = addr, 0, 0
63 addr, scope_id))
  /libcore/luni/src/main/native/
NetworkUtilities.cpp 52 int scope_id = 0; local
63 scope_id = sin6.sin6_scope_id;
88 NULL, byteArray.get(), scope_id);
143 static jfieldID scopeFid = env->GetFieldID(JniConstants::inet6AddressClass, "scope_id", "I");
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
address_v6.hpp 53 unsigned long scope_id = 0);
71 unsigned long scope_id() const function in class:asio::ip::address_v6
80 void scope_id(unsigned long id) function in class:asio::ip::address_v6
  /libcore/ojluni/src/main/native/
Inet6Address.c 53 ia6_scopeidID = (*env)->GetFieldID(env, ia6_class, "scope_id", "I");
  /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/parameter-framework/asio-1.10.6/include/asio/detail/
socket_ops.hpp 219 size_t length, unsigned long scope_id, asio::error_code& ec);
222 unsigned long* scope_id, asio::error_code& ec);
  /external/webrtc/webrtc/base/
socketaddress.cc 284 int scope_id) {
291 saddr->sin6_scope_id = scope_id;
network.cc 402 int scope_id = 0; local
431 scope_id =
456 network->set_scope_id(scope_id);
569 int scope_id = 0; local
582 scope_id = v6_addr->sin6_scope_id;
612 network->set_scope_id(scope_id);
socketaddress_unittest.cc 223 EXPECT_EQ(6, addr.scope_id());
233 EXPECT_EQ(6, addr.scope_id());
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
socket_ops.ipp     [all...]
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 357 int scope_id = 0; local
381 scope_id = if_nametoindex(&scope[1]);
398 ctrl->dest.sin6_scope_id = scope_id;
  /external/parameter-framework/asio-1.10.6/include/asio/ip/detail/impl/
endpoint.ipp 91 v6_addr.scope_id());
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_darwin_386.go 162 Scope_id uint32
ztypes_darwin_amd64.go 168 Scope_id uint32
ztypes_darwin_arm.go 163 Scope_id uint32
ztypes_darwin_arm64.go 168 Scope_id uint32
ztypes_dragonfly_amd64.go 160 Scope_id uint32
ztypes_freebsd_386.go 157 Scope_id uint32
ztypes_freebsd_amd64.go 157 Scope_id uint32

Completed in 429 milliseconds

1 2 3 4