suricata
SCRadixUserData_ Struct Reference

Structure that hold the user data and the netmask associated with it. More...

#include <util-radix-tree.h>

Collaboration diagram for SCRadixUserData_:

Data Fields

void * user
 
struct SCRadixUserData_next
 
uint8_t netmask
 

Detailed Description

Structure that hold the user data and the netmask associated with it.

Definition at line 32 of file util-radix-tree.h.

Field Documentation

◆ netmask

uint8_t SCRadixUserData_::netmask

Definition at line 38 of file util-radix-tree.h.

Referenced by SCRadixPrintNodeInfo().

◆ next

struct SCRadixUserData_* SCRadixUserData_::next

Definition at line 36 of file util-radix-tree.h.

Referenced by SCRadixPrintNodeInfo().

◆ user

void* SCRadixUserData_::user

Definition at line 34 of file util-radix-tree.h.

Referenced by SCRadixPrintNodeInfo().


The documentation for this struct was generated from the following file: