A Discrete-Event Network Simulator
API
ns3::dsr::DsrMaintainBuffEntry Class Reference

DSR Maintain Buffer Entry. More...

#include "dsr-maintain-buff.h"

+ Collaboration diagram for ns3::dsr::DsrMaintainBuffEntry:

Public Member Functions

 DsrMaintainBuffEntry (Ptr< const Packet > pa=0, Ipv4Address us=Ipv4Address(), Ipv4Address n=Ipv4Address(), Ipv4Address s=Ipv4Address(), Ipv4Address dst=Ipv4Address(), uint16_t ackId=0, uint8_t segs=0, Time exp=Simulator::Now())
 Construct a DsrMaintainBuffEntry with the given parameters. More...
 
uint16_t GetAckId () const
 Get acknowledge ID. More...
 
Ipv4Address GetDst () const
 Get destination address. More...
 
Time GetExpireTime () const
 Get expiration time. More...
 
Ipv4Address GetNextHop () const
 Get next hop of entry. More...
 
Ipv4Address GetOurAdd () const
 Get local address of entry. More...
 
Ptr< const PacketGetPacket () const
 Get packet. More...
 
uint8_t GetSegsLeft () const
 Get segments left. More...
 
Ipv4Address GetSrc () const
 Get source address. More...
 
void SetAckId (uint16_t ackId)
 Set acknowledge ID. More...
 
void SetDst (Ipv4Address n)
 Set destination address. More...
 
void SetExpireTime (Time exp)
 Set expiration time. More...
 
void SetNextHop (Ipv4Address n)
 Set next hop of entry. More...
 
void SetOurAdd (Ipv4Address us)
 Set local address of entry. More...
 
void SetPacket (Ptr< const Packet > p)
 Set packet. More...
 
void SetSegsLeft (uint8_t segs)
 Set segments left. More...
 
void SetSrc (Ipv4Address s)
 Set source address. More...
 

Private Attributes

uint16_t m_ackId
 The data ack id. More...
 
Ipv4Address m_dst
 The destination address. More...
 
Time m_expire
 Expire time for queue entry. More...
 
Ipv4Address m_nextHop
 Next hop Ip address. More...
 
Ipv4Address m_ourAdd
 Our own ip address. More...
 
Ptr< const Packetm_packet
 Data packet. More...
 
uint8_t m_segsLeft
 The segments left field. More...
 
Ipv4Address m_src
 The source address. More...
 

Detailed Description

DSR Maintain Buffer Entry.

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

Constructor & Destructor Documentation

ns3::dsr::DsrMaintainBuffEntry::DsrMaintainBuffEntry ( Ptr< const Packet pa = 0,
Ipv4Address  us = Ipv4Address (),
Ipv4Address  n = Ipv4Address (),
Ipv4Address  s = Ipv4Address (),
Ipv4Address  dst = Ipv4Address (),
uint16_t  ackId = 0,
uint8_t  segs = 0,
Time  exp = Simulator::Now () 
)
inline

Construct a DsrMaintainBuffEntry with the given parameters.

Parameters
papacket
usour IPv4 address
nnext hop IPv4 address
sIPv4 address of the source
dstIPv4 address of the destination
ackIdACK ID
segsnumber of segments left
expexpiration time

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

Member Function Documentation

uint16_t ns3::dsr::DsrMaintainBuffEntry::GetAckId ( ) const
inline
Time ns3::dsr::DsrMaintainBuffEntry::GetExpireTime ( ) const
inline

Get expiration time.

Returns
the expiration time

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

References m_expire, and ns3::Simulator::Now().

Referenced by ns3::dsr::IsExpired::operator()().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

uint8_t ns3::dsr::DsrMaintainBuffEntry::GetSegsLeft ( ) const
inline
void ns3::dsr::DsrMaintainBuffEntry::SetAckId ( uint16_t  ackId)
inline

Set acknowledge ID.

Parameters
ackIdthe acknowledge ID

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

References m_ackId.

