#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 | |
namespace | 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 34 of file packetbb.cc.
Referenced by ns3::PbbAddressBlock::Deserialize(), and ns3::PbbAddressBlock::Serialize().
|
static |
Definition at line 33 of file packetbb.cc.
Referenced by ns3::PbbAddressBlock::Deserialize(), and ns3::PbbAddressBlock::Serialize().
|
static |
Definition at line 37 of file packetbb.cc.
Referenced by ns3::PbbAddressBlock::Deserialize(), and ns3::PbbAddressBlock::GetPrefixFlags().
|
static |
Definition at line 36 of file packetbb.cc.
Referenced by ns3::PbbAddressBlock::Deserialize(), ns3::PbbAddressBlock::GetPrefixFlags(), and ns3::PbbAddressBlock::Serialize().
|
static |
Definition at line 35 of file packetbb.cc.
Referenced by ns3::PbbAddressBlock::Deserialize(), and ns3::PbbAddressBlock::Serialize().
|
static |
Definition at line 29 of file packetbb.cc.
Referenced by ns3::PbbMessage::Deserialize(), and ns3::PbbMessage::Serialize().
|
static |
Definition at line 28 of file packetbb.cc.
Referenced by ns3::PbbMessage::Deserialize(), and ns3::PbbMessage::Serialize().
|
static |
Definition at line 27 of file packetbb.cc.
Referenced by ns3::PbbMessage::Deserialize(), and ns3::PbbMessage::Serialize().
|
static |
Definition at line 30 of file packetbb.cc.
Referenced by ns3::PbbMessage::Deserialize(), and ns3::PbbMessage::Serialize().
|
static |
Definition at line 23 of file packetbb.cc.
Referenced by ns3::PbbPacket::Deserialize(), and ns3::PbbPacket::Serialize().
|
static |
Definition at line 24 of file packetbb.cc.
Referenced by ns3::PbbPacket::Deserialize(), and ns3::PbbPacket::Serialize().
|
static |
Definition at line 44 of file packetbb.cc.
Referenced by ns3::PbbTlv::Deserialize(), and ns3::PbbTlv::Serialize().
|
static |
Definition at line 42 of file packetbb.cc.
Referenced by ns3::PbbTlv::Deserialize(), and ns3::PbbTlv::Serialize().
|
static |
Definition at line 41 of file packetbb.cc.
Referenced by ns3::PbbTlv::Deserialize(), and ns3::PbbTlv::Serialize().
|
static |
Definition at line 40 of file packetbb.cc.
Referenced by ns3::PbbTlv::Deserialize(), and ns3::PbbTlv::Serialize().
|
static |
Definition at line 43 of file packetbb.cc.
Referenced by ns3::PbbTlv::Deserialize(), and ns3::PbbTlv::Serialize().
|
static |
Definition at line 45 of file packetbb.cc.
Referenced by ns3::PbbTlv::Serialize().
|
static |
Definition at line 21 of file packetbb.cc.