DSR Maintain Buffer Entry. More...
#include "dsr-maintain-buff.h"
Public Member Functions | |
DsrMaintainBuffEntry (Ptr< const Packet > packet=nullptr, Ipv4Address ourAddress=Ipv4Address(), Ipv4Address nextHop=Ipv4Address(), Ipv4Address src=Ipv4Address(), Ipv4Address dst=Ipv4Address(), uint16_t ackId=0, uint8_t segsLeft=0, Time expire=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 Packet > | GetPacket () 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 Packet > | m_packet |
Data packet. More... | |
uint8_t | m_segsLeft |
The segments left field. More... | |
Ipv4Address | m_src |
The source address. More... | |
DSR Maintain Buffer Entry.
Definition at line 216 of file dsr-maintain-buff.h.
|
inline |
Construct a DsrMaintainBuffEntry with the given parameters.
packet | packet |
ourAddress | our IPv4 address |
nextHop | next hop IPv4 address |
src | IPv4 address of the source |
dst | IPv4 address of the destination |
ackId | ACK ID |
segsLeft | number of segments left |
expire | expiration time |
Definition at line 231 of file dsr-maintain-buff.h.
|
inline |
Get acknowledge ID.
Definition at line 345 of file dsr-maintain-buff.h.
References m_ackId.
Referenced by ns3::dsr::DsrMaintainBuffer::AllEqual(), ns3::dsr::DsrRouting::CancelNetworkPacketTimer(), ns3::dsr::DsrRouting::CheckSendBuffer(), ns3::dsr::DsrMaintainBuffer::Enqueue(), ns3::dsr::DsrRouting::ForwardPacket(), ns3::dsr::DsrMaintainBuffer::NetworkEqual(), ns3::dsr::DsrRouting::NetworkScheduleTimerExpire(), ns3::dsr::DsrRouting::PacketNewRoute(), ns3::dsr::DsrMaintainBuffer::PromiscEqual(), ns3::dsr::DsrRouting::ScheduleNetworkPacketRetry(), ns3::dsr::DsrRouting::Send(), and ns3::dsr::DsrRouting::SendPacketFromBuffer().
|
inline |
Get destination address.
Definition at line 309 of file dsr-maintain-buff.h.
References m_dst.
Referenced by ns3::dsr::DsrMaintainBuffer::AllEqual(), ns3::dsr::DsrRouting::CancelLinkPacketTimer(), ns3::dsr::DsrRouting::CancelNetworkPacketTimer(), ns3::dsr::DsrRouting::CancelPacketTimerNextHop(), ns3::dsr::DsrRouting::CancelPassivePacketTimer(), ns3::dsr::DsrRouting::CheckSendBuffer(), ns3::dsr::DsrMaintainBuffer::Enqueue(), ns3::dsr::DsrRouting::ForwardPacket(), ns3::dsr::DsrMaintainBuffer::LinkEqual(), ns3::dsr::DsrRouting::LinkScheduleTimerExpire(), ns3::dsr::DsrMaintainBuffer::NetworkEqual(), ns3::dsr::DsrRouting::NetworkScheduleTimerExpire(), ns3::dsr::DsrRouting::PacketNewRoute(), ns3::dsr::DsrRouting::PassiveScheduleTimerExpire(), ns3::dsr::DsrMaintainBuffer::PromiscEqual(), ns3::dsr::DsrRouting::ScheduleLinkPacketRetry(), ns3::dsr::DsrRouting::ScheduleNetworkPacketRetry(), ns3::dsr::DsrRouting::SchedulePassivePacketRetry(), ns3::dsr::DsrRouting::Send(), and ns3::dsr::DsrRouting::SendPacketFromBuffer().
|
inline |
Get expiration time.
Definition at line 390 of file dsr-maintain-buff.h.
References m_expire, and ns3::Simulator::Now().
Referenced by ns3::dsr::IsExpired::operator()().
|
inline |
Get next hop of entry.
Definition at line 291 of file dsr-maintain-buff.h.
References m_nextHop.
Referenced by ns3::dsr::DsrMaintainBuffer::AllEqual(), ns3::dsr::DsrRouting::CancelLinkPacketTimer(), ns3::dsr::DsrRouting::CancelNetworkPacketTimer(), ns3::dsr::DsrRouting::CheckSendBuffer(), ns3::dsr::DsrMaintainBuffer::Enqueue(), ns3::dsr::DsrRouting::ForwardPacket(), ns3::dsr::DsrMaintainBuffer::LinkEqual(), ns3::dsr::DsrRouting::LinkScheduleTimerExpire(), ns3::dsr::DsrMaintainBuffer::NetworkEqual(), ns3::dsr::DsrRouting::NetworkScheduleTimerExpire(), ns3::dsr::DsrRouting::PacketNewRoute(), ns3::dsr::DsrRouting::PassiveScheduleTimerExpire(), ns3::dsr::DsrRouting::ScheduleLinkPacketRetry(), ns3::dsr::DsrRouting::ScheduleNetworkPacketRetry(), ns3::dsr::DsrRouting::SchedulePassivePacketRetry(), ns3::dsr::DsrRouting::Send(), and ns3::dsr::DsrRouting::SendPacketFromBuffer().
|
inline |
Get local address of entry.
Definition at line 273 of file dsr-maintain-buff.h.
References m_ourAdd.
Referenced by ns3::dsr::DsrMaintainBuffer::AllEqual(), ns3::dsr::DsrRouting::CancelLinkPacketTimer(), ns3::dsr::DsrRouting::CancelNetworkPacketTimer(), ns3::dsr::DsrRouting::CheckSendBuffer(), ns3::dsr::DsrMaintainBuffer::Enqueue(), ns3::dsr::DsrRouting::ForwardPacket(), ns3::dsr::DsrMaintainBuffer::LinkEqual(), ns3::dsr::DsrRouting::LinkScheduleTimerExpire(), ns3::dsr::DsrMaintainBuffer::NetworkEqual(), ns3::dsr::DsrRouting::NetworkScheduleTimerExpire(), ns3::dsr::DsrRouting::PacketNewRoute(), ns3::dsr::DsrRouting::ScheduleLinkPacketRetry(), ns3::dsr::DsrRouting::ScheduleNetworkPacketRetry(), ns3::dsr::DsrRouting::Send(), and ns3::dsr::DsrRouting::SendPacketFromBuffer().
Get packet.
Definition at line 255 of file dsr-maintain-buff.h.
References m_packet.
Referenced by ns3::dsr::DsrRouting::CancelPacketTimerNextHop(), ns3::dsr::DsrMaintainBuffer::Dequeue(), ns3::dsr::DsrRouting::LinkScheduleTimerExpire(), ns3::dsr::DsrRouting::NetworkScheduleTimerExpire(), ns3::dsr::DsrRouting::PassiveScheduleTimerExpire(), ns3::dsr::DsrRouting::ScheduleLinkPacketRetry(), ns3::dsr::DsrRouting::ScheduleNetworkPacketRetry(), and ns3::dsr::DsrRouting::SchedulePassivePacketRetry().
|
inline |
Get segments left.
Definition at line 363 of file dsr-maintain-buff.h.
References m_segsLeft.
Referenced by ns3::dsr::DsrMaintainBuffer::AllEqual(), ns3::dsr::DsrRouting::CancelNetworkPacketTimer(), ns3::dsr::DsrRouting::CancelPassivePacketTimer(), ns3::dsr::DsrRouting::CheckSendBuffer(), ns3::dsr::DsrMaintainBuffer::Enqueue(), ns3::dsr::DsrRouting::ForwardPacket(), ns3::dsr::DsrRouting::PacketNewRoute(), ns3::dsr::DsrRouting::PassiveScheduleTimerExpire(), ns3::dsr::DsrMaintainBuffer::PromiscEqual(), ns3::dsr::DsrRouting::SchedulePassivePacketRetry(), ns3::dsr::DsrRouting::Send(), and ns3::dsr::DsrRouting::SendPacketFromBuffer().
|
inline |
Get source address.
Definition at line 327 of file dsr-maintain-buff.h.
References m_src.
Referenced by ns3::dsr::DsrMaintainBuffer::AllEqual(), ns3::dsr::DsrRouting::CancelLinkPacketTimer(), ns3::dsr::DsrRouting::CancelNetworkPacketTimer(), ns3::dsr::DsrRouting::CancelPacketTimerNextHop(), ns3::dsr::DsrRouting::CancelPassivePacketTimer(), ns3::dsr::DsrRouting::CheckSendBuffer(), ns3::dsr::DsrMaintainBuffer::Enqueue(), ns3::dsr::DsrRouting::ForwardPacket(), ns3::dsr::DsrMaintainBuffer::LinkEqual(), ns3::dsr::DsrRouting::LinkScheduleTimerExpire(), ns3::dsr::DsrMaintainBuffer::NetworkEqual(), ns3::dsr::DsrRouting::NetworkScheduleTimerExpire(), ns3::dsr::DsrRouting::PacketNewRoute(), ns3::dsr::DsrRouting::PassiveScheduleTimerExpire(), ns3::dsr::DsrMaintainBuffer::PromiscEqual(), ns3::dsr::DsrRouting::ScheduleLinkPacketRetry(), ns3::dsr::DsrRouting::ScheduleNetworkPacketRetry(), ns3::dsr::DsrRouting::SchedulePassivePacketRetry(), ns3::dsr::DsrRouting::Send(), and ns3::dsr::DsrRouting::SendPacketFromBuffer().
|
inline |
Set acknowledge ID.
ackId | the acknowledge ID |
Definition at line 354 of file dsr-maintain-buff.h.
References m_ackId.
Referenced by ns3::dsr::DsrRouting::CancelPassiveTimer(), ns3::dsr::DsrRouting::PassiveEntryCheck(), and ns3::dsr::DsrRouting::ScheduleNetworkPacketRetry().
|
inline |
Set destination address.
n | the destination IP address |
Definition at line 318 of file dsr-maintain-buff.h.
References m_dst.
Referenced by ns3::dsr::DsrRouting::CancelPassiveTimer(), ns3::dsr::DsrRouting::PassiveEntryCheck(), and ns3::dsr::DsrRouting::PromiscReceive().
|
inline |
Set expiration time.
exp | the expire time |
Definition at line 381 of file dsr-maintain-buff.h.
References m_expire, and ns3::Simulator::Now().
Referenced by ns3::dsr::DsrMaintainBuffer::Enqueue(), and ns3::dsr::DsrRouting::ScheduleNetworkPacketRetry().
|
inline |
Set next hop of entry.
n | the next hop IP address |
Definition at line 300 of file dsr-maintain-buff.h.
References m_nextHop.
Referenced by ns3::dsr::DsrRouting::PromiscReceive().
|
inline |
Set local address of entry.
us | the local IP address |
Definition at line 282 of file dsr-maintain-buff.h.
References m_ourAdd.
Referenced by ns3::dsr::DsrRouting::PromiscReceive().
Set packet.
p | the current packet |
Definition at line 264 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().
|
inline |
Set segments left.
segs | the number of segments left |
Definition at line 372 of file dsr-maintain-buff.h.
References m_segsLeft.
Referenced by ns3::dsr::DsrRouting::CancelPassiveTimer(), and ns3::dsr::DsrRouting::PassiveEntryCheck().
|
inline |
Set source address.
s | the source IP address |
Definition at line 336 of file dsr-maintain-buff.h.
References m_src.
Referenced by ns3::dsr::DsrRouting::CancelPassiveTimer(), ns3::dsr::DsrRouting::PassiveEntryCheck(), and ns3::dsr::DsrRouting::PromiscReceive().
|
private |
The data ack id.
Definition at line 407 of file dsr-maintain-buff.h.
Referenced by GetAckId(), and SetAckId().
|
private |
The destination address.
Definition at line 405 of file dsr-maintain-buff.h.
|
private |
Expire time for queue entry.
Definition at line 411 of file dsr-maintain-buff.h.
Referenced by GetExpireTime(), and SetExpireTime().
|
private |
Next hop Ip address.
Definition at line 401 of file dsr-maintain-buff.h.
Referenced by GetNextHop(), and SetNextHop().
|
private |
Our own ip address.
Definition at line 399 of file dsr-maintain-buff.h.
Referenced by GetOurAdd(), and SetOurAdd().
Data packet.
Definition at line 397 of file dsr-maintain-buff.h.
Referenced by GetPacket(), and SetPacket().
|
private |
The segments left field.
Definition at line 409 of file dsr-maintain-buff.h.
Referenced by GetSegsLeft(), and SetSegsLeft().
|
private |
The source address.
Definition at line 403 of file dsr-maintain-buff.h.