Protocol handler entry. More...
 Collaboration diagram for ns3::Node::ProtocolHandlerEntry:
 Collaboration diagram for ns3::Node::ProtocolHandlerEntry:| Public Attributes | |
| Ptr< NetDevice > | device | 
| the NetDevice  More... | |
| ProtocolHandler | handler | 
| the protocol handler  More... | |
| bool | promiscuous | 
| true if it is a promiscuous handler  More... | |
| uint16_t | protocol | 
| the protocol number  More... | |
Protocol handler entry.
This structure is used to demultiplex all the protocols.
the NetDevice
Definition at line 275 of file node.h.
Referenced by ns3::Node::RegisterProtocolHandler().
| ProtocolHandler ns3::Node::ProtocolHandlerEntry::handler | 
the protocol handler
Definition at line 274 of file node.h.
Referenced by ns3::Node::RegisterProtocolHandler().
| bool ns3::Node::ProtocolHandlerEntry::promiscuous | 
true if it is a promiscuous handler
Definition at line 277 of file node.h.
Referenced by ns3::Node::RegisterProtocolHandler().
| uint16_t ns3::Node::ProtocolHandlerEntry::protocol | 
the protocol number
Definition at line 276 of file node.h.
Referenced by ns3::Node::RegisterProtocolHandler().