#include "packetbb.h"
#include "ipv4-address.h"
#include "ipv6-address.h"
#include "ns3/assert.h"
#include "ns3/log.h"
Go to the source code of this file.
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Variables | |
static const uint8_t | AHAS_FULL_TAIL = 0x40 |
static const uint8_t | AHAS_HEAD = 0x80 |
static const uint8_t | AHAS_MULTI_PRE_LEN = 0x08 |
static const uint8_t | AHAS_SINGLE_PRE_LEN = 0x10 |
static const uint8_t | AHAS_ZERO_TAIL = 0x20 |
static const uint8_t | MHAS_HOP_COUNT = 0x20 |
static const uint8_t | MHAS_HOP_LIMIT = 0x40 |
static const uint8_t | MHAS_ORIG = 0x80 |
static const uint8_t | MHAS_SEQ_NUM = 0x10 |
static const uint8_t | PHAS_SEQ_NUM = 0x8 |
static const uint8_t | PHAS_TLV = 0x4 |
static const uint8_t | THAS_EXT_LEN = 0x08 |
static const uint8_t | THAS_MULTI_INDEX = 0x20 |
static const uint8_t | THAS_SINGLE_INDEX = 0x40 |
static const uint8_t | THAS_TYPE_EXT = 0x80 |
static const uint8_t | THAS_VALUE = 0x10 |
static const uint8_t | TIS_MULTIVALUE = 0x04 |
static const uint8_t | VERSION = 0 |
|
static |
Definition at line 45 of file packetbb.cc.
Referenced by ns3::PbbAddressBlock::Deserialize(), and ns3::PbbAddressBlock::Serialize().
|
static |
Definition at line 44 of file packetbb.cc.
Referenced by ns3::PbbAddressBlock::Deserialize(), and ns3::PbbAddressBlock::Serialize().
|
static |
Definition at line 48 of file packetbb.cc.
Referenced by ns3::PbbAddressBlock::Deserialize(), and ns3::PbbAddressBlock::GetPrefixFlags().
|
static |
Definition at line 47 of file packetbb.cc.
Referenced by ns3::PbbAddressBlock::Deserialize(), ns3::PbbAddressBlock::GetPrefixFlags(), and ns3::PbbAddressBlock::Serialize().
|
static |
Definition at line 46 of file packetbb.cc.
Referenced by ns3::PbbAddressBlock::Deserialize(), and ns3::PbbAddressBlock::Serialize().
|
static |
Definition at line 40 of file packetbb.cc.
Referenced by ns3::PbbMessage::Deserialize(), and ns3::PbbMessage::Serialize().
|
static |
Definition at line 39 of file packetbb.cc.
Referenced by ns3::PbbMessage::Deserialize(), and ns3::PbbMessage::Serialize().
|
static |
Definition at line 38 of file packetbb.cc.
Referenced by ns3::PbbMessage::Deserialize(), and ns3::PbbMessage::Serialize().
|
static |
Definition at line 41 of file packetbb.cc.
Referenced by ns3::PbbMessage::Deserialize(), and ns3::PbbMessage::Serialize().
|
static |
Definition at line 34 of file packetbb.cc.
Referenced by ns3::PbbPacket::Deserialize(), and ns3::PbbPacket::Serialize().
|
static |
Definition at line 35 of file packetbb.cc.
Referenced by ns3::PbbPacket::Deserialize(), and ns3::PbbPacket::Serialize().
|
static |
Definition at line 55 of file packetbb.cc.
Referenced by ns3::PbbTlv::Deserialize(), and ns3::PbbTlv::Serialize().
|
static |
Definition at line 53 of file packetbb.cc.
Referenced by ns3::PbbTlv::Deserialize(), and ns3::PbbTlv::Serialize().
|
static |
Definition at line 52 of file packetbb.cc.
Referenced by ns3::PbbTlv::Deserialize(), and ns3::PbbTlv::Serialize().
|
static |
Definition at line 51 of file packetbb.cc.
Referenced by ns3::PbbTlv::Deserialize(), and ns3::PbbTlv::Serialize().
|
static |
Definition at line 54 of file packetbb.cc.
Referenced by ns3::PbbTlv::Deserialize(), and ns3::PbbTlv::Serialize().
|
static |
Definition at line 56 of file packetbb.cc.
Referenced by ns3::PbbTlv::Serialize().
|
static |
Definition at line 32 of file packetbb.cc.