Topics | |
DHCPv6 module tests | |
Classes | |
class | ns3::Dhcp6Client |
Implements the DHCPv6 client. More... | |
class | ns3::Dhcp6Header |
Implements the DHCPv6 header. More... | |
class | ns3::Dhcp6Helper |
The helper class used to configure and install DHCPv6 applications on nodes. More... | |
class | ns3::Dhcp6Server |
Implements the DHCPv6 server. More... | |
class | ns3::Duid |
Implements the unique identifier for DHCPv6. More... | |
class | ns3::Duid::DuidHash |
Class providing a hash for DUIDs. More... | |
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::Dhcp6Client::InterfaceConfig |
DHCPv6 client config details about each interface on the node. More... | |
class | ns3::LeaseInfo |
Includes information about available subnets and corresponding leases. 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... | |
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. | |
typedef IntegerOptions<uint16_t> ns3::ElapsedTimeOption |
Create the typedef ElapsedTimeOption with T as uint16_t.
Definition at line 464 of file dhcp6-options.h.
typedef IntegerOptions<uint8_t> ns3::PreferenceOption |
Create the typedef PreferenceOption with T as uint8_t.
Definition at line 458 of file dhcp6-options.h.