suricata
|
Go to the source code of this file.
Functions | |
int | RunModeIpsIPFWAutoFp (void) |
int | RunModeIpsIPFWWorker (void) |
void | RunModeIpsIPFWRegister (void) |
const char * | RunModeIpsIPFWGetDefaultMode (void) |
Definition in file runmode-ipfw.h.
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().