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

PassiveKey structure. More...

#include "dsr-maintain-buff.h"

+ Collaboration diagram for ns3::dsr::PassiveKey:

Public Member Functions

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

Public Attributes

uint16_t m_ackId
 acknowledge ID
 
Ipv4Address m_destination
 destination address
 
uint8_t m_segsLeft
 segments left
 
Ipv4Address m_source
 source address
 

Detailed Description

PassiveKey structure.

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

Member Function Documentation

◆ operator<()

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

Compare maintain Buffer entries.

Parameters
ois the object to compare
Returns
true if equal

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

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

+ Here is the call graph for this function:

Member Data Documentation

◆ m_ackId

◆ m_destination

Ipv4Address ns3::dsr::PassiveKey::m_destination

destination address

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

Referenced by operator<().

◆ m_segsLeft

uint8_t ns3::dsr::PassiveKey::m_segsLeft

segments left

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

Referenced by operator<().

◆ m_source

Ipv4Address ns3::dsr::PassiveKey::m_source

source address

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

Referenced by operator<().


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