Go to the source code of this file.
Classes | |
struct | ns3::Ipv4FlowClassifier::FiveTuple |
Structure to classify a packet. More... | |
class | ns3::Ipv4FlowClassifier |
Classifies packets by looking at their IP and TCP/UDP headers. More... | |
class | ns3::Ipv4FlowClassifier::SortByCount |
Comparator used to sort the vector of DSCP values. More... | |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
bool | ns3::operator< (const Ipv4FlowClassifier::FiveTuple &t1, const Ipv4FlowClassifier::FiveTuple &t2) |
Less than operator. | |
bool | ns3::operator== (const Ipv4FlowClassifier::FiveTuple &t1, const Ipv4FlowClassifier::FiveTuple &t2) |
Equal to operator. | |