#include "../config.h"#include "../engine/hlbr.h"#include "route.h"Go to the source code of this file.
Defines | |
| #define | MAX_RSIPS 256 | 
Functions | |
| int | InitRouteSIP () | 
| int | RouteSIPAdd (unsigned int SIP, int Interface, long UntilTime) | 
| #define MAX_RSIPS 256 | 
Definition at line 8 of file route_sip.h.
| int InitRouteSIP | ( | ) | 
Definition at line 168 of file route_sip.c.
References route_rec::AddNode, ARPDecoderID, CreateRoute(), DECODER_NONE, FALSE, GetDecoderByName(), Globals, IPDecoderID, MAX_INTERFACES, ROUTE_NONE, route_rec::RouteFunc, global_vars::Routes, RouteSIP(), RouteSIPAddNode(), SInterfaces, and TRUE.
Referenced by InitRoutes().
| int RouteSIPAdd | ( | unsigned int | SIP, | |
| int | Interface, | |||
| long | UntilTime | |||
| ) | 
Definition at line 201 of file route_sip.c.
References route_rec::Active, FALSE, GetRouteByName(), Globals, InitNumList(), IsInList(), LIST_TYPE_NORMAL, global_vars::Routes, SInterfaces, and TRUE.
Referenced by RouteSIPAction().
 1.5.2