| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <flowstruct.h>
Public Member Functions | |
| DRTable (int size_=FLOW_TABLE_SIZE) | |
| ~DRTable () | |
| bool | find (nsaddr_t src, nsaddr_t dst, u_int16_t &flow) |
| void | insert (nsaddr_t src, nsaddr_t dst, u_int16_t flow) |
| void | flush (nsaddr_t src, nsaddr_t dst) |
Private Member Functions | |
| void | grow () |
Private Attributes | |
| int | size |
| int | maxSize |
| DRTabEnt * | table |
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|