Header of IPv6 Extension Fragment.
More...
#include <ipv6-extension-header.h>
List of all members.
Detailed Description
Header of IPv6 Extension Fragment.
Member Function Documentation
virtual uint32_t ns3::Ipv6ExtensionFragmentHeader::Deserialize |
( |
Buffer::Iterator |
start | ) |
[virtual] |
uint32_t ns3::Ipv6ExtensionFragmentHeader::GetIdentification |
( |
| ) |
const |
Get the field "Identification".
- Returns:
- the identifier of the fragment
virtual TypeId ns3::Ipv6ExtensionFragmentHeader::GetInstanceTypeId |
( |
| ) |
const [virtual] |
bool ns3::Ipv6ExtensionFragmentHeader::GetMoreFragment |
( |
| ) |
const |
Get the status of "More Fragment" bit.
- Returns:
- the status of "More Fragment" bit.
uint16_t ns3::Ipv6ExtensionFragmentHeader::GetOffset |
( |
| ) |
const |
Get the field "Offset".
- Returns:
- the offset of the fragment
virtual uint32_t ns3::Ipv6ExtensionFragmentHeader::GetSerializedSize |
( |
| ) |
const [virtual] |
static TypeId ns3::Ipv6ExtensionFragmentHeader::GetTypeId |
( |
void |
| ) |
[static] |
virtual void ns3::Ipv6ExtensionFragmentHeader::Print |
( |
std::ostream & |
os | ) |
const [virtual] |
Print some informations about the packet.
- Parameters:
-
- Returns:
- info about this packet
Reimplemented from ns3::Ipv6ExtensionHeader.
virtual void ns3::Ipv6ExtensionFragmentHeader::Serialize |
( |
Buffer::Iterator |
start | ) |
const [virtual] |
void ns3::Ipv6ExtensionFragmentHeader::SetIdentification |
( |
uint32_t |
identification | ) |
|
Set the "Identification" field.
- Parameters:
-
identification | the identifier of the fragment |
void ns3::Ipv6ExtensionFragmentHeader::SetMoreFragment |
( |
bool |
moreFragment | ) |
|
Set the status of "More Fragment" bit.
- Parameters:
-
moreFragment | the bit "More Fragment" |
void ns3::Ipv6ExtensionFragmentHeader::SetOffset |
( |
uint16_t |
offset | ) |
|
Set the "Offset" field.
- Parameters:
-
offset | the offset of the fragment |
The documentation for this class was generated from the following files:
- src/internet/model/ipv6-extension-header.h
- doc/introspected-doxygen.h