#include <ipv4-raw-socket-factory-impl.h>
Inheritance diagram for ns3::Ipv4RawSocketFactoryImpl:
Collaboration diagram for ns3::Ipv4RawSocketFactoryImpl:Public Member Functions | |
| virtual Ptr< Socket > | CreateSocket (void) |
Additional Inherited Members | |
Static Public Member Functions inherited from ns3::Ipv4RawSocketFactory | |
| static TypeId | GetTypeId (void) |
| This method returns the TypeId associated to ns3::Ipv4RawSocketFactory. | |
Protected Member Functions inherited from ns3::Object | |
| Object (const Object &o) | |
| virtual void | DoDispose (void) |
| virtual void | DoStart (void) |
| virtual void | NotifyNewAggregate (void) |
Definition at line 28 of file ipv4-raw-socket-factory-impl.h.
Base class method for creating socket instances.
Implements ns3::SocketFactory.
Definition at line 29 of file ipv4-raw-socket-factory-impl.cc.
References ns3::Ipv4::CreateRawSocket().
Here is the call graph for this function: