![]() |
NetSim Source Code Help
|

Go to the source code of this file.
Functions | |
| int | fn_NetSim_AODV_GenerateRERR (NETSIM_ID nDeviceId, NETSIM_IPAddress UnreachableIP, NetSim_EVENTDETAILS *pstruEventDetails) |
| int | fn_NetSim_AODV_ProcessRERR (NetSim_EVENTDETAILS *pstruEventDetails) |
| int fn_NetSim_AODV_GenerateRERR | ( | NETSIM_ID | nDeviceId, |
| NETSIM_IPAddress | UnreachableIP, | ||
| NetSim_EVENTDETAILS * | pstruEventDetails | ||
| ) |
This function Generates a route error and sends it to the previous HOP.
Definition at line 20 of file AODV_RouteError.c.

| int fn_NetSim_AODV_ProcessRERR | ( | NetSim_EVENTDETAILS * | pstruEventDetails | ) |
This function Processess a route error. It deletes the entry to the target in the Route Table and forwards the REER packet to previous HOP if any.
Definition at line 109 of file AODV_RouteError.c.
