DESERT 3.5.1
|
#include <uwicrp-common.h>
Public Attributes | |
nsaddr_t | destination |
nsaddr_t | next_hop |
int | hopcount |
double | creationtime |
bool | isValid |
routing_table_entry describes an entry in the routing table used by UWICRP.
Definition at line 54 of file uwicrp-common.h.
double routing_table_entry::creationtime |
Creation Time of the packet.
Definition at line 59 of file uwicrp-common.h.
nsaddr_t routing_table_entry::destination |
Address of the destination.
Definition at line 56 of file uwicrp-common.h.
int routing_table_entry::hopcount |
Hop count.
Definition at line 58 of file uwicrp-common.h.
bool routing_table_entry::isValid |
Flag to check the validity of the packet.
Definition at line 60 of file uwicrp-common.h.
nsaddr_t routing_table_entry::next_hop |
Address of the next hop.
Definition at line 57 of file uwicrp-common.h.