|
suricata
|
#include "util-validate.h"

Go to the source code of this file.
Data Structures | |
| struct | RadixUserData |
| Structure that hold the user data and the netmask associated with it. More... | |
Macros | |
| #define | RADIX_BITTEST(x, y) ((x) & (y)) |
Typedefs | |
| typedef struct RadixUserData | RadixUserData |
| Structure that hold the user data and the netmask associated with it. More... | |
Implementation of radix trees
Definition in file util-radix-tree-common.h.
| #define RADIX_BITTEST | ( | x, | |
| y | |||
| ) | ((x) & (y)) |
Definition at line 37 of file util-radix-tree-common.h.
| typedef struct RadixUserData RadixUserData |
Structure that hold the user data and the netmask associated with it.