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

◆ fromIp

Ipv6Address ns3::Ipv6RawSocketImpl::Data::fromIp

Source address.

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

◆ fromProtocol

uint16_t ns3::Ipv6RawSocketImpl::Data::fromProtocol

Protocol used.

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

◆ packet

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

Packet data.

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


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