HomeSort by relevance Sort by last modified time
    Searched refs:host_addr (Results 1 - 25 of 26) sorted by null

1 2

  /external/valgrind/coregrind/
pub_core_dispatch.h 46 running the host code at 'host_addr'. It is almost always the case
47 that host_addr is the translation for guest_state.guest_IP, that
48 is, host_addr is what it would be if we looked up the address of
52 no-redir translation. In this case host_addr is the address of the
66 Addr host_addr );
  /bionic/libc/dns/include/
resolv_static.h 22 u_int32_t host_addr[16 / sizeof(u_int32_t)]; /* IPv4 or IPv6 */ member in struct:res_static
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostbyht.c 87 static u_char host_addr[16]; /* IPv4 or IPv6 */ variable
134 if (inet_pton(AF_INET6, p, host_addr) > 0) {
137 } else if (inet_pton(AF_INET, p, host_addr) > 0) {
139 _map_v4v6_address((char*)host_addr, (char*)host_addr);
149 h_addr_ptrs[0] = (char *)host_addr;
gethostbydns.c 140 static u_char host_addr[16]; /* IPv4 or IPv6 */ variable
573 if (inet_pton(af, name, host_addr) <= 0) {
584 h_addr_ptrs[0] = (char *)host_addr;
606 if (inet_pton(af, name, host_addr) <= 0) {
617 h_addr_ptrs[0] = (char *)host_addr;
746 bcopy(addr, host_addr, len);
747 h_addr_ptrs[0] = (char *)host_addr;
750 _map_v4v6_address((char*)host_addr, (char*)host_addr);
  /bionic/libc/kernel/uapi/linux/
nfs4_mount.h 41 struct sockaddr __user * host_addr; member in struct:nfs4_mount_data
  /external/kernel-headers/original/uapi/linux/
nfs4_mount.h 49 struct sockaddr __user * host_addr; /* 1 */ member in struct:nfs4_mount_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
nfs4_mount.h 48 struct sockaddr * host_addr; /* 1 */ member in struct:nfs4_mount_data
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/
grant_table.h 320 * address is specified in <host_addr>.
327 UINT64 host_addr; member in struct:gnttab_map_grant_ref
341 * tracked by <handle>. If <host_addr> or <dev_bus_addr> is zero, that
352 UINT64 host_addr; member in struct:gnttab_unmap_grant_ref
  /system/chre/platform/android/
host_link.cc 62 container.host_addr.reset(new fbs::HostAddress(hostClientId));
187 uint16_t hostClientId = container.host_addr->client_id();
  /external/v8/src/heap/
remembered-set.h 146 static void InsertTyped(Page* page, Address host_addr, SlotType slot_type,
153 if (host_addr == nullptr) {
154 host_addr = page->address();
157 uintptr_t host_offset = host_addr - page->address();
170 [start, end](SlotType slot_type, Address host_addr,
slot-set.h 434 Address host_addr = page_start_ + buffer[i].host_offset();
439 if (callback(type, host_addr, addr) == KEEP_SLOT) {
mark-compact.cc 2343 heap(), [this](SlotType type, Address host_addr, Address addr) { local
    [all...]
  /system/chre/host/common/
host_protocol_host.cc 140 // host_addr guaranteed to be non-null via verifyMessage (it's a required
142 *hostClientId = container->host_addr()->client_id();
158 // host_addr guaranteed to be non-null via verifyMessage (it's a required
  /system/chre/platform/shared/
host_protocol_chre.cc 39 uint16_t hostClientId = container->host_addr()->client_id();
  /external/toybox/toys/pending/
telnetd.c 32 char *host_addr;
136 get_sockaddr(TT.host_addr, buf);
  /system/chre/platform/shared/include/chre/platform/shared/
host_messages_generated.h 1345 const HostAddress *host_addr() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
    [all...]
  /system/chre/host/common/include/chre_host/
host_messages_generated.h 1857 std::unique_ptr<HostAddress> host_addr; member in struct:chre::fbs::ChreMessage::MessageContainerT
1890 const HostAddress *host_addr() const { function in struct:chre::fbs::ChreMessage::FLATBUFFERS_FINAL_CLASS
    [all...]
  /bionic/libc/dns/net/
gethnamaddr.c 968 struct in6_addr host_addr; local
1004 if (inet_pton(AF_INET6, p, &host_addr) > 0) {
1008 if (inet_pton(AF_INET, p, &host_addr) <= 0)
1052 HENT_COPY(hent->h_addr_list[0], &host_addr, hent->h_length, buf,
    [all...]
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /external/toybox/generated/
globals.h 881 char *host_addr; member in struct:telnetd_data
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng.cpp     [all...]

Completed in 1048 milliseconds

1 2