Home
last modified time | relevance | path

Searched refs:roaitems (Results 1 – 6 of 6) sorted by relevance

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dbgpd.c633 RB_FOREACH_SAFE(roa, roa_tree, &ps->roaitems, nroa) { in send_config()
634 RB_REMOVE(roa_tree, &ps->roaitems, roa); in send_config()
H A Dconfig.c121 free_roatree(&ps->roaitems); in free_prefixsets()
H A Dbgpd.h1112 struct roa_tree roaitems; member
H A Dprintconf.c548 RB_FOREACH(roa, roa_tree, &ps->roaitems) { in print_originsets()
H A Dparse.y518 curroatree = &curoset->roaitems;
4655 RB_INIT(&pset->roaitems); in new_prefix_set()
H A Dparse.c2425 curroatree = &curoset->roaitems; in yyparse()
7777 RB_INIT(&pset->roaitems); in new_prefix_set()