Searched refs:prefixsets (Results 1 – 5 of 5) sorted by relevance
60 SIMPLEQ_INIT(&conf->prefixsets); in new_config()265 free_prefixsets(&conf->prefixsets); in free_config()353 free_prefixsets(&xconf->prefixsets); in merge_config()354 SIMPLEQ_CONCAT(&xconf->prefixsets, &conf->prefixsets); in merge_config()634 if ((ps = find_prefixset(n->net.psname, &c->prefixsets)) in expand_networks()
691 while ((ps = SIMPLEQ_FIRST(&conf->prefixsets)) != NULL) { in send_config()692 SIMPLEQ_REMOVE_HEAD(&conf->prefixsets, entry); in send_config()
509 SIMPLEQ_INSERT_TAIL(&conf->prefixsets, curpset, entry);518 SIMPLEQ_INSERT_TAIL(&conf->prefixsets, curpset, entry);1103 if ((ps = find_prefixset($3, &conf->prefixsets))2898 if ((ps = find_prefixset($2, &conf->prefixsets))5346 struct prefixset_head *sets = &conf->prefixsets; in new_prefix_set()
300 struct prefixset_head prefixsets; member
1274 print_prefixsets(&conf->prefixsets); in print_config()