Home
last modified time | relevance | path

Searched defs:routtablerec (Results 1 – 1 of 1) sorted by relevance

/dports/security/snort/snort-2.9.18/src/sfutil/
H A Dsfrt_trie.h140 struct routtablerec { struct
141 node_t *trie; /* the main trie search structure */
142 int triesize;
143 comp_base_t *base; /* the base vector */
144 int basesize;
145 comp_pre_t *pre; /* the prefix vector */
146 int presize;
147 policy_t *policy; /* the next-hop table */
148 int policysize;
150 int dirty; /* Whether or not the table needs to be rebuilt */