#include <AsyncResolverHostsDB.h>
Inheritance diagram for OW32::CAsyncResolverHostsDB:
Public Member Functions | |
CAsyncResolverHostsDB () | |
Construct an empty hosts database. | |
~CAsyncResolverHostsDB () | |
D'tor cleaning up. | |
AsyncResolverError | read (const TCHAR *hostsPath) |
Read a hosts file into memory. | |
AsyncResolverError | nameQuery (const char *name, struct hostent **host) const |
Do a name query. | |
AsyncResolverError | addrQuery (const struct in_addr *addr, struct hostent **host) const |
Do an address query. |
|
Do an address query.
|
|
Do a name query.
|
|
Read a hosts file into memory.
|