A Discrete-Event Network Simulator
API
ipv4-flow-classifier.h File Reference
#include <stdint.h>
#include <map>
#include "ns3/ipv4-header.h"
#include "ns3/flow-classifier.h"
+ Include dependency graph for ipv4-flow-classifier.h:
+ This graph shows which files directly or indirectly include this file:

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

 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. More...
 
bool ns3::operator== (const Ipv4FlowClassifier::FiveTuple &t1, const Ipv4FlowClassifier::FiveTuple &t2)
 Equal to operator. More...