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

#include <DSR.h>

Collaboration diagram for stru_DSR_DeviceVar:

Public Types

enum  { LINK_LAYER_ACK , NETWORK_LAYER_ACK }
 

Data Fields

unsigned int nRREQIdentification
 
struct stru_DSR_RouteCachepstruRouteCache
 List of routes to particular destination.
 
struct stru_DSR_SendBufferpstruSendBuffer
 Buffer in which packets are added if route to target is not known.
 
struct stru_DSR_RouteRequestTablepstruRREQTable
 A table in which entry of RREQ initiated is made.
 
enum stru_DSR_DeviceVar:: { ... }  AckType
 
DSR_MAINT_BUFFERpstruMaintBuffer
 Buffer in which packets sent to next HOP are added.
 
struct stru_DSR_Metrics dsrMetrics
 

Detailed Description

DSR Device Variable

Definition at line 653 of file DSR.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Definition at line 660 of file DSR.h.

661 {
662 LINK_LAYER_ACK,
663 NETWORK_LAYER_ACK,
664 }AckType;

Field Documentation

◆ dsrMetrics

struct stru_DSR_Metrics stru_DSR_DeviceVar::dsrMetrics

Definition at line 666 of file DSR.h.

◆ nRREQIdentification

unsigned int stru_DSR_DeviceVar::nRREQIdentification

Definition at line 656 of file DSR.h.

◆ pstruMaintBuffer

DSR_MAINT_BUFFER* stru_DSR_DeviceVar::pstruMaintBuffer

Buffer in which packets sent to next HOP are added.

Definition at line 665 of file DSR.h.

◆ pstruRouteCache

struct stru_DSR_RouteCache* stru_DSR_DeviceVar::pstruRouteCache

List of routes to particular destination.

Definition at line 657 of file DSR.h.

◆ pstruRREQTable

struct stru_DSR_RouteRequestTable* stru_DSR_DeviceVar::pstruRREQTable

A table in which entry of RREQ initiated is made.

Definition at line 659 of file DSR.h.

◆ pstruSendBuffer

struct stru_DSR_SendBuffer* stru_DSR_DeviceVar::pstruSendBuffer

Buffer in which packets are added if route to target is not known.

Definition at line 658 of file DSR.h.


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