HomeSort by relevance Sort by last modified time
    Searched defs:address_type (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
bootparam_prot.h 40 int address_type; member in struct:bp_address
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
bootparam_prot.h 40 int address_type; member in struct:bp_address
  /external/chromium_org/net/socket/
socks5_client_socket.cc 465 SocksEndPointAddressType address_type = local
467 if (address_type == kEndPointDomain)
469 else if (address_type == kEndPointResolvedIPv4)
471 else if (address_type == kEndPointResolvedIPv6)
475 NetLog::IntegerCallback("address_type", buffer_[3]));
  /external/lldb/source/Core/
Value.cpp 328 AddressType address_type = eAddressTypeFile; local
375 address_type = eAddressTypeLoad;
394 // address_type = eAddressTypeFile;
412 address_type = eAddressTypeLoad;
466 address_type = eAddressTypeLoad;
520 address_type = eAddressTypeHost;
543 error.SetErrorStringWithFormat ("invalid %s address", address_type == eAddressTypeHost ? "host" : "load");
565 if (address_type == eAddressTypeHost)
570 else if ((address_type == eAddressTypeLoad) || (address_type == eAddressTypeFile)
    [all...]
ValueObject.cpp 3843 AddressType address_type; local
3862 AddressType address_type; local
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.cpp 65 AddressType address_type; local
66 lldb::addr_t original_ptr = in_value.GetPointerValue(&address_type);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 98 def address_type(address): function
125 family = family or (address and address_type(address)) \
165 family = family or address_type(address)
290 family = address_type(address)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 98 def address_type(address): function
125 family = family or (address and address_type(address)) \
165 family = family or address_type(address)
290 family = address_type(address)
  /external/tcpdump/
print-lspping.c 437 u_int8_t address_type; member in struct:lspping_tlv_downstream_map_ipv4_t
445 u_int8_t address_type; member in struct:lspping_tlv_downstream_map_ipv6_t
    [all...]

Completed in 162 milliseconds