roa_set
| grammar roa_set '\n'
roa_set : ROASET '{' optnl {
struct roa_set rs, *rsp;
struct roa_set *rs;
struct roa_set *rs;
RB_INIT(&rs->roa_set);
RB_FOREACH(roa, roa_tree, &rs->roa_set)
struct roa_tree roa_set;
free_roatree(&rs->roa_set);
if (RB_INSERT(roa_tree, &rs->roa_set, roa) != NULL) {
r = RB_FIND(roa_tree, &rs->roa_set, roa);
RB_REMOVE(roa_tree, &rs->roa_set, r);
if (RB_INSERT(roa_tree, &rs->roa_set, roa) != NULL) {
r = RB_FIND(roa_tree, &rs->roa_set, roa);
RB_REMOVE(roa_tree, &rs->roa_set, r);