suricata
|
#include <nt.h>
Go to the source code of this file.
Functions | |
int | RunModeNapatechAutoFp (void) |
int | RunModeNapatechWorkers (void) |
void | RunModeNapatechRegister (void) |
const char * | RunModeNapatechGetDefaultMode (void) |
uint16_t | NapatechGetNumConfiguredStreams (void) |
uint16_t | NapatechGetNumFirstStream (void) |
uint16_t | NapatechGetNumLastStream (void) |
bool | NapatechIsAutoConfigEnabled (void) |
bool | NapatechUseHWBypass (void) |
\autor nPulse Technologies, LLC.
Definition in file runmode-napatech.h.
uint16_t NapatechGetNumConfiguredStreams | ( | void | ) |
Definition at line 55 of file runmode-napatech.c.
Referenced by NapatechStreamThreadExitStats().
uint16_t NapatechGetNumFirstStream | ( | void | ) |
Definition at line 60 of file runmode-napatech.c.
uint16_t NapatechGetNumLastStream | ( | void | ) |
Definition at line 65 of file runmode-napatech.c.
bool NapatechIsAutoConfigEnabled | ( | void | ) |
Definition at line 70 of file runmode-napatech.c.
Referenced by NapatechGetStreamConfig().
bool NapatechUseHWBypass | ( | void | ) |
Definition at line 75 of file runmode-napatech.c.
Referenced by NapatechPacketLoop().
int RunModeNapatechAutoFp | ( | void | ) |
Definition at line 264 of file runmode-napatech.c.
const char* RunModeNapatechGetDefaultMode | ( | void | ) |
Definition at line 82 of file runmode-napatech.c.
void RunModeNapatechRegister | ( | void | ) |
Definition at line 87 of file runmode-napatech.c.
References RUNMODE_NAPATECH, RunModeNapatechWorkers(), and RunModeRegisterNewRunMode().
int RunModeNapatechWorkers | ( | void | ) |
Definition at line 269 of file runmode-napatech.c.
Referenced by RunModeNapatechRegister().