Collaboration diagram for ns3::Node::ProtocolHandlerEntry:Public Attributes | |
| Ptr< NetDevice > | device |
| ProtocolHandler | handler |
| bool | promiscuous |
| uint16_t | protocol |
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().