![]() |
NetSim Source Code Help
|

Go to the source code of this file.
Functions | |
| int | fn_NetSim_DSR_AddSourceRouteOption (NetSim_PACKET *packet, DSR_ROUTE_CACHE *cache) |
| int | fn_NetSim_DSR_ProcessSourceRouteOption (NetSim_EVENTDETAILS *pstruEventDetails) |
| int fn_NetSim_DSR_AddSourceRouteOption | ( | NetSim_PACKET * | packet, |
| DSR_ROUTE_CACHE * | cache | ||
| ) |
This function adds the source route option
Definition at line 20 of file SourceRoute.c.

| int fn_NetSim_DSR_ProcessSourceRouteOption | ( | NetSim_EVENTDETAILS * | pstruEventDetails | ) |
This function process the data packet. it the device is the intended target, it adds a Transport_In_Event. Else it adds Network_Out_Event
Definition at line 58 of file SourceRoute.c.
