Home | History | Annotate | Download | only in dns

Lines Matching refs:radix

20 #include <isc/radix.h>
26 * Create a new IP table and the underlying radix structure
37 isc_radix_create(mctx, &tab->radix, RADIX_MAXBITS);
57 INSIST(tab->radix != NULL);
61 result = isc_radix_insert(tab->radix, &node, NULL, &pfx);
99 RADIX_WALK(source->radix->head, node) {
101 result = isc_radix_insert(tab->radix, &new_node, node, NULL);
128 tab->radix->num_added_node += max_node;
138 if (dtab->radix != NULL) {
139 isc_radix_destroy(dtab->radix, NULL);
140 dtab->radix = NULL;