#include "ns3/packet.h"
#include "ipv4-flow-classifier.h"
#include "ns3/udp-header.h"
#include "ns3/tcp-header.h"
Go to the source code of this file.
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Macros | |
#define | INDENT(level) for (int __xpto = 0; __xpto < level; __xpto++) os << ' '; |
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... | |
Variables | |
const uint8_t | ns3::TCP_PROT_NUMBER = 6 |
TCP Protocol number. More... | |
const uint8_t | ns3::UDP_PROT_NUMBER = 17 |
UDP Protocol number. More... | |
#define INDENT | ( | level | ) | for (int __xpto = 0; __xpto < level; __xpto++) os << ' '; |
Referenced by ns3::Ipv4FlowClassifier::SerializeToXmlStream().