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

1 2

  /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
  /external/webrtc/webrtc/base/
socketaddress.h 101 int scope_id() const {return scope_id_; } function in class:rtc::SocketAddress
network.h 337 int scope_id() const { return scope_id_; } function in class:rtc::Network
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);
  /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);
159 static jfieldID scopeFid = env->GetFieldID(JniConstants::inet6AddressHolderClass, "scope_id", "I");
  /external/openssh/
addrmatch.c 43 u_int32_t scope_id; /* iface scope id for v6 */ member in struct:xaddr
101 xa->scope_id = in6->sin6_scope_id;
163 dst->scope_id = a->scope_id;
193 if (a->scope_id == b->scope_id)
195 return a->scope_id > b->scope_id ? 1 : -1;
  /frameworks/base/core/java/android/os/
CommonTimeUtils.java 210 int scope_id = reply.readInt(); local
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 375 int scope_id = 0; local
399 scope_id = if_nametoindex(&scope[1]);
416 ctrl->dest.sin6_scope_id = scope_id;
  /libcore/ojluni/src/main/java/java/net/
Inet6Address.java 151 * zone, it is possible to append a zone identifier (or <i>scope_id</i>) to an
154 * <p> The general format for specifying the <i>scope_id</i> is the following:
156 * <blockquote><i>IPv6-address</i>%<i>scope_id</i></blockquote>
158 * The <i>scope_id</i> refers to an interface on the local system, and it can be
171 * <p> Note also, that the numeric <i>scope_id</i> can be retrieved from
196 byte[] ipaddress, int scope_id, boolean scope_id_set,
200 this.scope_id = scope_id;
212 * scope_id. The scope specified when the object is created. If the object
213 * is created with an interface name, then the scope_id is not determine
216 int scope_id; \/\/ 0 field in class:Inet6Address.Inet6AddressHolder
610 int scope_id = (int)gf.get("scope_id", -1); local
    [all...]
  /libcore/ojluni/src/main/native/
net_util_md.c 518 * and override the scope_id field to use the relevant value for "lo"
627 /* now find the scope_id for "lo" */
799 // was constructed with a specific scope_id or NetworkInterface).
802 int scope_id = getInet6Address_scopeid(env, iaObj); local
803 if (scope_id > 0) {
804 him6->sin6_scope_id = scope_id;
    [all...]
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 1348 unsigned int flowinfo, scope_id; local
4260 unsigned int flowinfo, scope_id; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 1289 int port, flowinfo, scope_id, result; local
4163 int port, flowinfo, scope_id; local
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 1372 unsigned int flowinfo, scope_id; local
4285 unsigned int flowinfo, scope_id; local
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 321 uint32_t scope_id; local
330 scope_id = scope->decl_ids[i];
331 if (typealias_lists[scope_id] == NULL) {
332 rc = list_init(&typealias_lists[scope_id]);
337 list_prepend(typealias_lists[scope_id], key);
    [all...]
  /external/curl/lib/
urldata.h 926 unsigned int scope_id; \/* Scope id for IPv6 *\/ member in struct:connectdata
1709 unsigned int scope_id; \/* Scope id for IPv6 *\/ member in struct:UserDefined
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 

Completed in 722 milliseconds

1 2