Home
last modified time | relevance | path

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

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dconfig.c57 SIMPLEQ_INIT(&conf->prefixsets); in new_config()
188 free_prefixsets(&conf->prefixsets); in free_config()
268 free_prefixsets(&xconf->prefixsets); in merge_config()
269 SIMPLEQ_CONCAT(&xconf->prefixsets, &conf->prefixsets); in merge_config()
548 if ((ps = find_prefixset(n->net.psname, &c->prefixsets)) in expand_networks()
H A Dbgpd.c612 while ((ps = SIMPLEQ_FIRST(&conf->prefixsets)) != NULL) { in send_config()
613 SIMPLEQ_REMOVE_HEAD(&conf->prefixsets, entry); in send_config()
H A Dparse.y445 SIMPLEQ_INSERT_TAIL(&conf->prefixsets, curpset, entry);
454 SIMPLEQ_INSERT_TAIL(&conf->prefixsets, curpset, entry);
951 if ((ps = find_prefixset($3, &conf->prefixsets))
2307 if ((ps = find_prefixset($2, &conf->prefixsets))
4633 struct prefixset_head *sets = &conf->prefixsets; in new_prefix_set()
H A Dbgpd.h291 struct prefixset_head prefixsets; member
H A Dprintconf.c1041 print_prefixsets(&conf->prefixsets); in print_config()
H A Dparse.c2324 SIMPLEQ_INSERT_TAIL(&conf->prefixsets, curpset, entry); in yyparse()
2338 SIMPLEQ_INSERT_TAIL(&conf->prefixsets, curpset, entry); in yyparse()
3032 if ((ps = find_prefixset((yyvsp[-1].v.string), &conf->prefixsets)) in yyparse()
4937 if ((ps = find_prefixset((yyvsp[-1].v.string), &conf->prefixsets)) in yyparse()
7755 struct prefixset_head *sets = &conf->prefixsets; in new_prefix_set()