| 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 FlowMon:

Public Member Functions | |
| FlowMon () | |
| void | in (Packet *) |
| void | out (Packet *) |
| void | drop (Packet *) |
| void | edrop (Packet *) |
| void | mon_edrop (Packet *) |
| int | command (int argc, const char *const *argv) |
| void | setClassifier (Classifier *classifier) |
| Flow * | find (Packet *p) |
Protected Member Functions | |
| void | dumpflows () |
| void | dumpflow (Tcl_Channel, Flow *) |
| void | fformat (Flow *) |
| char * | flow_list () |
Protected Attributes | |
| Classifier * | classifier_ |
| Tcl_Channel | channel_ |
| int | enable_in_ |
| int | enable_out_ |
| int | enable_drop_ |
| int | enable_edrop_ |
| int | enable_mon_edrop_ |
| char | wrk_ [65536] |
|
|
|
|
||||||||||||
|
Reimplemented from QueueMonitor. |
|
|
Reimplemented from QueueMonitor. |
|
||||||||||||
|
|
|
|
|
|
|
Reimplemented from EDQueueMonitor. |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from QueueMonitor. |
|
|
Reimplemented from EDQueueMonitor. |
|
|
Reimplemented from QueueMonitor. |
|
|
|
|
|
Reimplemented from QueueMonitor. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|