class TIp6Addr |
The 128 bits of IPv6 or IPv4 address stored in network byte order.
IPv4 addresses are stored in IPv4 mapped format.
7.0
Public Member Functions | |
---|---|
IMPORT_C TBool | IsEqual(const TIp6Addr &) |
IMPORT_C TBool | IsLinkLocal() |
IMPORT_C TBool | IsLoopback() |
IMPORT_C TBool | IsMulticast() |
IMPORT_C TBool | IsSiteLocal() |
IMPORT_C TBool | IsUnicast() |
IMPORT_C TBool | IsUnspecified() |
IMPORT_C TBool | IsV4Compat() |
IMPORT_C TBool | IsV4Mapped() |
IMPORT_C TInt | Match(const TIp6Addr &) |
IMPORT_C TInt | Scope() |
Public Attributes | |
---|---|
TUint16 | iAddr16 |
TUint32 | iAddr32 |
TUint8 | iAddr8 |
union TIp6Addr::@222 | u |
IMPORT_C TBool | IsEqual | ( | const TIp6Addr & | aAddr | ) | const |
const TIp6Addr & aAddr |
IMPORT_C TInt | Match | ( | const TIp6Addr & | aAddr | ) | const |
const TIp6Addr & aAddr |