suricata
SCRadixPrefix_ Struct Reference

Structure for the prefix/key in the radix tree. More...

#include <util-radix-tree.h>

Collaboration diagram for SCRadixPrefix_:

Data Fields

uint16_t bitlen
 
uint8_t * stream
 
SCRadixUserDatauser_data
 

Detailed Description

Structure for the prefix/key in the radix tree.

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

Field Documentation

◆ bitlen

uint16_t SCRadixPrefix_::bitlen

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

Referenced by SCRadixPrintNodeInfo().

◆ stream

uint8_t* SCRadixPrefix_::stream

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

Referenced by SCRadixPrintNodeInfo().

◆ user_data

SCRadixUserData* SCRadixPrefix_::user_data

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

Referenced by SCRadixPrintNodeInfo().


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