#include "../config.h"
#include "../engine/hlbr.h"
#include "route.h"
Go to the source code of this file.
Defines | |
#define | MAX_RDIPS 256 |
Functions | |
int | InitRouteDIP () |
int | RouteDIPAdd (unsigned int DIP, int Interface) |
#define MAX_RDIPS 256 |
Definition at line 8 of file route_dip.h.
int InitRouteDIP | ( | ) |
Definition at line 136 of file route_dip.c.
References route_rec::AddNode, CreateRoute(), DECODER_NONE, DInterfaces, FALSE, GetDecoderByName(), Globals, IPDecoderID, MAX_INTERFACES, ROUTE_NONE, RouteDIP(), RouteDIPAddNode(), route_rec::RouteFunc, global_vars::Routes, and TRUE.
Referenced by InitRoutes().
int RouteDIPAdd | ( | unsigned int | DIP, | |
int | Interface | |||
) |