Routing database structure Reference : RFC 2453, November 1998, Page 8. More...
#include <RIP.h>

Data Fields | |
| NETSIM_IPAddress | szAddress |
| IP address of the destination host or destination network. | |
| NETSIM_IPAddress | szSubnetmask |
| Subnet mask for the destination network. | |
| NETSIM_IPAddress | szRouter |
| The first router along the route to the destination. | |
| NETSIM_ID | nInterface |
| The physical network which must be used to reach the first router. | |
| unsigned int | nMetric |
| Distance to the destination. | |
| double | dTimer |
| The amount of time since the entry was last updated. | |
| struct stru_Router_RIP_Routing_database * | pstru_Router_NextEntry |
Routing database structure Reference : RFC 2453, November 1998, Page 8.
| double stru_Router_RIP_Routing_database::dTimer |
| NETSIM_ID stru_Router_RIP_Routing_database::nInterface |
| unsigned int stru_Router_RIP_Routing_database::nMetric |
| struct stru_Router_RIP_Routing_database* stru_Router_RIP_Routing_database::pstru_Router_NextEntry |
| NETSIM_IPAddress stru_Router_RIP_Routing_database::szAddress |
| NETSIM_IPAddress stru_Router_RIP_Routing_database::szRouter |
| NETSIM_IPAddress stru_Router_RIP_Routing_database::szSubnetmask |