Struct _ndpi_patricia_node_t¶
- Defined in File ndpi_patricia_typedefs.h
Struct Documentation¶
-
struct
_ndpi_patricia_node_t
¶ Public Members
-
ndpi_prefix_t *
prefix
¶
-
struct _ndpi_patricia_node_t *
l
¶
-
struct _ndpi_patricia_node_t *
r
¶
-
struct _ndpi_patricia_node_t *
parent
¶
-
void *
data
¶
-
void *
custom_user_data
¶
-
union ndpi_patricia_node_value_t
value
¶
-
ndpi_prefix_t *