A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::dsr::NetworkKey Struct Reference

NetworkKey structure. More...

#include "dsr-maintain-buff.h"

+ Collaboration diagram for ns3::dsr::NetworkKey:

Public Member Functions

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

Public Attributes

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

Detailed Description

NetworkKey structure.

Definition at line 91 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 104 of file dsr-maintain-buff.h.

References ns3::Create(), m_ackId, m_destination, m_nextHop, m_ourAdd, and m_source.

+ Here is the call graph for this function:

Member Data Documentation

◆ m_ackId

◆ m_destination

Ipv4Address ns3::dsr::NetworkKey::m_destination

destination address

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

Referenced by operator<().

◆ m_nextHop

Ipv4Address ns3::dsr::NetworkKey::m_nextHop

next hop

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

Referenced by operator<().

◆ m_ourAdd

Ipv4Address ns3::dsr::NetworkKey::m_ourAdd

local address

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

Referenced by operator<().

◆ m_source

Ipv4Address ns3::dsr::NetworkKey::m_source

source address

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

Referenced by operator<().


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