| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <flowmon.h>
Inheritance diagram for Flow:

Public Member Functions | |
| Flow () | |
| nsaddr_t | src () const |
| nsaddr_t | dst () const |
| int | flowid () const |
| packet_t | ptype () const |
| void | setfields (Packet *p) |
| virtual void | tagging (Packet *) |
Protected Attributes | |
| nsaddr_t | src_ |
| nsaddr_t | dst_ |
| int | fid_ |
| packet_t | type_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in TaggerTBFlow, and TaggerTSWFlow. |
|
|
|
|
|
|
|
|
|
|
|
|