A Discrete-Event Network Simulator
API
ns3::Ipv6RawSocketImpl::Data Struct Reference

IPv6 raw data and additional information. More...

+ Collaboration diagram for ns3::Ipv6RawSocketImpl::Data:

Public Attributes

Ipv6Address fromIp
 Source address. More...
 
uint16_t fromProtocol
 Protocol used. More...
 
Ptr< Packetpacket
 Packet data. More...
 

Detailed Description

IPv6 raw data and additional information.

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

Member Data Documentation

Ipv6Address ns3::Ipv6RawSocketImpl::Data::fromIp

Source address.

Definition at line 176 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 177 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: