Searched refs:h_addrtype (Results 1 - 17 of 17) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dnethelpers.cc111 result->h_addrtype = ent->h_addrtype;
/external/openssl/crypto/bio/
H A Db_sock.c154 if ((short)he->h_addrtype != AF_INET)
332 ret->h_addrtype=a->h_addrtype;
/external/openssl/apps/
H A Ds_socket.c463 if (h2->h_addrtype != AF_INET)
530 if ((short)he->h_addrtype != AF_INET)
/external/qemu/telephony/
H A Dsysdeps_posix.c624 addr.sin_family = hp->h_addrtype;
628 channel->fd = socket(hp->h_addrtype, SOCK_STREAM, 0);
/external/libppp/src/
H A Ddefs.c159 if (hp && hp->h_addrtype == AF_INET)
H A Dipcp.c462 if (hp && hp->h_addrtype == AF_INET && hp->h_length == sizeof host.s_addr)
/external/libxml2/
H A Dnanohttp.c1160 if (h->h_addrtype == AF_INET) {
1167 sockin.sin_family = h->h_addrtype;
1172 } else if (have_ipv6 () && (h->h_addrtype == AF_INET6)) {
1179 sockin6.sin6_family = h->h_addrtype;
/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c884 result->hostent->h_addrtype = af;
950 result->hostent->h_addrtype = af;
1089 af_to_rr (result->hostent->h_addrtype);
/external/quake/quake/src/WinQuake/
H A Dmplpc.cpp477 s->h_addrtype = FARPKS(&old->h_addrtype);
H A Dmpdosock.h150 short h_addrtype; /* host address type */ member in struct:hostent
H A Dnet_bw.cpp129 int h_addrtype; /* host address type */ member in struct:hostent
/external/netperf/
H A Dnettest_xti.c587 server.sin_family = hp->h_addrtype;
1800 server.sin_family = hp->h_addrtype;
2524 server.sin_family = hp->h_addrtype;
3522 server.sin_family = hp->h_addrtype;
5087 server.sin_family = hp->h_addrtype;
/external/iproute2/misc/
H A Dss.c929 if (he->h_addrtype == AF_INET)
931 else if (he->h_addrtype == AF_INET6)
948 b->addr.family = he->h_addrtype;
/external/tcpdump/missing/
H A Dgetaddrinfo.c623 af = hp->h_addrtype;
/external/chromium/third_party/libevent/
H A Dhttp.c163 ai->ai_family = he ? he->h_addrtype : AF_INET;
172 sa->sin_family = he->h_addrtype;
/external/iptables/iptables/
H A Dxtables.c1226 if (host->h_addrtype != AF_INET ||
/external/ppp/pppd/
H A Dauth.c2108 if (hp != NULL && hp->h_addrtype == AF_INET) {

Completed in 133 milliseconds