suricata
|
Structure that hold the user data and the netmask associated with it. More...
#include <util-radix-tree.h>
Data Fields | |
void * | user |
struct SCRadixUserData_ * | next |
uint8_t | netmask |
Structure that hold the user data and the netmask associated with it.
Definition at line 32 of file util-radix-tree.h.
uint8_t SCRadixUserData_::netmask |
Definition at line 38 of file util-radix-tree.h.
Referenced by SCRadixPrintNodeInfo().
struct SCRadixUserData_* SCRadixUserData_::next |
Definition at line 36 of file util-radix-tree.h.
Referenced by SCRadixPrintNodeInfo().
void* SCRadixUserData_::user |
Definition at line 34 of file util-radix-tree.h.
Referenced by SCRadixPrintNodeInfo().