22 #include "ns3/assert.h" 
   23 #include "ns3/address-utils.h" 
   24 #include "ns3/packet.h" 
   33   m_flags (0), m_hopcount (0), m_ttl (0), m_originatorAddress (
Mac48Address::GetBroadcast ()),
 
   34   m_destSeqNumber (0), m_metric (0)
 
  154   os << 
"RANN=(flags=" << (int) 
m_flags 
  156      << 
", TTL=" << (int) 
m_ttl 
Mac48Address m_originatorAddress
 
void IncrementMetric(uint32_t metric)
 
virtual uint8_t GetInformationFieldSize() const 
Length of serialized information (i.e., the length of the body of the IE, not including the Element I...
 
void SetOriginatorAddress(Mac48Address originator_address)
 
void SetDestSeqNumber(uint32_t dest_seq_number)
 
void SetFlags(uint8_t flags)
 
void ReadFrom(Buffer::Iterator &i, Ipv4Address &ad)
Read an Ipv4Address from a Buffer. 
 
void WriteTo(Buffer::Iterator &i, Ipv4Address ad)
Write an Ipv4Address to a Buffer. 
 
virtual WifiInformationElementId ElementId() const 
Own unique Element ID. 
 
bool operator==(const MeshHeader &a, const MeshHeader &b)
 
uint32_t GetDistanceFrom(Iterator const &o) const 
 
iterator in a Buffer instance 
 
See 7.3.2.95 of 802.11s draft 2.07. 
 
virtual void Print(std::ostream &os) const 
Generate human-readable form of IE. 
 
Mac48Address GetOriginatorAddress()
 
void SetHopcount(uint8_t hopcount)
 
Every class exported by the ns3 library is enclosed in the ns3 namespace. 
 
virtual uint8_t DeserializeInformationField(Buffer::Iterator start, uint8_t length)
Deserialize information (i.e., the body of the IE, not including the Element ID and length octets) ...
 
void SetMetric(uint32_t metric)
 
void WriteU8(uint8_t data)
 
uint32_t GetDestSeqNumber()
 
uint8_t WifiInformationElementId
This type is used to represent an Information Element ID. 
 
virtual void SerializeInformationField(Buffer::Iterator i) const 
Serialize information (i.e., the body of the IE, not including the Element ID and length octets) ...
 
std::ostream & operator<<(std::ostream &os, const IeBeaconTiming &a)
 
uint32_t ReadLsbtohU32(void)
 
void WriteHtolsbU32(uint32_t data)