Searched refs:prefixsets (Results 1 – 5 of 5) sorted by relevance
60 SIMPLEQ_INIT(&conf->prefixsets); in new_config()266 free_prefixsets(&conf->prefixsets); in free_config()354 free_prefixsets(&xconf->prefixsets); in merge_config()355 SIMPLEQ_CONCAT(&xconf->prefixsets, &conf->prefixsets); in merge_config()635 if ((ps = find_prefixset(n->net.psname, &c->prefixsets)) in expand_networks()
698 while ((ps = SIMPLEQ_FIRST(&conf->prefixsets)) != NULL) { in send_config()699 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);1111 if ((ps = find_prefixset($3, &conf->prefixsets))2924 if ((ps = find_prefixset($2, &conf->prefixsets))5378 struct prefixset_head *sets = &conf->prefixsets; in new_prefix_set()
306 struct prefixset_head prefixsets; member
1292 print_prefixsets(&conf->prefixsets); in print_config()