47#define HDR_SUN_DATA(p) (hdr_sun_data::access(p))
hdr_sun_data describes data packets used by UWSUN
static struct hdr_sun_data * access(const Packet *p)
u_int8_t & list_of_hops_length()
Reference to the list_of_hops_length_ variable.
int8_t pointer_to_list_of_hops_
Pointer used to keep track of the last IPs processed.
static int & offset()
Reference to the offset_ variable.
static int offset_
Required by the PacketHeaderManager.
int8_t & pointer()
Reference to the pointer_to_list_of_hops_ variable.
uint8_t * list_of_hops()
Pointer to the list_of_hops_ variable.
u_int8_t list_of_hops_length_
Current number of IPs stored in the header.
uint8_t list_of_hops_[MAX_HOP_NUMBER]
List of IPs saved in the header.
Common structures and definition used by SUN.
static const int MAX_HOP_NUMBER
Maximum number of hops contained in a SUN Path Establishment packet.