A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ipv6-address.h File Reference
#include "ipv4-address.h"
#include "mac8-address.h"
#include "ns3/address.h"
#include "ns3/attribute-helper.h"
#include <cstring>
#include <ostream>
#include <stdint.h>
+ Include dependency graph for ipv6-address.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::Ipv6Address
 Describes an IPv6 address. More...
 
class  ns3::Ipv6AddressChecker
 AttributeChecker implementation for Ipv6AddressValue. More...
 
class  ns3::Ipv6AddressHash
 Hash function class for IPv6 addresses. More...
 
class  ns3::Ipv6AddressValue
 AttributeValue implementation for Ipv6Address. More...
 
class  ns3::Ipv6Prefix
 Describes an IPv6 prefix. More...
 
class  ns3::Ipv6PrefixChecker
 AttributeChecker implementation for Ipv6PrefixValue. More...
 
class  ns3::Ipv6PrefixValue
 AttributeValue implementation for Ipv6Prefix. More...
 

Namespaces

namespace  ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Functions

template<typename T1 >
Ptr< const AttributeAccessor > ns3::MakeIpv6AddressAccessor (T1 a1)
 
template<typename T1 , typename T2 >
Ptr< const AttributeAccessor > ns3::MakeIpv6AddressAccessor (T1 a1, T2 a2)
 
Ptr< const AttributeChecker > ns3::MakeIpv6AddressChecker ()
 
template<typename T1 >
Ptr< const AttributeAccessor > ns3::MakeIpv6PrefixAccessor (T1 a1)
 
template<typename T1 , typename T2 >
Ptr< const AttributeAccessor > ns3::MakeIpv6PrefixAccessor (T1 a1, T2 a2)
 
Ptr< const AttributeChecker > ns3::MakeIpv6PrefixChecker ()
 
bool ns3::operator!= (const Ipv6Address &a, const Ipv6Address &b)
 
bool ns3::operator!= (const Ipv6Prefix &a, const Ipv6Prefix &b)
 
bool ns3::operator< (const Ipv6Address &a, const Ipv6Address &b)
 
std::ostream & ns3::operator<< (std::ostream &os, const Ipv6Address &address)
 Stream insertion operator.
 
std::ostream & ns3::operator<< (std::ostream &os, const Ipv6Prefix &prefix)
 Stream insertion operator.
 
bool ns3::operator== (const Ipv6Address &a, const Ipv6Address &b)
 
bool ns3::operator== (const Ipv6Prefix &a, const Ipv6Prefix &b)
 
std::istream & ns3::operator>> (std::istream &is, Ipv6Address &address)
 Stream extraction operator.
 
std::istream & ns3::operator>> (std::istream &is, Ipv6Prefix &prefix)
 Stream extraction operator.