Searched refs:if_automatic_ports (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/unbound/util/ |
| H A D | config_file.h | 228 char* if_automatic_ports; member
|
| H A D | config_file.c | 211 cfg->if_automatic_ports = NULL; in config_create() 642 else S_STR("interface-automatic-ports:", if_automatic_ports) in config_set_option() 1112 else O_STR(opt, "interface-automatic-ports", if_automatic_ports) in config_get_option() 1744 free(cfg->if_automatic_ports); in config_delete()
|
| H A D | configparser.y | 887 free(cfg_parser->cfg->if_automatic_ports); 888 cfg_parser->cfg->if_automatic_ports = $2;
|
| H A D | configparser.c | 3664 free(cfg_parser->cfg->if_automatic_ports); in yyparse() 3665 cfg_parser->cfg->if_automatic_ports = (yyvsp[0].str); in yyparse()
|
| /freebsd/contrib/unbound/services/ |
| H A D | listen_dnsport.c | 1930 if(do_auto && cfg->if_automatic_ports && in listening_ports_open() 1931 cfg->if_automatic_ports[0]!=0) { in listening_ports_open() 1932 char* now = cfg->if_automatic_ports; in listening_ports_open() 1943 …ut of range, at position %d of '%s'", (int)(now-cfg->if_automatic_ports)+1, cfg->if_automatic_port… in listening_ports_open() 1948 …t be parsed, at position %d of '%s'", (int)(now-cfg->if_automatic_ports)+1, cfg->if_automatic_port… in listening_ports_open()
|
| /freebsd/contrib/unbound/smallapp/ |
| H A D | unbound-checkconf.c | 692 ifautomaticportschecks(cfg->if_automatic_ports); in morechecks()
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | remote.c | 4940 FR_CHECK_CHANGED_CFG_STR("interface-automatic-ports", if_automatic_ports, changed_str); in fr_check_compat_cfg() 5181 m += getmem_str(cfg->if_automatic_ports); in config_file_getmem() 5905 COPY_VAR_ptr(if_automatic_ports); in fr_atomic_copy_cfg()
|