DESERT 3.5.1
Loading...
Searching...
No Matches
hdr_uwicrp_status Struct Reference

#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_statusaccess (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_
 

Detailed Description

hdr_uwicrp_status describes status packets used by UWICRP

Definition at line 53 of file uwicrp-hdr-status.h.

Member Function Documentation

◆ access()

static struct hdr_uwicrp_status * hdr_uwicrp_status::access ( const Packet *  p)
inlinestatic

Definition at line 73 of file uwicrp-hdr-status.h.

◆ creation_time()

double & hdr_uwicrp_status::creation_time ( )
inline

Reference to the creation_time_ variable.

Definition at line 109 of file uwicrp-hdr-status.h.

◆ list_of_hops()

nsaddr_t * hdr_uwicrp_status::list_of_hops ( )
inline

Pointer to the list_of_hops_ variable.

Definition at line 82 of file uwicrp-hdr-status.h.

◆ list_of_hops_length()

int & hdr_uwicrp_status::list_of_hops_length ( )
inline

Reference to the list_of_hops_length_ variable.

Definition at line 100 of file uwicrp-hdr-status.h.

◆ offset()

static int & hdr_uwicrp_status::offset ( )
inlinestatic

Reference to the offset_ variable.

Definition at line 67 of file uwicrp-hdr-status.h.

◆ pointer_to_list_of_hops()

int & hdr_uwicrp_status::pointer_to_list_of_hops ( )
inline

Reference to the pointer_to_list_of_hops_ variable.

Definition at line 91 of file uwicrp-hdr-status.h.

Member Data Documentation

◆ creation_time_

double hdr_uwicrp_status::creation_time_

Creation time of the packet.

Definition at line 60 of file uwicrp-hdr-status.h.

◆ list_of_hops_

nsaddr_t hdr_uwicrp_status::list_of_hops_[MAX_HOP_NUMBER]

List of IPs saved in the header.

Definition at line 55 of file uwicrp-hdr-status.h.

◆ list_of_hops_length_

int hdr_uwicrp_status::list_of_hops_length_

Current number of IPs stored in the header.

Definition at line 59 of file uwicrp-hdr-status.h.

◆ offset_

int hdr_uwicrp_status::offset_
static
Initial value:
=
0

Required by the PacketHeaderManager.

Offset used to access in hdr_uwicrp_status packets header.

Definition at line 61 of file uwicrp-hdr-status.h.

◆ pointer_to_list_of_hops_

int hdr_uwicrp_status::pointer_to_list_of_hops_

Pointer used to keep track of the last IPs processed.

Definition at line 57 of file uwicrp-hdr-status.h.


The documentation for this struct was generated from the following files: