Protocol handler entry. More...
Public Attributes | |
| Ptr< NetDevice > | device |
| the NetDevice | |
| Node::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.
Definition at line 207 of file traffic-control-layer.h.
the NetDevice
Definition at line 210 of file traffic-control-layer.h.
Referenced by ns3::TrafficControlLayer::RegisterProtocolHandler().
| Node::ProtocolHandler ns3::TrafficControlLayer::ProtocolHandlerEntry::handler |
the protocol handler
Definition at line 209 of file traffic-control-layer.h.
Referenced by ns3::TrafficControlLayer::RegisterProtocolHandler().
| bool ns3::TrafficControlLayer::ProtocolHandlerEntry::promiscuous |
true if it is a promiscuous handler
Definition at line 212 of file traffic-control-layer.h.
Referenced by ns3::TrafficControlLayer::RegisterProtocolHandler().
| uint16_t ns3::TrafficControlLayer::ProtocolHandlerEntry::protocol |
the protocol number
Definition at line 211 of file traffic-control-layer.h.
Referenced by ns3::TrafficControlLayer::RegisterProtocolHandler().