Home
last modified time | relevance | path

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

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dparse.y97 static struct prefixset *curpset, *curoset; variable
514 if ((curoset = new_prefix_set($2, 1)) == NULL) {
518 curroatree = &curoset->roaitems;
521 SIMPLEQ_INSERT_TAIL(&conf->originsets, curoset, entry);
522 curoset = NULL;
526 if ((curoset = new_prefix_set($2, 1)) == NULL) {
531 SIMPLEQ_INSERT_TAIL(&conf->originsets, curoset, entry);
532 curoset = NULL;
H A Dparse.c142 static struct prefixset *curpset, *curoset; variable
2421 if ((curoset = new_prefix_set((yyvsp[-2].v.string), 1)) == NULL) { in yyparse()
2425 curroatree = &curoset->roaitems; in yyparse()
2434 SIMPLEQ_INSERT_TAIL(&conf->originsets, curoset, entry); in yyparse()
2435 curoset = NULL; in yyparse()
2444 if ((curoset = new_prefix_set((yyvsp[-3].v.string), 1)) == NULL) { in yyparse()
2449 SIMPLEQ_INSERT_TAIL(&conf->originsets, curoset, entry); in yyparse()
2450 curoset = NULL; in yyparse()