A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::Ipv6RawSocketImpl::Data Struct Reference

IPv6 raw data and additional information. More...

Public Attributes

Ipv6Address fromIp
 
uint16_t fromProtocol
 
Ptr< Packetpacket
 

Detailed Description

IPv6 raw data and additional information.

Definition at line 265 of file ipv6-raw-socket-impl.h.

Member Data Documentation

Ipv6Address ns3::Ipv6RawSocketImpl::Data::fromIp

Source address

Definition at line 268 of file ipv6-raw-socket-impl.h.

Referenced by ns3::Ipv6RawSocketImpl::ForwardUp(), and ns3::Ipv6RawSocketImpl::RecvFrom().

uint16_t ns3::Ipv6RawSocketImpl::Data::fromProtocol

Protocol used

Definition at line 269 of file ipv6-raw-socket-impl.h.

Referenced by ns3::Ipv6RawSocketImpl::ForwardUp(), and ns3::Ipv6RawSocketImpl::RecvFrom().

Ptr<Packet> ns3::Ipv6RawSocketImpl::Data::packet

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