Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.h225 char* if_automatic_ports; member
H A Dconfig_file.c211 cfg->if_automatic_ports = NULL; in config_create()
612 else S_STR("interface-automatic-ports:", if_automatic_ports) in config_set_option()
1082 else O_STR(opt, "interface-automatic-ports", if_automatic_ports) in config_get_option()
1667 free(cfg->if_automatic_ports); in config_delete()
H A Dconfigparser.y879 free(cfg_parser->cfg->if_automatic_ports);
880 cfg_parser->cfg->if_automatic_ports = $2;
H A Dconfigparser.c3654 free(cfg_parser->cfg->if_automatic_ports); in yyparse()
3655 cfg_parser->cfg->if_automatic_ports = (yyvsp[0].str); in yyparse()
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c1914 if(do_auto && cfg->if_automatic_ports && in listening_ports_open()
1915 cfg->if_automatic_ports[0]!=0) { in listening_ports_open()
1916 char* now = cfg->if_automatic_ports; in listening_ports_open()
1927 …ut of range, at position %d of '%s'", (int)(now-cfg->if_automatic_ports)+1, cfg->if_automatic_port… in listening_ports_open()
1932 …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.c651 ifautomaticportschecks(cfg->if_automatic_ports); in morechecks()