structure holding details resulting from layer decryption of an onion message More...
#include "onion-routing.h"
Public Attributes | |
| uint8_t * | innerLayer |
| inner content of the onion message without the next hop address More... | |
| uint16_t | innerLayerLen |
| length of the inner content of the onion message More... | |
| uint8_t * | nextHopIP |
| ip address given in the serialized form More... | |
structure holding details resulting from layer decryption of an onion message
Definition at line 22 of file onion-routing.h.
| uint8_t * ns3::orLayer::innerLayer |
inner content of the onion message without the next hop address
Definition at line 24 of file onion-routing.h.
Referenced by ns3::OnionRouting::PeelOnion(), and ns3::SensorNode::ProcessOnionHead().
| uint16_t ns3::orLayer::innerLayerLen |
length of the inner content of the onion message
Definition at line 25 of file onion-routing.h.
Referenced by ns3::OnionRouting::PeelOnion(), and ns3::SensorNode::ProcessOnionHead().
| uint8_t * ns3::orLayer::nextHopIP |
ip address given in the serialized form
Definition at line 23 of file onion-routing.h.
Referenced by ns3::OnionRouting::PeelOnion(), and ns3::SensorNode::ProcessOnionHead().