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

  /external/qemu/
qemu_socket.h 19 int parse_host_src_port(SockAddress* haddr, SockAddress* saddr,
net-android.c 242 int parse_host_src_port(SockAddress *haddr,
265 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 131 int eth_header_parse(const struct sk_buff *skb, unsigned char *haddr);
netdevice.h 492 unsigned char * haddr);
507 unsigned char *haddr);
  /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/dbus/dbus/
dbus-sysdeps-unix.c 726 struct in_addr *haddr; local
753 haddr = ((struct in_addr *) (he->h_addr_list)[0]);
756 memcpy (&addr.sin_addr, haddr, sizeof(struct in_addr));
802 struct in_addr *haddr; local
825 haddr = ((struct in_addr *) (he->h_addr_list)[0]);
828 memcpy (&addr.sin_addr, haddr, sizeof (struct in_addr));
    [all...]

Completed in 4474 milliseconds