Referenced by ns3::dsr::DsrRouting::CancelPassiveTimer(), ns3::dsr::DsrRouting::PassiveEntryCheck(), and ns3::dsr::DsrRouting::ScheduleNetworkPacketRetry().

+ Here is the caller graph for this function:

void ns3::dsr::DsrMaintainBuffEntry::SetDst ( Ipv4Address  n)
inline

Set destination address.

Parameters
nthe destination IP address

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

References m_dst.

Referenced by ns3::dsr::DsrRouting::CancelPassiveTimer(), and ns3::dsr::DsrRouting::PassiveEntryCheck().

+ Here is the caller graph for this function:

void ns3::dsr::DsrMaintainBuffEntry::SetExpireTime ( Time  exp)
inline

Set expiration time.

Parameters
expthe expire time

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

References m_expire, and ns3::Simulator::Now().

Referenced by ns3::dsr::DsrMaintainBuffer::Enqueue(), and ns3::dsr::DsrRouting::ScheduleNetworkPacketRetry().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void ns3::dsr::DsrMaintainBuffEntry::SetNextHop ( Ipv4Address  n)
inline

Set next hop of entry.

Parameters
nthe next hop IP address

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

References m_nextHop.

void ns3::dsr::DsrMaintainBuffEntry::SetOurAdd ( Ipv4Address  us)
inline

Set local address of entry.

Parameters
usthe local IP address

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

References m_ourAdd.

void ns3::dsr::DsrMaintainBuffEntry::SetPacket ( Ptr< const Packet p)
inline

Set packet.

Parameters
pthe current packet

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

References m_packet.

Referenced by ns3::dsr::DsrRouting::CancelPassiveTimer(), ns3::dsr::DsrRouting::PassiveEntryCheck(), ns3::dsr::DsrRouting::PromiscReceive(), and ns3::dsr::DsrRouting::ScheduleNetworkPacketRetry().

+ Here is the caller graph for this function:

void ns3::dsr::DsrMaintainBuffEntry::SetSegsLeft ( uint8_t  segs)
inline

Set segments left.

Parameters
segsthe number of segments left

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

References m_segsLeft.

Referenced by ns3::dsr::DsrRouting::CancelPassiveTimer(), and ns3::dsr::DsrRouting::PassiveEntryCheck().

+ Here is the caller graph for this function:

void ns3::dsr::DsrMaintainBuffEntry::SetSrc ( Ipv4Address  s)
inline

Set source address.

Parameters
sthe source IP address

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

References m_src.

Referenced by ns3::dsr::DsrRouting::CancelPassiveTimer(), and ns3::dsr::DsrRouting::PassiveEntryCheck().

+ Here is the caller graph for this function:

Member Data Documentation

uint16_t ns3::dsr::DsrMaintainBuffEntry::m_ackId
private

The data ack id.

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

Referenced by GetAckId(), and SetAckId().

Ipv4Address ns3::dsr::DsrMaintainBuffEntry::m_dst
private

The destination address.

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

Referenced by GetDst(), and SetDst().

Time ns3::dsr::DsrMaintainBuffEntry::m_expire
private

Expire time for queue entry.

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

Referenced by GetExpireTime(), and SetExpireTime().

Ipv4Address ns3::dsr::DsrMaintainBuffEntry::m_nextHop
private

Next hop Ip address.

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

Referenced by GetNextHop(), and SetNextHop().

Ipv4Address ns3::dsr::DsrMaintainBuffEntry::m_ourAdd
private

Our own ip address.

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

Referenced by GetOurAdd(), and SetOurAdd().

Ptr<const Packet> ns3::dsr::DsrMaintainBuffEntry::m_packet
private

Data packet.

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

Referenced by GetPacket(), and SetPacket().

uint8_t ns3::dsr::DsrMaintainBuffEntry::m_segsLeft
private

The segments left field.

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

Referenced by GetSegsLeft(), and SetSegsLeft().

Ipv4Address ns3::dsr::DsrMaintainBuffEntry::m_src
private

The source address.

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

Referenced by GetSrc(), and SetSrc().


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