#include <ext_hdr.h>
class TInet6OptionBase |
Public Member Functions | |
---|---|
TUint8 * | EndPtr() |
TInt | HeaderLength() |
TInt | MaxHeaderLength() |
TInt | MinHeaderLength() |
void | SetDataLen(TInt) |
void | SetType(TInt) |
TInt | Type() |
IPv6 Option value header.
A basic class for handling Type-Length-Value (TLV) options.
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- - - - - - - - - | Option Type | Opt Data Len | Option Data +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- - - - - - - - - Option Type 8-bit identifier of the type of option. Opt Data Len 8-bit unsigned integer. Length of the Option Data field of this option, in octets. Option Data Variable-length field. Option-Type-specific data.Option values are used inside option headers (for example: Hop-by-Hop options and Destination options).