39#ifndef UWICRP_HDR_STATUS_H
40#define UWICRP_HDR_STATUS_H
46#define HDR_UWICRP_STATUS(p) (hdr_uwicrp_status::access(p))
hdr_uwicrp_status describes status packets used by UWICRP
int & list_of_hops_length()
Reference to the list_of_hops_length_ variable.
double & creation_time()
Reference to the creation_time_ variable.
double creation_time_
Creation time of the packet.
nsaddr_t * list_of_hops()
Pointer to the list_of_hops_ variable.
int pointer_to_list_of_hops_
Pointer used to keep track of the last IPs processed.
static int offset_
Required by the PacketHeaderManager.
int list_of_hops_length_
Current number of IPs stored in the header.
nsaddr_t list_of_hops_[MAX_HOP_NUMBER]
List of IPs saved in the header.
static struct hdr_uwicrp_status * access(const Packet *p)
int & pointer_to_list_of_hops()
Reference to the pointer_to_list_of_hops_ variable.
static int & offset()
Reference to the offset_ variable.
Common structures and definition used by UWICRP.
static const int MAX_HOP_NUMBER
Maximum number of hops contained in a SUN Path Establishment packet.
packet_t PT_UWICRP_STATUS