| class TInet6HeaderExtension |
Basic part of normal IPv6 extension headers.
This is simple class to be used in scanning the extension headers which are known to follow the following format:
1st octet = Next Header field
2nd octet = Length of the extension header (= (x+1)*8 octets)
Extension headers do not need to follow this format. Unknown headers cannot be skipped over by just assuming this format!
| Public Member Functions | |
|---|---|
| TUint8 * | EndPtr() |
| TInt | HdrExtLen() |
| TInt | HeaderLength() |
| TInt | MaxHeaderLength() |
| TInt | MinHeaderLength() |
| TInt | NextHeader() |
| Public Attributes | |
|---|---|
| TUint8 | i |
| TUint32 | iAlign |
| Private Attributes | |
|---|---|
| union TInet6HeaderExtension::@38 | @39 |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.