Home
last modified time | relevance | path

Searched refs:root_v6 (Results 1 – 2 of 2) sorted by relevance

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Drde_trie.c236 prev = &th->root_v6; in trie_add_v6()
470 trie_free_v6(th->root_v6); in trie_free()
525 n = th->root_v6; in trie_match_v6()
628 n = th->root_v6; in trie_roa_check_v6()
745 if (trie_equal_v6(a->root_v6, b->root_v6) == 0) in trie_equal()
796 trie_dump_v6(th->root_v6); in trie_dump()
H A Dbgpd.h243 struct tentry_v6 *root_v6; member