/third_party/ltp/testcases/network/sockets/ |
D | ltpClient.c | 128 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/ |
D | netdb.c | 116 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/ |
D | ent.c | 54 hd->he.h_addrtype = AF_INET; in gethostent_resolv() 58 hd->he.h_addrtype = AF_INET6; in gethostent_resolv()
|
D | gethostbyaddr_r.c | 65 h->h_addrtype = af; in gethostbyaddr_r()
|
/third_party/node/deps/cares/src/lib/ |
D | ares_gethostbyname.c | 78 if (hostent->h_addrtype == AF_INET6) in ares_gethostbyname_callback() 81 if (hostent->h_addrtype == AF_INET) in ares_gethostbyname_callback()
|
D | ares_parse_ns_reply.c | 162 hostent->h_addrtype = AF_INET; in ares_parse_ns_reply()
|
D | ares_parse_ptr_reply.c | 205 hostent->h_addrtype = aresx_sitoss(family); in ares_parse_ptr_reply()
|
D | ares__get_hostent.c | 219 hostent->h_addrtype = aresx_sitoss(addr.family); in ares__get_hostent()
|
D | ares__addrinfo2hostent.c | 139 (*host)->h_addrtype = family; in ares__addrinfo2hostent()
|
D | ares_gethostbyaddr.c | 231 if (addr->family != (*host)->h_addrtype) in file_lookup()
|
/third_party/lwip/src/include/lwip/ |
D | netdb.h | 96 int h_addrtype; /* Address type. */ member
|
/third_party/musl/src/network/ |
D | gethostbyaddr_r.c | 66 h->h_addrtype = af; in gethostbyaddr_r()
|
D | gethostbyname2_r.c | 39 h->h_addrtype = af; in gethostbyname2_r()
|
/third_party/node/src/ |
D | cares_wrap.h | 77 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/ |
D | netdb.h | 72 int h_addrtype; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | netdb.h | 72 int h_addrtype; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | netdb.h | 72 int h_addrtype; member
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | netdb.h | 72 int h_addrtype; member
|
/third_party/musl/include/ |
D | netdb.h | 72 int h_addrtype; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | netdb.h | 72 int h_addrtype; member
|
/third_party/musl/libc-test/src/api/ |
D | netdb.c | 14 F(int, h_addrtype) in f()
|
/third_party/node/deps/cares/src/tools/ |
D | ahost.c | 192 ares_inet_ntop(host->h_addrtype, *p, addr_buf, sizeof(addr_buf)); in callback()
|
/third_party/libxml2/ |
D | nanohttp.c | 1178 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/ |
D | shrpx_dns_resolver.cc | 311 switch (hostent->h_addrtype) { in on_result()
|
/third_party/openssl/crypto/bio/ |
D | bio_addr.c | 915 if (!addrinfo_wrap(he->h_addrtype, socktype, in BIO_lookup_ex()
|