|
DESERT 4.0.0
|
#include <uwicrp-hdr-status.h>

Public Member Functions | |
| nsaddr_t * | list_of_hops () |
| int & | pointer_to_list_of_hops () |
| int & | list_of_hops_length () |
| double & | creation_time () |
Static Public Member Functions | |
| static int & | offset () |
| static struct hdr_uwicrp_status * | access (const Packet *p) |
Public Attributes | |
| nsaddr_t | list_of_hops_ [MAX_HOP_NUMBER] |
| int | pointer_to_list_of_hops_ |
| int | list_of_hops_length_ |
| double | creation_time_ |
Static Public Attributes | |
| static int | offset_ |
hdr_uwicrp_status describes status packets used by UWICRP
|
inlinestatic |
|
inline |
Reference to the creation_time_ variable
References creation_time_.
Referenced by UwIcrpSink::initStatusPkt().
|
inline |
Pointer to the list_of_hops_ variable
References list_of_hops_.
Referenced by UwIcrpSink::initStatusPkt(), and UwIcrpNode::recv().
|
inline |
Reference to the list_of_hops_length_ variable
References list_of_hops_length_.
Referenced by UwIcrpNode::addRouteEntry(), and UwIcrpSink::initStatusPkt().
|
inlinestatic |
Reference to the offset_ variable
References offset_.
|
inline |
Reference to the pointer_to_list_of_hops_ variable
References pointer_to_list_of_hops_.
Referenced by UwIcrpNode::addRouteEntry(), UwIcrpSink::initStatusPkt(), and UwIcrpNode::recv().
| double hdr_uwicrp_status::creation_time_ |
Creation time of the packet
Referenced by creation_time().
| nsaddr_t hdr_uwicrp_status::list_of_hops_[MAX_HOP_NUMBER] |
List of IPs saved in the header
Referenced by list_of_hops().
| int hdr_uwicrp_status::list_of_hops_length_ |
Current number of IPs stored in the header
Referenced by list_of_hops_length().
|
static |
Required by the PacketHeaderManager
Offset used to access in hdr_uwicrp_status packets header.
| int hdr_uwicrp_status::pointer_to_list_of_hops_ |
Pointer used to keep track of the last IPs processed
Referenced by pointer_to_list_of_hops().