axa 3.0.2
Farsight Security Advanced Exchange Access (AXA)
tval_list Struct Reference

an array of values for a trie node More...

Data Fields

tval_list_tfree
 chain while awaiting destruction
 
uint16_t len
 Total length of the array.
 
uint16_t in_use
 Number of valid values.
 
tval_t tvals [0]
 The values for the trie node.
 

Detailed Description

an array of values for a trie node

Field Documentation

◆ free

tval_list_t* tval_list::free

chain while awaiting destruction

◆ len

uint16_t tval_list::len

Total length of the array.

◆ in_use

uint16_t tval_list::in_use

Number of valid values.

◆ tvals

tval_t tval_list::tvals[0]

The values for the trie node.