A Discrete-Event Network Simulator
API
Public Member Functions | Public Attributes | List of all members
ns3::dsr::NetworkKey Struct Reference

NetworkKey structure. More...

#include "dsr-maintain-buff.h"

Public Member Functions

bool operator< (const NetworkKey &o) const
 Compare maintain Buffer entries. More...
 

Public Attributes

uint16_t m_ackId
 acknowledge ID More...
 
Ipv4Address m_destination
 destination address More...
 
Ipv4Address m_nextHop
 next hop More...
 
Ipv4Address m_ourAdd
 local address More...
 
Ipv4Address m_source
 source address More...
 

Detailed Description

NetworkKey structure.

Definition at line 98 of file dsr-maintain-buff.h.

Member Function Documentation

◆ operator<()

bool ns3::dsr::NetworkKey::operator< ( const NetworkKey o) const
inline

Compare maintain Buffer entries.

Parameters
oobject to compare
Returns
true if equal

Definition at line 111 of file dsr-maintain-buff.h.

References m_ackId, m_destination, m_nextHop, m_ourAdd, and m_source.

Member Data Documentation

◆ m_ackId

uint16_t ns3::dsr::NetworkKey::m_ackId

◆ m_destination

Ipv4Address ns3::dsr::NetworkKey::m_destination

◆ m_nextHop

Ipv4Address ns3::dsr::NetworkKey::m_nextHop

◆ m_ourAdd

Ipv4Address ns3::dsr::NetworkKey::m_ourAdd

◆ m_source

Ipv4Address ns3::dsr::NetworkKey::m_source

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