| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <imep.h>
Public Member Functions | |
| imepLink (nsaddr_t index) | |
| nsaddr_t & | index () |
| u_int32_t & | status () |
| u_int8_t & | lastSeq () |
| u_int8_t & | lastSeqValid () |
| double & | in_expire () |
| double & | out_expire () |
| double & | lastEcho () |
Protected Member Functions | |
| LIST_ENTRY (imepLink) link | |
Private Attributes | |
| nsaddr_t | index_ |
| u_int32_t | status_ |
| double | in_expire_ |
| double | out_expire_ |
| double | last_echo_ |
| u_int8_t | last_seq_ |
| bool | last_seq_valid |
Friends | |
| class | imepAgent |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|