NetSim Source Code Help
Loading...
Searching...
No Matches
stru_Router_RIP_Routing_database Struct Reference

Routing database structure Reference : RFC 2453, November 1998, Page 8. More...

#include <RIP.h>

Collaboration diagram for stru_Router_RIP_Routing_database:
Collaboration graph

Data Fields

NETSIM_IPAddress szAddress
 IP address of the destination host or destination network
More...
 
NETSIM_IPAddress szSubnetmask
 Subnet mask for the destination network
More...
 
NETSIM_IPAddress szRouter
 The first router along the route to the destination
More...
 
NETSIM_ID nInterface
 The physical network which must be used to reach the first router
More...
 
unsigned int nMetric
 Distance to the destination
More...
 
double dTimer
 The amount of time since the entry was last updated. More...
 
struct stru_Router_RIP_Routing_databasepstru_Router_NextEntry
 

Detailed Description

Routing database structure Reference : RFC 2453, November 1998, Page 8.

Definition at line 71 of file RIP.h.

Field Documentation

◆ dTimer

double stru_Router_RIP_Routing_database::dTimer

The amount of time since the entry was last updated.

Definition at line 79 of file RIP.h.

◆ nInterface

NETSIM_ID stru_Router_RIP_Routing_database::nInterface

The physical network which must be used to reach the first router

Definition at line 77 of file RIP.h.

◆ nMetric

unsigned int stru_Router_RIP_Routing_database::nMetric

Distance to the destination

Definition at line 78 of file RIP.h.

◆ pstru_Router_NextEntry

struct stru_Router_RIP_Routing_database* stru_Router_RIP_Routing_database::pstru_Router_NextEntry

Definition at line 80 of file RIP.h.

◆ szAddress

NETSIM_IPAddress stru_Router_RIP_Routing_database::szAddress

IP address of the destination host or destination network

Definition at line 74 of file RIP.h.

◆ szRouter

NETSIM_IPAddress stru_Router_RIP_Routing_database::szRouter

The first router along the route to the destination

Definition at line 76 of file RIP.h.

◆ szSubnetmask

NETSIM_IPAddress stru_Router_RIP_Routing_database::szSubnetmask

Subnet mask for the destination network

Definition at line 75 of file RIP.h.


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