Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.h228 char* if_automatic_ports; member
H A Dconfig_file.c211 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 Dconfigparser.y887 free(cfg_parser->cfg->if_automatic_ports);
888 cfg_parser->cfg->if_automatic_ports = $2;
H A Dconfigparser.c3664 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 Dlisten_dnsport.c1930 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 Dunbound-checkconf.c692 ifautomaticportschecks(cfg->if_automatic_ports); in morechecks()
/freebsd/contrib/unbound/daemon/
H A Dremote.c4940 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()