TInet6HeaderFragment Class Reference
class TInet6HeaderFragment |
IPv6 Fragment Header.
RFC2460
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Next Header | Reserved | Fragment Offset |Res|M|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Identification |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Next Header 8-bit selector. Identifies the initial header
type of the Fragmentable Part of the original
packet (defined below). Uses the same values as
the IPv4 Protocol field [RFC-1700 et seq.].
Reserved 8-bit reserved field. Initialized to zero for
transmission; ignored on reception.
Fragment Offset 13-bit unsigned integer. The offset, in 8-octet
units, of the data following this header,
relative to the start of the Fragmentable Part
of the original packet.
Res 2-bit reserved field. Initialized to zero for
transmission; ignored on reception.
M flag 1 = more fragments; 0 = last fragment.
Identification 32 bits. See description below.
Private Attributes |
---|
union TInet6HeaderFragment::@46 | @47 |
Member Functions Documentation
FragmentOffset()
TInt
| FragmentOffset | ( | ) | const [inline] |
HeaderLength()
TInt
| HeaderLength | ( | ) | const [inline] |
MFlag()
TInt
| MFlag | ( | ) | const [inline] |
MaxHeaderLength()
TInt
| MaxHeaderLength | ( | ) | [static, inline] |
MinHeaderLength()
TInt
| MinHeaderLength | ( | ) | [static, inline] |
NextHeader()
TInt
| NextHeader | ( | ) | const [inline] |
SetFragmentOffset(TInt)
void | SetFragmentOffset | ( | TInt | aOffset | ) | [inline] |
SetMFlag(TInt)
void | SetMFlag | ( | TInt | aFlag | ) | [inline] |
SetNextHeader(TInt)
void | SetNextHeader | ( | TInt | aNext | ) | [inline] |
Member Enumerations Documentation
Member Data Documentation
union TInet6HeaderFragment::@46 @47
union TInet6HeaderFragment::@46 | @47 | [private] |
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.