suricata
|
Go to the source code of this file.
Data Structures | |
struct | FlowBit_ |
Typedefs | |
typedef struct FlowBit_ | FlowBit |
Functions | |
void | FlowBitFree (FlowBit *) |
void | FlowBitRegisterTests (void) |
void | FlowBitSet (Flow *, uint32_t) |
void | FlowBitUnset (Flow *, uint32_t) |
void | FlowBitToggle (Flow *, uint32_t) |
int | FlowBitIsset (Flow *, uint32_t) |
int | FlowBitIsnotset (Flow *, uint32_t) |
Definition in file flow-bit.h.
void FlowBitFree | ( | FlowBit * | ) |
Definition at line 128 of file flow-bit.c.
References SCFree.
Referenced by GenericVarFree().
int FlowBitIsnotset | ( | Flow * | , |
uint32_t | |||
) |
Definition at line 116 of file flow-bit.c.
int FlowBitIsset | ( | Flow * | , |
uint32_t | |||
) |
Definition at line 104 of file flow-bit.c.
void FlowBitRegisterTests | ( | void | ) |
Definition at line 342 of file flow-bit.c.
References UtRegisterTest().
void FlowBitSet | ( | Flow * | , |
uint32_t | |||
) |
Definition at line 84 of file flow-bit.c.
void FlowBitToggle | ( | Flow * | , |
uint32_t | |||
) |
Definition at line 94 of file flow-bit.c.
void FlowBitUnset | ( | Flow * | , |
uint32_t | |||
) |
Definition at line 89 of file flow-bit.c.