A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::Ipv6RawSocketImpl::Data Struct Reference

IPv6 raw data and additional information. More...

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

Public Attributes

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

Detailed Description

IPv6 raw data and additional information.

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

Member Data Documentation

◆ fromIp

Ipv6Address ns3::Ipv6RawSocketImpl::Data::fromIp

Source address.

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

◆ fromProtocol

uint16_t ns3::Ipv6RawSocketImpl::Data::fromProtocol

Protocol used.

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

◆ packet

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

Packet data.

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


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