#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 | |
namespace | 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) |
bool | ns3::operator== (const Ipv4FlowClassifier::FiveTuple &t1, const Ipv4FlowClassifier::FiveTuple &t2) |
Variables | |
const uint8_t | ns3::TCP_PROT_NUMBER = 6 |
const uint8_t | ns3::UDP_PROT_NUMBER = 17 |
#define INDENT | ( | level | ) | for (int __xpto = 0; __xpto < level; __xpto++) os << ' '; |