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

#include <uwicrp-common.h>

Public Attributes

nsaddr_t destination
 
nsaddr_t next_hop
 
int hopcount
 
double creationtime
 
bool isValid
 

Detailed Description

routing_table_entry describes an entry in the routing table used by UWICRP.

Definition at line 54 of file uwicrp-common.h.

Member Data Documentation

◆ creationtime

double routing_table_entry::creationtime

Creation Time of the packet.

Definition at line 59 of file uwicrp-common.h.

◆ destination

nsaddr_t routing_table_entry::destination

Address of the destination.

Definition at line 56 of file uwicrp-common.h.

◆ hopcount

int routing_table_entry::hopcount

Hop count.

Definition at line 58 of file uwicrp-common.h.

◆ isValid

bool routing_table_entry::isValid

Flag to check the validity of the packet.

Definition at line 60 of file uwicrp-common.h.

◆ next_hop

nsaddr_t routing_table_entry::next_hop

Address of the next hop.

Definition at line 57 of file uwicrp-common.h.


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