DSR Passive Buffer Entry. More...
#include <dsr-passive-buff.h>
 Collaboration diagram for ns3::dsr::PassiveBuffEntry:Public Member Functions | |
| PassiveBuffEntry (Ptr< const Packet > pa=0, Ipv4Address d=Ipv4Address(), Ipv4Address s=Ipv4Address(), Ipv4Address n=Ipv4Address(), uint16_t i=0, uint16_t f=0, uint8_t seg=0, Time exp=Simulator::Now(), uint8_t p=0) | |
| bool | operator== (PassiveBuffEntry const &o) const | 
| Ptr< const Packet > | GetPacket () const | 
| void | SetPacket (Ptr< const Packet > p) | 
| Ipv4Address | GetDestination () const | 
| void | SetDestination (Ipv4Address d) | 
| Ipv4Address | GetSource () const | 
| void | SetSource (Ipv4Address s) | 
| Ipv4Address | GetNextHop () const | 
| void | SetNextHop (Ipv4Address n) | 
| uint16_t | GetIdentification () const | 
| void | SetIdentification (uint16_t i) | 
| uint16_t | GetFragmentOffset () const | 
| void | SetFragmentOffset (uint16_t f) | 
| uint8_t | GetSegsLeft () const | 
| void | SetSegsLeft (uint8_t seg) | 
| void | SetExpireTime (Time exp) | 
| Time | GetExpireTime () const | 
| void | SetProtocol (uint8_t p) | 
| uint8_t | GetProtocol () const | 
Private Attributes | |
| Ipv4Address | m_dst | 
| Time | m_expire | 
| uint16_t | m_fragmentOffset | 
| uint16_t | m_identification | 
| Ipv4Address | m_nextHop | 
| Ptr< const Packet > | m_packet | 
| uint8_t | m_protocol | 
| uint8_t | m_segsLeft | 
| Ipv4Address | m_source | 
DSR Passive Buffer Entry.
Definition at line 45 of file dsr-passive-buff.h.
      
  | 
  inline | 
Definition at line 49 of file dsr-passive-buff.h.
      
  | 
  inline | 
Definition at line 81 of file dsr-passive-buff.h.
References m_dst.
Referenced by ns3::dsr::PassiveBuffer::AllEqual(), ns3::dsr::PassiveBuffer::Drop(), and ns3::dsr::PassiveBuffer::Enqueue().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 133 of file dsr-passive-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:
      
  | 
  inline | 
Definition at line 113 of file dsr-passive-buff.h.
References m_fragmentOffset.
Referenced by ns3::dsr::PassiveBuffer::AllEqual(), and ns3::dsr::PassiveBuffer::Enqueue().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 105 of file dsr-passive-buff.h.
References m_identification.
Referenced by ns3::dsr::PassiveBuffer::AllEqual(), and ns3::dsr::PassiveBuffer::Enqueue().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 97 of file dsr-passive-buff.h.
References m_nextHop.
Referenced by ns3::dsr::PassiveBuffer::AllEqual(), ns3::dsr::PassiveBuffer::DropLink(), ns3::dsr::PassiveBuffer::Enqueue(), and ns3::dsr::PassiveBuffer::LinkEqual().
 Here is the caller graph for this function:Definition at line 73 of file dsr-passive-buff.h.
References m_packet.
Referenced by ns3::dsr::PassiveBuffer::AllEqual(), ns3::dsr::PassiveBuffer::Dequeue(), ns3::dsr::PassiveBuffer::Drop(), ns3::dsr::PassiveBuffer::DropLink(), and ns3::dsr::PassiveBuffer::Enqueue().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 141 of file dsr-passive-buff.h.
References m_protocol.
      
  | 
  inline | 
Definition at line 121 of file dsr-passive-buff.h.
References m_segsLeft.
Referenced by ns3::dsr::PassiveBuffer::AllEqual(), and ns3::dsr::PassiveBuffer::Enqueue().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 89 of file dsr-passive-buff.h.
References m_source.
Referenced by ns3::dsr::PassiveBuffer::AllEqual(), ns3::dsr::PassiveBuffer::DropLink(), ns3::dsr::PassiveBuffer::Enqueue(), and ns3::dsr::PassiveBuffer::LinkEqual().
 Here is the caller graph for this function:
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 85 of file dsr-passive-buff.h.
References m_dst.
Referenced by ns3::dsr::DsrRouting::PassiveEntryCheck().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 129 of file dsr-passive-buff.h.
References m_expire, and ns3::Simulator::Now().
Referenced by ns3::dsr::PassiveBuffer::Enqueue().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 117 of file dsr-passive-buff.h.
References m_fragmentOffset.
Referenced by ns3::dsr::DsrRouting::PassiveEntryCheck().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 109 of file dsr-passive-buff.h.
References m_identification.
Referenced by ns3::dsr::DsrRouting::PassiveEntryCheck().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 101 of file dsr-passive-buff.h.
References m_nextHop.
Definition at line 77 of file dsr-passive-buff.h.
References m_packet.
Referenced by ns3::dsr::DsrRouting::PassiveEntryCheck().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 137 of file dsr-passive-buff.h.
References m_protocol.
      
  | 
  inline | 
Definition at line 125 of file dsr-passive-buff.h.
References m_segsLeft.
Referenced by ns3::dsr::DsrRouting::PassiveEntryCheck().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 93 of file dsr-passive-buff.h.
Referenced by ns3::dsr::DsrRouting::PassiveEntryCheck().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 150 of file dsr-passive-buff.h.
Referenced by GetDestination(), operator==(), and SetDestination().
      
  | 
  private | 
Definition at line 160 of file dsr-passive-buff.h.
Referenced by GetExpireTime(), operator==(), and SetExpireTime().
      
  | 
  private | 
Definition at line 157 of file dsr-passive-buff.h.
Referenced by GetFragmentOffset(), and SetFragmentOffset().
      
  | 
  private | 
Definition at line 156 of file dsr-passive-buff.h.
Referenced by GetIdentification(), and SetIdentification().
      
  | 
  private | 
Definition at line 154 of file dsr-passive-buff.h.
Referenced by GetNextHop(), operator==(), and SetNextHop().
Definition at line 148 of file dsr-passive-buff.h.
Referenced by GetPacket(), operator==(), and SetPacket().
      
  | 
  private | 
Definition at line 162 of file dsr-passive-buff.h.
Referenced by GetProtocol(), and SetProtocol().
      
  | 
  private | 
Definition at line 158 of file dsr-passive-buff.h.
Referenced by GetSegsLeft(), and SetSegsLeft().
      
  | 
  private | 
Definition at line 152 of file dsr-passive-buff.h.
Referenced by GetSource(), operator==(), and SetSource().