Home
last modified time | relevance | path

Searched refs:if_automatic_ports (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/contrib/unbound/util/
HDconfig_file.h228 char* if_automatic_ports; member
HDconfig_file.c211 cfg->if_automatic_ports = NULL; in config_create()
636 else S_STR("interface-automatic-ports:", if_automatic_ports) in config_set_option()
1105 else O_STR(opt, "interface-automatic-ports", if_automatic_ports) in config_get_option()
1699 free(cfg->if_automatic_ports); in config_delete()
HDconfigparser.y886 free(cfg_parser->cfg->if_automatic_ports);
887 cfg_parser->cfg->if_automatic_ports = $2;
HDconfigparser.c3706 free(cfg_parser->cfg->if_automatic_ports); in yyparse()
3707 cfg_parser->cfg->if_automatic_ports = (yyvsp[0].str); in yyparse()
/freebsd-head/contrib/unbound/services/
HDlisten_dnsport.c1909 if(do_auto && cfg->if_automatic_ports && in listening_ports_open()
1910 cfg->if_automatic_ports[0]!=0) { in listening_ports_open()
1911 char* now = cfg->if_automatic_ports; in listening_ports_open()
1922 …ut of range, at position %d of '%s'", (int)(now-cfg->if_automatic_ports)+1, cfg->if_automatic_port… in listening_ports_open()
1927 …t be parsed, at position %d of '%s'", (int)(now-cfg->if_automatic_ports)+1, cfg->if_automatic_port… in listening_ports_open()
/freebsd-head/contrib/unbound/smallapp/
HDunbound-checkconf.c653 ifautomaticportschecks(cfg->if_automatic_ports); in morechecks()
/freebsd-head/contrib/unbound/daemon/
HDremote.c4528 fr_check_changed_cfg_str(cfg->if_automatic_ports, in fr_check_compat_cfg()
4529 newcfg->if_automatic_ports, "interface-automatic-ports", in fr_check_compat_cfg()
4825 m += getmem_str(cfg->if_automatic_ports); in config_file_getmem()
5549 COPY_VAR_ptr(if_automatic_ports); in fr_atomic_copy_cfg()