A Discrete-Event Network Simulator
API
ns3::dsr::NetworkKey Struct Reference

#include "dsr-maintain-buff.h"

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

Public Member Functions

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

Public Attributes

uint16_t m_ackId
 
Ipv4Address m_destination
 
Ipv4Address m_nextHop
 
Ipv4Address m_ourAdd
 
Ipv4Address m_source
 

Detailed Description

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

Member Function Documentation

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

Compare maintain Buffer entries.

Parameters
o
Returns
true if equal

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

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

Member Data Documentation


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