|
suricata
|
Structure that hold the user data and the netmask associated with it. More...
#include <util-radix-tree-common.h>

Data Fields | |
| void * | user |
| struct RadixUserData * | next |
| uint8_t | netmask |
Structure that hold the user data and the netmask associated with it.
Definition at line 41 of file util-radix-tree-common.h.
| uint8_t RadixUserData::netmask |
Definition at line 47 of file util-radix-tree-common.h.
Referenced by SCRadix4AddKeyIPV4String().
| struct RadixUserData* RadixUserData::next |
Definition at line 45 of file util-radix-tree-common.h.
| void* RadixUserData::user |
Definition at line 43 of file util-radix-tree-common.h.