suricata
RadixUserData Struct Reference

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

#include <util-radix-tree-common.h>

Collaboration diagram for RadixUserData:

Data Fields

void * user
 
struct RadixUserDatanext
 
uint8_t netmask
 

Detailed Description

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

Definition at line 41 of file util-radix-tree-common.h.

Field Documentation

◆ netmask

uint8_t RadixUserData::netmask

Definition at line 47 of file util-radix-tree-common.h.

Referenced by SCRadix4AddKeyIPV4String().

◆ next

struct RadixUserData* RadixUserData::next

Definition at line 45 of file util-radix-tree-common.h.

◆ user

void* RadixUserData::user

Definition at line 43 of file util-radix-tree-common.h.


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