HomeSort by relevance Sort by last modified time
    Searched refs:haddr (Results 1 - 18 of 18) sorted by null

  /external/valgrind/main/helgrind/
hg_addrdescr.c 48 /* hctxt/haddr/hszB describe the addr if it is a heap block. */
50 Addr haddr; local
61 &haddr,
71 ai->Addr.Block.rwoffset = (Word)(a) - (Word)(haddr);
  /external/qemu/include/qemu/
sockets.h 27 int parse_host_src_port(SockAddress* haddr, SockAddress* saddr,
  /external/iptables/extensions/
libip6t_DNPT.c 40 npt->src_pfx = cb->val.haddr;
44 npt->dst_pfx = cb->val.haddr;
libip6t_SNPT.c 40 npt->src_pfx = cb->val.haddr;
44 npt->dst_pfx = cb->val.haddr;
libip6t_NETMAP.c 45 range->min_addr.ip6[i] = cb->val.haddr.ip6[i] &
libipt_NETMAP.c 61 range->min_ip = cb->val.haddr.ip & cb->val.hmask.ip;
libxt_policy.c 133 memcpy(&e->saddr, &cb->val.haddr, sizeof(cb->val.haddr));
142 memcpy(&e->daddr, &cb->val.haddr, sizeof(cb->val.haddr));
libxt_ipvs.c 76 memcpy(&data->vaddr, &cb->val.haddr, sizeof(cb->val.haddr));
libxt_conntrack.c 362 sinfo->tuple[IP_CT_DIR_ORIGINAL].src.ip = cb->val.haddr.ip;
368 sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.ip = cb->val.haddr.ip;
374 sinfo->tuple[IP_CT_DIR_REPLY].src.ip = cb->val.haddr.ip;
380 sinfo->tuple[IP_CT_DIR_REPLY].dst.ip = cb->val.haddr.ip;
424 info->origsrc_addr = cb->val.haddr;
431 info->origdst_addr = cb->val.haddr;
438 info->replsrc_addr = cb->val.haddr;
445 info->repldst_addr = cb->val.haddr;
    [all...]
libxt_TPROXY.c 132 info->laddr = cb->val.haddr.ip;
  /external/valgrind/main/VEX/priv/
ir_inject.c 82 load(IREndness endian, IRType type, HWord haddr)
90 addr = mkU64(haddr);
93 addr = mkU32(haddr);
145 store(IRSB *irsb, IREndness endian, HWord haddr, IRExpr *data)
151 addr = mkU64(haddr);
154 addr = mkU32(haddr);
  /external/qemu/include/exec/
softmmu_template.h 152 uintptr_t haddr; local
216 haddr = addr + env->tlb_table[mmu_idx][index].addend;
218 res = glue(glue(ld, LSUFFIX), _p)((uint8_t *)haddr);
220 res = glue(glue(ld, LSUFFIX), _le_p)((uint8_t *)haddr);
234 uintptr_t haddr; local
298 haddr = addr + env->tlb_table[mmu_idx][index].addend;
299 res = glue(glue(ld, LSUFFIX), _be_p)((uint8_t *)haddr);
364 uintptr_t haddr; local
426 haddr = addr + env->tlb_table[mmu_idx][index].addend;
428 glue(glue(st, SUFFIX), _p)((uint8_t *)haddr, val)
440 uintptr_t haddr; local
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.y 1242 struct sockaddr *laddr = NULL, *haddr = NULL;
1258 haddr = str2saddr($3->v, portbuf);
1259 if (haddr == NULL) {
1271 if (haddr)
1272 racoon_free(haddr);
1275 $$ = ipsecdoi_sockrange2id(laddr, haddr,
1284 if (haddr)
1285 racoon_free(haddr);
1288 $$ = ipsecdoi_sockrange2id(laddr, haddr,
1299 if (haddr)
    [all...]
ipsec_doi.c     [all...]
  /external/iptables/libxtables/
xtoptions.c 511 * result is stored in @cb->val.haddr. Additionally, @cb->val.hmask and
531 memset(&cb->val.haddr, 0, sizeof(cb->val.haddr));
532 memcpy(&cb->val.haddr,
538 if (memcmp(&cb->val.haddr,
549 memcpy(XTOPT_MKPTR(cb), &cb->val.haddr,
550 sizeof(cb->val.haddr));
    [all...]
  /external/iptables/include/
xtables.h 161 union nf_inet_addr haddr, hmask; member in struct:xt_option_call::__anon6331::__anon6332
  /external/qemu/net/
net-android.c 221 int parse_host_src_port(SockAddress *haddr,
244 if (parse_host_port(haddr, host_str) < 0)
    [all...]
net.c 213 int parse_host_src_port(struct sockaddr_in *haddr,
236 if (parse_host_port(haddr, host_str) < 0)
    [all...]

Completed in 1404 milliseconds