Home
last modified time | relevance | path

Searched defs:hostent (Results 1 – 16 of 16) sorted by relevance

/third_party/lwip/src/include/lwip/
Dnetdb.h92 struct hostent { struct
93 char *h_name; /* Official name of the host. */
94 char **h_aliases; /* A pointer to an array of pointers to alternative host names,
96 int h_addrtype; /* Address type. */
97 int h_length; /* The length, in bytes, of the address. */
98 char **h_addr_list; /* A pointer to an array of pointers to network addresses (in
/third_party/musl/ndk_musl_include/
Dnetdb.h69 struct hostent { struct
93 struct hostent *gethostent (void); argument
/third_party/musl/include/
Dnetdb.h69 struct hostent { struct
93 struct hostent *gethostent (void); argument
/third_party/musl/porting/liteos_a/kernel/include/
Dnetdb.h69 struct hostent { struct
93 struct hostent *gethostent (void); argument
/third_party/musl/porting/uniproton/kernel/include/
Dnetdb.h69 struct hostent { struct
93 struct hostent *gethostent (void); argument
/third_party/musl/porting/liteos_m/kernel/include/
Dnetdb.h69 struct hostent { struct
93 struct hostent *gethostent (void); argument
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dnetdb.h69 struct hostent { struct
93 struct hostent *gethostent (void); argument
/third_party/node/deps/cares/src/lib/
Dares__get_hostent.c41 struct hostent *hostent = NULL; in ares__get_hostent() local
Dares_parse_ns_reply.c48 struct hostent *hostent; in ares_parse_ns_reply() local
Dares_parse_ptr_reply.c45 struct hostent *hostent = NULL; in ares_parse_ptr_reply() local
Dares_gethostbyname.c59 struct hostent *hostent = NULL; in ares_gethostbyname_callback() local
/third_party/nghttp2/src/
Dshrpx_dns_resolver.cc58 void host_cb(void *arg, int status, int timeouts, hostent *hostent) { in host_cb() argument
288 void DNSResolver::on_result(int status, hostent *hostent) { in on_result() argument
/third_party/curl/lib/
Dasyn-ares.c534 struct hostent *hostent) in query_completed_cb()
/third_party/node/deps/cares/src/tools/
Dadig.c165 struct hostent *hostent; in main() local
/third_party/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_wrapper.cc651 struct hostent* hostent) { in on_hostbyname_done_locked()
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py336 class hostent(Structure): class