HomeSort by relevance Sort by last modified time
    Searched defs:scope_id (Results 1 - 25 of 45) 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");
  /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
183 * cached scope_id - for link-local address use only.
206 byte[] ipaddress, int scope_id, boolean scope_id_set,
210 this.scope_id = scope_id;
222 * scope_id. The scope specified when the object is created. If the objec
226 int scope_id; \/\/ 0 field in class:Inet6Address.Inet6AddressHolder
632 int scope_id = (int)gf.get("scope_id", -1); local
    [all...]
  /libcore/ojluni/src/main/native/
net_util_md.c 517 * and override the scope_id field to use the relevant value for "lo"
626 /* now find the scope_id for "lo" */
798 // was constructed with a specific scope_id or NetworkInterface).
801 int scope_id = getInet6Address_scopeid(env, iaObj); local
802 if (scope_id > 0) {
803 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 327 uint32_t scope_id; local
337 scope_id = scope->decl_ids[len-1];
338 if (typealias_lists[scope_id] == NULL) {
339 rc = list_init(&typealias_lists[scope_id]);
344 list_prepend(typealias_lists[scope_id], key);
    [all...]
  /external/python/cpython3/Modules/
socketmodule.c 1659 unsigned int flowinfo, scope_id; local
6076 unsigned int flowinfo, scope_id; local
    [all...]
  /external/curl/lib/
urldata.h 808 unsigned int scope_id; /* Scope id for IPv6 */ member in struct:connectdata
1639 unsigned int scope_id; \/* Scope id for IPv6 *\/ member in struct:UserDefined
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
  /external/robolectric/v1/lib/main/
android.jar 

Completed in 1740 milliseconds

1 2