|
suricata
|
#include "suricata-common.h"#include "tm-threads.h"#include "conf.h"#include "runmodes.h"#include "runmode-ipfw.h"#include "output.h"#include "util-debug.h"#include "util-time.h"#include "util-cpu.h"#include "util-affinity.h"#include "util-runmodes.h"#include "source-ipfw.h"#include "util-device-private.h"
Go to the source code of this file.
Functions | |
| const char * | RunModeIpsIPFWGetDefaultMode (void) |
| void | RunModeIpsIPFWRegister (void) |
| int | RunModeIpsIPFWAutoFp (void) |
| int | RunModeIpsIPFWWorker (void) |
Handling of ipfw runmodes.
Definition in file runmode-ipfw.c.
| int RunModeIpsIPFWAutoFp | ( | void | ) |
Definition at line 58 of file runmode-ipfw.c.
References IPFWGetThread(), LiveDeviceHasNoStats(), RunModeSetIPSAutoFp(), SCEnter, and TimeModeSetLive().
Referenced by RunModeIpsIPFWRegister().


| const char* RunModeIpsIPFWGetDefaultMode | ( | void | ) |
Definition at line 44 of file runmode-ipfw.c.
| void RunModeIpsIPFWRegister | ( | void | ) |
Definition at line 49 of file runmode-ipfw.c.
References RUNMODE_IPFW, RunModeIpsIPFWAutoFp(), RunModeIpsIPFWWorker(), and RunModeRegisterNewRunMode().

| int RunModeIpsIPFWWorker | ( | void | ) |
Definition at line 76 of file runmode-ipfw.c.
References IPFWGetThread(), LiveDeviceHasNoStats(), RunModeSetIPSWorker(), SCEnter, and TimeModeSetLive().
Referenced by RunModeIpsIPFWRegister().

