A Discrete-Event Network Simulator
API
ns3::olsr::AssociationTuple Struct Reference

An Association Tuple. More...

#include "olsr-repositories.h"

+ Collaboration diagram for ns3::olsr::AssociationTuple:

Public Attributes

Time expirationTime
 Time at which this tuple expires and must be removed. More...
 
Ipv4Address gatewayAddr
 Main address of the gateway. More...
 
Ipv4Mask netmask
 Netmask of network reachable through gatewayAddr. More...
 
Ipv4Address networkAddr
 Network Address of network reachable through gatewayAddr. More...
 

Detailed Description

An Association Tuple.

Definition at line 264 of file olsr-repositories.h.

Member Data Documentation

◆ expirationTime

Time ns3::olsr::AssociationTuple::expirationTime

Time at which this tuple expires and must be removed.

Definition at line 273 of file olsr-repositories.h.

Referenced by ns3::olsr::RoutingProtocol::AssociationTupleTimerExpire(), ns3::olsr::operator<<(), and ns3::olsr::RoutingProtocol::ProcessHna().

◆ gatewayAddr

Ipv4Address ns3::olsr::AssociationTuple::gatewayAddr

◆ netmask

Ipv4Mask ns3::olsr::AssociationTuple::netmask

◆ networkAddr

Ipv4Address ns3::olsr::AssociationTuple::networkAddr

The documentation for this struct was generated from the following file: