Searched refs:config_str2list (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | config_file.h | 49 struct config_str2list; 283 struct config_str2list* acls; 288 struct config_str2list* tcp_connection_limits; 463 struct config_str2list* local_zones; 489 struct config_str2list* acl_view; 491 struct config_str2list* interface_actions; 499 struct config_str2list* interface_view; 503 struct config_str2list* respip_actions; 505 struct config_str2list* respip_data; 559 struct config_str2list* wait_limit_netblock; [all …]
|
H A D | tcp_conn_limit.c | 134 struct config_str2list* p; in read_tcl_list()
|
H A D | edns.c | 104 struct config_str2list* c; in edns_strings_apply_cfg()
|
H A D | config_file.c | 1026 struct config_str2list* p = cfg->lst; \ 1534 config_deldblstrlist(struct config_str2list* p) in config_deldblstrlist() 1536 struct config_str2list *np; in config_deldblstrlist() 2094 cfg_str2list_insert(struct config_str2list** head, char* item, char* i2) in cfg_str2list_insert() 2096 struct config_str2list *s; in cfg_str2list_insert() 2102 s = (struct config_str2list*)calloc(1, sizeof(struct config_str2list)); in cfg_str2list_insert()
|
/freebsd/contrib/unbound/daemon/ |
H A D | acl_list.c | 416 read_acl_list(struct acl_list* acl, struct config_str2list* acls) in read_acl_list() 418 struct config_str2list* p; in read_acl_list() 429 read_acl_view(struct acl_list* acl, struct config_str2list** acl_view, in read_acl_view() 432 struct config_str2list* np, *p = *acl_view; in read_acl_view() 579 struct config_str2list* acls, int port) in read_acl_interface_action() 581 struct config_str2list* p; in read_acl_interface_action() 603 struct config_str2list** acl_view, in read_acl_interface_view() 606 struct config_str2list* np, *p = *acl_view; in read_acl_interface_view()
|
/freebsd/contrib/unbound/respip/ |
H A D | respip.c | 341 struct config_str2list* respip_actions, in respip_set_apply_cfg() 342 struct config_str2list* respip_data) in respip_set_apply_cfg() 345 struct config_str2list* pa; in respip_set_apply_cfg() 346 struct config_str2list* pd; in respip_set_apply_cfg() 368 struct config_str2list* np = pa->next; in respip_set_apply_cfg() 382 struct config_str2list* np = pd->next; in respip_set_apply_cfg()
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-checkconf.c | 210 struct config_str2list* acl; in acl_view_tag_checks() 458 struct config_str2list* acl; in aclchecks() 475 struct config_str2list* tcl; in tcpconnlimitchecks()
|
/freebsd/contrib/unbound/services/cache/ |
H A D | infra.c | 218 struct config_str2list* p; in infra_ratelimit_cfg_insert() 292 struct config_str2list* p; in infra_wait_limit_netblock_insert()
|
/freebsd/contrib/unbound/services/ |
H A D | localzone.c | 787 struct config_str2list* p; in lz_enter_zones()
|