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