|
DESERT 4.0.0
|
#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.
| double routing_table_entry::creationtime |
Creation Time of the packet.
Referenced by UwIcrpNode::addRouteEntry(), UwIcrpNode::clearAllRouteTable(), UwIcrpNode::clearRouteTable(), UwIcrpNode::findInRouteTable(), and UwIcrpNode::UwIcrpNode().
| nsaddr_t routing_table_entry::destination |
Address of the destination.
Referenced by UwIcrpNode::addRouteEntry(), UwIcrpNode::clearAllRouteTable(), UwIcrpNode::clearRouteTable(), and UwIcrpNode::UwIcrpNode().
| int routing_table_entry::hopcount |
Hop count.
Referenced by UwIcrpNode::addRouteEntry(), UwIcrpNode::clearAllRouteTable(), UwIcrpNode::clearRouteTable(), UwIcrpNode::printHopTable(), and UwIcrpNode::UwIcrpNode().
| bool routing_table_entry::isValid |
Flag to check the validity of the packet.
Referenced by UwIcrpNode::addRouteEntry(), UwIcrpNode::clearAllRouteTable(), UwIcrpNode::clearRouteTable(), and UwIcrpNode::UwIcrpNode().
| nsaddr_t routing_table_entry::next_hop |
Address of the next hop.
Referenced by UwIcrpNode::addRouteEntry(), UwIcrpNode::clearAllRouteTable(), UwIcrpNode::clearRouteTable(), UwIcrpNode::recv(), and UwIcrpNode::UwIcrpNode().