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

  /external/qemu/
qemu_socket.h 27 int parse_host_src_port(SockAddress* haddr, SockAddress* saddr,
net-android.c 246 int parse_host_src_port(SockAddress *haddr,
269 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...]
  /external/quake/quake/src/WinQuake/
net_mp.cpp 337 int haddr; local
339 haddr = ntohl(((struct sockaddr_in *)addr)->sin_addr.s_addr);
340 sprintf(buffer, "%d.%d.%d.%d:%d", (haddr >> 24) & 0xff, (haddr >> 16) & 0xff, (haddr >> 8) & 0xff, haddr & 0xff, ntohs(((struct sockaddr_in *)addr)->sin_port));
net_udp.cpp 410 int haddr; local
412 haddr = ntohl(((struct sockaddr_in *)addr)->sin_addr.s_addr);
413 sprintf(buffer, "%d.%d.%d.%d:%d", (haddr >> 24) & 0xff, (haddr >> 16) & 0xff, (haddr >> 8) & 0xff, haddr & 0xff, ntohs(((struct sockaddr_in *)addr)->sin_port));
net_wins.cpp 469 int haddr; local
471 haddr = ntohl(((struct sockaddr_in *)addr)->sin_addr.s_addr);
472 sprintf(buffer, "%d.%d.%d.%d:%d", (haddr >> 24) & 0xff, (haddr >> 16) & 0xff, (haddr >> 8) & 0xff, haddr & 0xff, ntohs(((struct sockaddr_in *)addr)->sin_port));
  /external/kernel-headers/original/linux/
etherdevice.h 38 unsigned char * haddr);
if_ether.h 132 int eth_header_parse(const struct sk_buff *skb, unsigned char *haddr);
netdevice.h 492 unsigned char * haddr);
507 unsigned char *haddr);
  /external/iptables/extensions/
libipt_NETMAP.c 61 range->min_ip = cb->val.haddr.ip & cb->val.hmask.ip;
libxt_policy.c 130 memcpy(&e->saddr, &cb->val.haddr, sizeof(cb->val.haddr));
139 memcpy(&e->daddr, &cb->val.haddr, sizeof(cb->val.haddr));
libxt_conntrack.c 320 sinfo->tuple[IP_CT_DIR_ORIGINAL].src.ip = cb->val.haddr.ip;
326 sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.ip = cb->val.haddr.ip;
332 sinfo->tuple[IP_CT_DIR_REPLY].src.ip = cb->val.haddr.ip;
338 sinfo->tuple[IP_CT_DIR_REPLY].dst.ip = cb->val.haddr.ip;
382 info->origsrc_addr = cb->val.haddr;
389 info->origdst_addr = cb->val.haddr;
396 info->replsrc_addr = cb->val.haddr;
403 info->repldst_addr = cb->val.haddr;
libxt_ipvs.c 76 memcpy(&data->vaddr, &cb->val.haddr, sizeof(cb->val.haddr));
libxt_TPROXY.c 132 info->laddr = cb->val.haddr.ip;
  /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/iptables/
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));
  /external/libppp/src/
ipcp.c 599 u_int32_t bit, haddr; local
602 haddr = ntohl(mask.s_addr);
607 if (!(haddr & bit))
1413 u_int32_t haddr = ntohl(addr.s_addr); local
    [all...]
  /external/iptables/include/
xtables.h 160 union nf_inet_addr haddr, hmask; member in struct:xt_option_call::__anon9332::__anon9333
  /external/valgrind/main/helgrind/
hg_errors.c 300 /* halloc/haddr/hszB describe the addr if it is a heap block. */
302 Addr haddr; member in struct:__anon17049::__anon17050::__anon17051
425 &xe->XE.Race.hctxt, &xe->XE.Race.haddr, &xe->XE.Race.hszB,
    [all...]

Completed in 1142 milliseconds