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

IPv4 raw data and additional information. More...

+ Collaboration diagram for ns3::Ipv4RawSocketImpl::Data:

Public Attributes

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

Detailed Description

IPv4 raw data and additional information.

Definition at line 97 of file ipv4-raw-socket-impl.h.

Member Data Documentation

◆ fromIp

Ipv4Address ns3::Ipv4RawSocketImpl::Data::fromIp

Source address.

Definition at line 99 of file ipv4-raw-socket-impl.h.

◆ fromProtocol

uint16_t ns3::Ipv4RawSocketImpl::Data::fromProtocol

Protocol used.

Definition at line 100 of file ipv4-raw-socket-impl.h.

◆ packet

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

Packet data.

Definition at line 98 of file ipv4-raw-socket-impl.h.


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