#include <windows.h>#include "chameleon/error.h"Go to the source code of this file.
Classes | |
| struct | INETADDRESSSTRUCT |
Defines | |
| #define | INETADDR_ERROR_MEMORY_FULL 1 |
| #define | INETADDR_ERROR_BAD_ADDRESS 2 |
| #define | INETADDR_ERROR_BUFFER_OVERFLOW 3 |
| #define | INETADDR_ERROR_HOST_NOT_FOUND 4 |
| #define | INETADDR_ERROR_NO_ADDRESS 5 |
| #define | INETADDR_ERROR_NO_RECOVERY 6 |
| #define | INETADDR_ERROR_TRY_AGAIN 7 |
| #define | INETADDR_ERROR_UNKNOWN_DNS_ERROR 8 |
| #define | INETADDR_ERROR_BAD_ADDRESS_FAMILY 9 |
| #define | INETADDR_ERROR_UNSUPPORTED 10 |
Enumerations | |
| enum | AddressFamily { AddressFamilyIP = 0, AddressFamilyUnix } |
Variables | |
| typedefCHIPCARD_API struct INETADDRESSSTRUCT | INETADDRESS |
| CHIPCARD_API typedef INETADDRESS * | INETADDRESSPTR |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Address family (in most cases this is AddressFamilyIP) |
|
|
You shoukd treat this type as opaque. Its members are not part of the API, i.e. they are subject to changes without notice ! |
|
|
Just a pointer to an INETADDRESS for conveniance. |
1.3.4