Searched defs:HostEnt (Results 1 – 2 of 2) sorted by relevance
237 struct HostEnt { struct238 HostEnt() : addrtype_(-1) {} in HostEnt() argument245 std::ostream& operator<<(std::ostream& os, const HostEnt& result); argument
514 HostEnt::HostEnt(const struct hostent *hostent) : addrtype_(-1) { in HostEnt() function in ares::test::HostEnt