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

Ipv4Address ns3::Ipv4RawSocketImpl::Data::fromIp

Source address.

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

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

uint16_t ns3::Ipv4RawSocketImpl::Data::fromProtocol

Protocol used.

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

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

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

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