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

Structure of RREQ sent Table in which entry of RREQ sent is made. More...

#include <AODV.h>

Collaboration diagram for stru_AODV_RREQ_Sent_Table:

Data Fields

NETSIM_IPAddress DestAddress
 Destination IP Address.
 
int ttl
 Time to live.
 
int times
 
double dTimeoutTime
 
struct elementele
 Next AODV_RREQ_Sent_Table.
 

Detailed Description

Structure of RREQ sent Table in which entry of RREQ sent is made.

Definition at line 349 of file AODV.h.

Field Documentation

◆ DestAddress

NETSIM_IPAddress stru_AODV_RREQ_Sent_Table::DestAddress

Destination IP Address.

Definition at line 351 of file AODV.h.

◆ dTimeoutTime

double stru_AODV_RREQ_Sent_Table::dTimeoutTime

Definition at line 354 of file AODV.h.

◆ ele

struct element* stru_AODV_RREQ_Sent_Table::ele

Next AODV_RREQ_Sent_Table.

Definition at line 355 of file AODV.h.

◆ times

int stru_AODV_RREQ_Sent_Table::times

Definition at line 353 of file AODV.h.

◆ ttl

int stru_AODV_RREQ_Sent_Table::ttl

Time to live.

Definition at line 352 of file AODV.h.


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