suricata
util-radix-tree-common.h File Reference
#include "util-validate.h"
Include dependency graph for util-radix-tree-common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

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

Macros

#define RADIX_BITTEST(x, y)   ((x) & (y))
 

Typedefs

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

Detailed Description

Author
Victor Julien victo.nosp@m.r@in.nosp@m.linia.nosp@m.c.ne.nosp@m.t
Anoop Saldanha anoop.nosp@m.sald.nosp@m.anha@.nosp@m.gmai.nosp@m.l.com

Implementation of radix trees

Definition in file util-radix-tree-common.h.

Macro Definition Documentation

◆ RADIX_BITTEST

#define RADIX_BITTEST (   x,
 
)    ((x) & (y))

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

Typedef Documentation

◆ RadixUserData

typedef struct RadixUserData RadixUserData

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