Searched refs:h_length (Results 1 - 20 of 20) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dnethelpers.cc86 total_len += sizeof(char*) + ent->h_length;
112 result->h_length = ent->h_length;
118 memcpy(p, ent->h_addr_list[i], ent->h_length);
119 p += ent->h_length;
/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c867 result->hostent->h_length = 4;
873 result->hostent->h_length = 16;
951 result->hostent->h_length = addr_len;
1274 if (len != result->hostent->h_length)
1278 result->hostent->h_length,
1315 if (len != result->hostent->h_length)
1319 result->hostent->h_length,
/external/openssl/crypto/bio/
H A Db_sock.c331 ret->h_length=a->h_length;
335 if ((ret->h_addr_list[i]=OPENSSL_malloc(a->h_length)) == NULL)
337 memcpy(ret->h_addr_list[i],a->h_addr_list[i],a->h_length);
/external/tcpdump/missing/
H A Dgetaddrinfo.c605 apbuf = (char *)malloc(hp->h_length * naddrs);
616 memcpy(&apbuf[i * hp->h_length], hp->h_addr_list[i],
617 hp->h_length);
618 aplist[i] = &apbuf[i * hp->h_length];
931 if ((ap = (char *)malloc(hp->h_length)) == NULL) {
935 memcpy(ap, hp->h_addr_list[0], hp->h_length);
/external/libppp/src/
H A Ddefs.c160 memcpy(&ipaddr, hp->h_addr, hp->h_length);
H A Dipcp.c462 if (hp && hp->h_addrtype == AF_INET && hp->h_length == sizeof host.s_addr)
/external/quake/quake/src/QW/qwfwd/
H A Dqwfwd.c126 memcpy((char *)&sin.sin_addr, phe->h_addr, phe->h_length);
/external/quake/quake/src/WinQuake/
H A Dmplpc.cpp478 s->h_length = FARPKS(&old->h_length);
480 if (FARPKS(&old->h_length) != sizeof(struct in_addr)) {
489 fmemcpyfrom(s->h_addr_list[i], (void *) FARPKL(ptr), s->h_length);
H A Dmpdosock.h151 short h_length; /* length of address */ member in struct:hostent
H A Dnet_bw.cpp130 int h_length; /* length of address */ member in struct:hostent
/external/libxml2/
H A Dnanohttp.c1162 if ((unsigned int) h->h_length > sizeof(ia)) {
1166 memcpy (&ia, h->h_addr_list[i], h->h_length);
1174 if ((unsigned int) h->h_length > sizeof(ia6)) {
1178 memcpy (&ia6, h->h_addr_list[i], h->h_length);
H A Dnanoftp.c938 if ((unsigned int) hp->h_length >
949 hp->h_addr_list[0], hp->h_length);
/external/qemu/telephony/
H A Dsysdeps_posix.c626 memcpy(&addr.sin_addr, hp->h_addr, hp->h_length);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_ctrl.c318 h->h_length);
/external/wpa_supplicant_8/src/common/
H A Dwpa_ctrl.c318 h->h_length);
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_ctrl.c318 h->h_length);
/external/netperf/
H A Dnettest_xti.c586 hp->h_length);
1799 hp->h_length);
2523 hp->h_length);
3521 hp->h_length);
5086 hp->h_length);
/external/chromium/third_party/libevent/test/
H A Dregress_http.c128 memcpy(&sin.sin_addr, he->h_addr_list[0], he->h_length);
/external/iptables/iptables/
H A Dxtables.c1227 host->h_length != sizeof(struct in_addr))
/external/chromium/third_party/libevent/
H A Dhttp.c173 memcpy(&sa->sin_addr, he->h_addr_list[0], he->h_length);

Completed in 319 milliseconds