A Discrete-Event Network Simulator
API
ns3::Ipv4FlowClassifier::FiveTuple Struct Reference

Structure to classify a packet. More...

#include "ipv4-flow-classifier.h"

+ Collaboration diagram for ns3::Ipv4FlowClassifier::FiveTuple:

Public Attributes

Ipv4Address destinationAddress
 Destination address. More...
 
uint16_t destinationPort
 Destination port. More...
 
uint8_t protocol
 Protocol. More...
 
Ipv4Address sourceAddress
 Source address. More...
 
uint16_t sourcePort
 Source port. More...
 

Detailed Description

Structure to classify a packet.

Definition at line 43 of file ipv4-flow-classifier.h.

Member Data Documentation

Ipv4Address ns3::Ipv4FlowClassifier::FiveTuple::destinationAddress

Destination address.

Definition at line 46 of file ipv4-flow-classifier.h.

Referenced by ns3::Ipv4FlowClassifier::Classify(), experiment(), ns3::operator<(), and ns3::operator==().

uint16_t ns3::Ipv4FlowClassifier::FiveTuple::destinationPort

Destination port.

Definition at line 49 of file ipv4-flow-classifier.h.

Referenced by ns3::Ipv4FlowClassifier::Classify(), ns3::operator<(), and ns3::operator==().

uint8_t ns3::Ipv4FlowClassifier::FiveTuple::protocol

Protocol.

Definition at line 47 of file ipv4-flow-classifier.h.

Referenced by ns3::Ipv4FlowClassifier::Classify(), ns3::operator<(), and ns3::operator==().

Ipv4Address ns3::Ipv4FlowClassifier::FiveTuple::sourceAddress

Source address.

Definition at line 45 of file ipv4-flow-classifier.h.

Referenced by ns3::Ipv4FlowClassifier::Classify(), experiment(), ns3::operator<(), and ns3::operator==().

uint16_t ns3::Ipv4FlowClassifier::FiveTuple::sourcePort

Source port.

Definition at line 48 of file ipv4-flow-classifier.h.

Referenced by ns3::Ipv4FlowClassifier::Classify(), ns3::operator<(), and ns3::operator==().


The documentation for this struct was generated from the following file: