Protocol handler entry. More...
Public Attributes | |
Ptr< NetDevice > | device |
the NetDevice More... | |
Node::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.
Definition at line 218 of file traffic-control-layer.h.
the NetDevice
Definition at line 221 of file traffic-control-layer.h.
Referenced by ns3::TrafficControlLayer::RegisterProtocolHandler().
Node::ProtocolHandler ns3::TrafficControlLayer::ProtocolHandlerEntry::handler |
the protocol handler
Definition at line 220 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 223 of file traffic-control-layer.h.
Referenced by ns3::TrafficControlLayer::RegisterProtocolHandler().
uint16_t ns3::TrafficControlLayer::ProtocolHandlerEntry::protocol |
the protocol number
Definition at line 222 of file traffic-control-layer.h.
Referenced by ns3::TrafficControlLayer::RegisterProtocolHandler().