suricata
|
#include "ippair.h"
Go to the source code of this file.
Functions | |
void | IPPairBitInitCtx (void) |
void | IPPairBitRegisterTests (void) |
int | IPPairHasBits (IPPair *host) |
int | IPPairBitsTimedoutCheck (IPPair *h, SCTime_t ts) |
void | IPPairBitSet (IPPair *, uint32_t, uint32_t) |
void | IPPairBitUnset (IPPair *, uint32_t) |
void | IPPairBitToggle (IPPair *, uint32_t, uint32_t) |
int | IPPairBitIsset (IPPair *, uint32_t, uint32_t) |
int | IPPairBitIsnotset (IPPair *, uint32_t, uint32_t) |
Definition in file ippair-bit.h.
void IPPairBitInitCtx | ( | void | ) |
Definition at line 49 of file ippair-bit.c.
int IPPairBitIsnotset | ( | IPPair * | , |
uint32_t | , | ||
uint32_t | |||
) |
Definition at line 171 of file ippair-bit.c.
int IPPairBitIsset | ( | IPPair * | , |
uint32_t | , | ||
uint32_t | |||
) |
Definition at line 157 of file ippair-bit.c.
void IPPairBitRegisterTests | ( | void | ) |
Definition at line 492 of file ippair-bit.c.
References UtRegisterTest().
void IPPairBitSet | ( | IPPair * | , |
uint32_t | , | ||
uint32_t | |||
) |
Definition at line 131 of file ippair-bit.c.
1 | ippair timed out wrt xbits |
0 | ippair still has active (non-expired) xbits |
Definition at line 67 of file ippair-bit.c.
References IPPairGetStorageById().
void IPPairBitToggle | ( | IPPair * | , |
uint32_t | , | ||
uint32_t | |||
) |
Definition at line 147 of file ippair-bit.c.
void IPPairBitUnset | ( | IPPair * | , |
uint32_t | |||
) |
Definition at line 139 of file ippair-bit.c.
int IPPairHasBits | ( | IPPair * | host | ) |
Definition at line 58 of file ippair-bit.c.
References IPPairGetStorageById().