const TInt KErrInet6NoDestination;
Description
Flow has no destination address.
const TInt KErrInet6NoPathMtu;
Description
Misconfigured driver not giving proper MTU.
const TInt KErrInet6ShortPacket;
Description
A truncated IP packet
const TInt KErrInet6DuplicateAddress;
Description
Duplicate Address Detected on a device (see RFC-2462).
const TInt KErrInet6AddressExpired;
Description
The Source Address used by the connection has expired.
const TInt KErrInet6NoRoute;
Description
No route was available.
const TInt KErrInet6SourceAddress;
Description
Selected interface is beyond source scope (or invalid).
const TInt KErrInetUnsupportedApi;
Description
Requested API not known
const TInt KErrInetUnsupportedApiVersion;
Description
API is of an incompatible version
const TInt KErrInetNoDnsResolver;
Description
DNS resolver server not available.
const TInt KErrInet6First;
Description
Start of IPv6 error code range
const TInt KErrInet6Last;
Description
End of IPv6 error code range