#include "dhcp6-duid.h"
#include "ns3/address.h"
#include "ns3/buffer.h"
#include "ns3/header.h"
#include "ns3/ipv6-address.h"
#include "ns3/node.h"
#include "ns3/nstime.h"
#include "ns3/ptr.h"
#include "ns3/random-variable-stream.h"
Go to the source code of this file.
Classes | |
class | ns3::IaAddressOption |
Implements the IA Address options. More... | |
class | ns3::IaOptions |
Implements the IANA and IATA options. More... | |
class | ns3::IdentifierOption |
Implements the client and server identifier options. More... | |
class | ns3::IntegerOptions< T > |
Implements the Preference and Elapsed Time options. More... | |
class | ns3::Options |
Implements the functionality of DHCPv6 options. More... | |
class | ns3::RequestOptions |
Implements the Option Request option. More... | |
class | ns3::ServerUnicastOption |
Implements the Server Unicast option. More... | |
class | ns3::StatusCodeOption |
Implements the Status Code option. More... | |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Typedefs | |
typedef IntegerOptions< uint16_t > | ns3::ElapsedTimeOption |
Create the typedef ElapsedTimeOption with T as uint16_t. | |
typedef IntegerOptions< uint8_t > | ns3::PreferenceOption |
Create the typedef PreferenceOption with T as uint8_t. | |