38                                                    uint32_t preferredLifeTime,
 
   39                                                    uint32_t validLifeTime,
 
   42     if (preferredLifeTime + validLifeTime == 0)
 
   44         NS_LOG_WARN(
"Ipv6AutoconfiguredPrefix: Preferred and Valid Lifetimes are zero, the address " 
   45                     "will be removed immediately.");
 
   94         NS_LOG_WARN(
"Ipv6AutoconfiguredPrefix: Preferred and Valid Lifetimes are zero, the address " 
   95                     "will be removed immediately.");
 
  111         NS_LOG_WARN(
"Ipv6AutoconfiguredPrefix: Preferred and Valid Lifetimes are zero, the address " 
  112                     "will be removed immediately.");
 
Describes an IPv6 address.
 
IPv6 layer implementation.
 
Describes an IPv6 prefix.
 
Ptr< T > GetObject() const
Get a pointer to the requested aggregated Object.
 
void SetDelay(const Time &delay)
 
void Cancel()
Cancel the currently-running event if there is one.
 
void Schedule()
Schedule a new event using the currently-configured delay, function, and arguments.
 
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
 
#define NS_LOG_WARN(msg)
Use NS_LOG to output a message of level LOG_WARN.
 
#define NS_LOG_INFO(msg)
Use NS_LOG to output a message of level LOG_INFO.
 
Time Seconds(double value)
Construct a Time in the indicated unit.
 
Every class exported by the ns3 library is enclosed in the ns3 namespace.