#include "main.h"
#include "AODV.h"
#include "List.h"
Go to the source code of this file.
◆ fn_NetSim_AODV_ForwardRREP()
This functiopn is used to forward the RREP packet to the previous hop, else the packet is freed.
Definition at line 109 of file RREP.c.
◆ fn_NetSim_AODV_GenerateRREP()
This function generates a route reply
Definition at line 22 of file RREP.c.
◆ fn_NetSim_AODV_GenerateRREPByIntermediate()
This function generates a RREP by an intermediate node if the intermediate node has a route to the target entered in the route table.
Definition at line 140 of file RREP.c.
◆ fn_NetSim_AODV_ProcessRREP()
This function processes a route reply. It adds the entry of the next hop in Route Table, transmits the packets in FIFO Buffer and inserts precursor. Deletes the RREQ entry from sent table and forwards the rrep if the device is not the source node.
Definition at line 64 of file RREP.c.