#include <AsyncResolverGetHostByAddr.h>
Inheritance diagram for OW32::CAsyncResolverGetHostByAddr:

Public Member Functions | |
| CAsyncResolverGetHostByAddr (CAsyncResolver *pParent, CAsyncResolverHostCallback *pCallback, void *callbackContext) | |
| Construct a new gethostbyaddr query. | |
| void | gethostbyaddr (const void *addr, int addrlen, int family) |
| Resolve an address. | |
| virtual void | OnAnswer (void *context, AsyncResolverError status, unsigned char *abuf, size_t alen) |
| Called by the resolver when an answer is received. | |
Must be allocated on the heap.
|
||||||||||||||||
|
Construct a new gethostbyaddr query.
|
|
||||||||||||||||
|
Resolve an address. Only IPv4 addresses are supported at present.
|
|
||||||||||||||||||||
|
Called by the resolver when an answer is received.
Implements OW32::CAsyncResolverCallback. |
1.3.9.1