NetSim Source Code Help v14.4
All 13 Components
 
Loading...
Searching...
No Matches
stru_RIP Struct Reference

#include <RIP.h>

Data Fields

int n_Update_timer
 These variable values are get from configuration.xml,in RFC the update timer is mentioned as 30-second timer.
 
int n_timeout_timer
 
int n_garbage_collection_timer
 
unsigned int n_RIP_Version:8
 
unsigned int nRIP_Update
 Used to check the updates in the router.
 
int nDataDropped
 Used to store the dropped packets.
 
unsigned short int nStatus
 
bool nStaticRoutingFlag
 
char * pszFilePath
 Stores File path.
 
char * pszFileName
 Stores File Name.
 

Detailed Description

Structure to store RIP information

Definition at line 140 of file RIP.h.

Field Documentation

◆ n_garbage_collection_timer

int stru_RIP::n_garbage_collection_timer

Definition at line 144 of file RIP.h.

◆ n_RIP_Version

unsigned int stru_RIP::n_RIP_Version

Definition at line 145 of file RIP.h.

◆ n_timeout_timer

int stru_RIP::n_timeout_timer

Definition at line 143 of file RIP.h.

◆ n_Update_timer

int stru_RIP::n_Update_timer

These variable values are get from configuration.xml,in RFC the update timer is mentioned as 30-second timer.

Definition at line 142 of file RIP.h.

◆ nDataDropped

int stru_RIP::nDataDropped

Used to store the dropped packets.

Definition at line 147 of file RIP.h.

◆ nRIP_Update

unsigned int stru_RIP::nRIP_Update

Used to check the updates in the router.

Definition at line 146 of file RIP.h.

◆ nStaticRoutingFlag

bool stru_RIP::nStaticRoutingFlag

Definition at line 150 of file RIP.h.

◆ nStatus

unsigned short int stru_RIP::nStatus

Definition at line 148 of file RIP.h.

◆ pszFileName

char* stru_RIP::pszFileName

Stores File Name.

Definition at line 152 of file RIP.h.

◆ pszFilePath

char* stru_RIP::pszFilePath

Stores File path.

Definition at line 151 of file RIP.h.


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