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