Home
last modified time | relevance | path

Searched defs:hostent (Results 1 – 13 of 13) 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/porting/uniproton/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/musl/porting/liteos_m/kernel/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/include/
Dnetdb.h95 struct hostent { struct
119 struct hostent *gethostent (void); argument
/third_party/node/deps/cares/src/lib/
Dares_parse_ns_reply.c48 struct hostent *hostent = NULL; in ares_parse_ns_reply() local
Dares_parse_ptr_reply.c46 struct hostent *hostent = NULL; in ares_parse_ptr_reply() local
Dares_gethostbyname.c69 struct hostent *hostent = NULL; in ares_gethostbyname_callback() local
Dares__hosts_file.c861 int family, struct hostent **hostent) in ares__hosts_entry_to_hostent()
/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.c576 struct hostent *hostent) in query_completed_cb()
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py336 class hostent(Structure): class