A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::Node::ProtocolHandlerEntry Struct Reference
+ Collaboration diagram for ns3::Node::ProtocolHandlerEntry:

Public Attributes

Ptr< NetDevicedevice
 
ProtocolHandler handler
 
bool promiscuous
 
uint16_t protocol
 

Detailed Description

Definition at line 216 of file node.h.

Member Data Documentation

Ptr<NetDevice> ns3::Node::ProtocolHandlerEntry::device

Definition at line 218 of file node.h.

Referenced by ns3::Node::RegisterProtocolHandler().

ProtocolHandler ns3::Node::ProtocolHandlerEntry::handler

Definition at line 217 of file node.h.

Referenced by ns3::Node::RegisterProtocolHandler().

bool ns3::Node::ProtocolHandlerEntry::promiscuous

Definition at line 220 of file node.h.

Referenced by ns3::Node::RegisterProtocolHandler().

uint16_t ns3::Node::ProtocolHandlerEntry::protocol

Definition at line 219 of file node.h.

Referenced by ns3::Node::RegisterProtocolHandler().


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