|
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, SCTime_t) |
| void | IPPairBitUnset (IPPair *, uint32_t) |
| void | IPPairBitToggle (IPPair *, uint32_t, SCTime_t) |
| int | IPPairBitIsset (IPPair *, uint32_t, SCTime_t) |
| int | IPPairBitIsnotset (IPPair *, uint32_t, SCTime_t) |
Definition in file ippair-bit.h.
| void IPPairBitInitCtx | ( | void | ) |
Definition at line 49 of file ippair-bit.c.
References FatalError, IPPairStorageId::id, and IPPairStorageRegister().
Referenced by PostConfLoadedSetup().


Definition at line 171 of file ippair-bit.c.
References XBit_::expire, SCTIME_CMP_LT, and ts.
Definition at line 157 of file ippair-bit.c.
References XBit_::expire, SCTIME_CMP_LT, and ts.
| void IPPairBitRegisterTests | ( | void | ) |
Definition at line 492 of file ippair-bit.c.
References UtRegisterTest().

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 DETECT_XBITS, XBit_::expire, IPPairGetStorageById(), GenericVar_::next, SCTIME_CMP_GT, ts, and GenericVar_::type.

Definition at line 147 of file ippair-bit.c.
| void IPPairBitUnset | ( | IPPair * | h, |
| uint32_t | idx | ||
| ) |
Definition at line 139 of file ippair-bit.c.
| int IPPairHasBits | ( | IPPair * | host | ) |
Definition at line 58 of file ippair-bit.c.
References IPPairGetStorageById().
