Home
last modified time | relevance | path

Searched refs:h_addrtype (Results 1 – 25 of 35) sorted by relevance

12

/third_party/ltp/testcases/network/sockets/
DltpClient.c128 udpRemoteServerAddr.sin_family = hostEntry->h_addrtype; in main()
135 tcpRemoteServerAddr.sin_family = hostEntry->h_addrtype; in main()
142 mcastRemoteServerAddr.sin_family = hostEntry->h_addrtype; in main()
320 rawTraceAddr.sin_family = hostEntry->h_addrtype; in ltp_run_traceroute_tests()
347 rawAddr.sin_family = hostEntry->h_addrtype; in ltp_run_ping_tests()
/third_party/lwip/src/api/
Dnetdb.c116 s_hostent.h_addrtype = AF_INET; in lwip_gethostbyname()
125 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addrtype == %d\n", s_hostent.h_addrtype)); in lwip_gethostbyname()
216 ret->h_addrtype = AF_INET; in lwip_gethostbyname_r()
/third_party/musl/porting/liteos_a/user/src/network/
Dent.c54 hd->he.h_addrtype = AF_INET; in gethostent_resolv()
58 hd->he.h_addrtype = AF_INET6; in gethostent_resolv()
Dgethostbyaddr_r.c65 h->h_addrtype = af; in gethostbyaddr_r()
/third_party/node/deps/cares/src/lib/
Dares_gethostbyname.c78 if (hostent->h_addrtype == AF_INET6) in ares_gethostbyname_callback()
81 if (hostent->h_addrtype == AF_INET) in ares_gethostbyname_callback()
Dares_parse_ns_reply.c162 hostent->h_addrtype = AF_INET; in ares_parse_ns_reply()
Dares_parse_ptr_reply.c205 hostent->h_addrtype = aresx_sitoss(family); in ares_parse_ptr_reply()
Dares__get_hostent.c219 hostent->h_addrtype = aresx_sitoss(addr.family); in ares__get_hostent()
Dares__addrinfo2hostent.c139 (*host)->h_addrtype = family; in ares__addrinfo2hostent()
Dares_gethostbyaddr.c231 if (addr->family != (*host)->h_addrtype) in file_lookup()
/third_party/lwip/src/include/lwip/
Dnetdb.h96 int h_addrtype; /* Address type. */ member
/third_party/musl/src/network/
Dgethostbyaddr_r.c66 h->h_addrtype = af; in gethostbyaddr_r()
Dgethostbyname2_r.c39 h->h_addrtype = af; in gethostbyname2_r()
/third_party/node/src/
Dcares_wrap.h77 dest->h_addrtype = 0; in cares_wrap_hostent_cpy()
118 dest->h_addrtype = src->h_addrtype; in cares_wrap_hostent_cpy()
/third_party/musl/ndk_musl_include/
Dnetdb.h72 int h_addrtype; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dnetdb.h72 int h_addrtype; member
/third_party/musl/porting/uniproton/kernel/include/
Dnetdb.h72 int h_addrtype; member
/third_party/musl/porting/liteos_a/kernel/include/
Dnetdb.h72 int h_addrtype; member
/third_party/musl/include/
Dnetdb.h72 int h_addrtype; member
/third_party/musl/porting/liteos_m/kernel/include/
Dnetdb.h72 int h_addrtype; member
/third_party/musl/libc-test/src/api/
Dnetdb.c14 F(int, h_addrtype) in f()
/third_party/node/deps/cares/src/tools/
Dahost.c192 ares_inet_ntop(host->h_addrtype, *p, addr_buf, sizeof(addr_buf)); in callback()
/third_party/libxml2/
Dnanohttp.c1178 if (h->h_addrtype == AF_INET) { in xmlNanoHTTPConnectHost()
1185 sockin.sin_family = h->h_addrtype; in xmlNanoHTTPConnectHost()
1190 } else if (have_ipv6 () && (h->h_addrtype == AF_INET6)) { in xmlNanoHTTPConnectHost()
1197 sockin6.sin6_family = h->h_addrtype; in xmlNanoHTTPConnectHost()
/third_party/nghttp2/src/
Dshrpx_dns_resolver.cc311 switch (hostent->h_addrtype) { in on_result()
/third_party/openssl/crypto/bio/
Dbio_addr.c915 if (!addrinfo_wrap(he->h_addrtype, socktype, in BIO_lookup_ex()

12