Home
last modified time | relevance | path

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

/external/musl/include/
Dnetdb.h69 struct hostent { struct
93 struct hostent *gethostent (void); argument
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares__get_hostent.c41 struct hostent *hostent = NULL; in ares__get_hostent() local
Dares_parse_ns_reply.c54 struct hostent *hostent; in ares_parse_ns_reply() local
Dares_parse_ptr_reply.c51 struct hostent *hostent; in ares_parse_ptr_reply() local
Dares_parse_a_reply.c61 struct hostent *hostent; in ares_parse_a_reply() local
Dares_parse_aaaa_reply.c63 struct hostent *hostent; in ares_parse_aaaa_reply() local
Dares_gethostbyname.c247 struct hostent hostent; in fake_hostent() local
Dadig.c187 struct hostent *hostent; in main() local
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test.cc514 HostEnt::HostEnt(const struct hostent *hostent) : addrtype_(-1) { in HostEnt()
557 struct hostent *hostent) { in HostCallback()
/external/curl/lib/
Dasyn-ares.c555 struct hostent *hostent) in query_completed_cb()
/external/mdnsresponder/mDNSPosix/
Dnss_mdns.c390 typedef struct hostent hostent; typedef
505 hostent * hostent; member
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_wrapper.cc176 struct hostent* hostent) { in on_hostbyname_done_locked()
/external/libcups/cups/
Dcups-private.h120 struct hostent hostent; /* Host entry for IP address */ member
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_wrapper.cc658 struct hostent* hostent) { in on_hostbyname_done_locked()
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py336 class hostent(Structure): class
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py336 class hostent(Structure): class