HomeSort by: relevance | last modified time | path
    Searched refs:proxy_protocol_port (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
config_file.h 127 struct config_strlist* proxy_protocol_port; member in struct:config_file
1459 struct config_strlist* proxy_protocol_port);
config_file.c 898 else S_STRLIST("proxy-protocol-port:", proxy_protocol_port)
1408 else O_LST(opt, "proxy-protocol-port", proxy_protocol_port)
1848 config_delstrlist(cfg->proxy_protocol_port);
2898 struct config_strlist* proxy_protocol_port)
2900 return if_listens_on(ifname, default_port, 0, proxy_protocol_port);
configparser.y 3117 if(!cfg_strlist_insert(&cfg_parser->cfg->proxy_protocol_port, $2))
configparser.c 6580 if(!cfg_strlist_insert(&cfg_parser->cfg->proxy_protocol_port, (yyvsp[0].str)))
  /src/external/bsd/nsd/dist/
nsd-checkconf.c 514 if(strcasecmp(o, "proxy_protocol_port") == 0) {
516 for(p = opt->proxy_protocol_port; p; p = p->next)
737 if(opt->proxy_protocol_port) {
739 for(p = opt->proxy_protocol_port; p; p = p->next)
options.h 150 struct proxy_protocol_port_list* proxy_protocol_port; member in struct:nsd_options
configparser.y 545 elem->next = cfg_parser->opt->proxy_protocol_port;
546 cfg_parser->opt->proxy_protocol_port = elem;
configparser.c 2208 elem->next = cfg_parser->opt->proxy_protocol_port;
2209 cfg_parser->opt->proxy_protocol_port = elem;
options.c 153 opt->proxy_protocol_port = NULL;
3134 p = options->proxy_protocol_port;
server.c 3332 if(nsd->options->proxy_protocol_port &&
3357 if(nsd->options->proxy_protocol_port &&
  /src/external/bsd/unbound/dist/services/
listen_dnsport.c 1280 * @param proxy_protocol_port: list of PROXYv2 port numbers.
1302 struct config_strlist* proxy_protocol_port,
1311 int is_pp2 = if_is_pp2(ifname, port, proxy_protocol_port);
1961 cfg->proxy_protocol_port,
1980 cfg->proxy_protocol_port,
2001 cfg->https_port, cfg->proxy_protocol_port,
2019 cfg->https_port, cfg->proxy_protocol_port,
2039 cfg->https_port, cfg->proxy_protocol_port,
2057 cfg->https_port, cfg->proxy_protocol_port,
  /src/external/bsd/unbound/dist/smallapp/
unbound-checkconf.c 417 if(if_is_pp2(resif[i][0], cfg->port, cfg->proxy_protocol_port)) {
  /src/external/bsd/unbound/dist/daemon/
remote.c 4980 FR_CHECK_CHANGED_CFG_STRLIST("proxy-protocol-port", proxy_protocol_port, changed_str);
5225 m += getmem_config_strlist(cfg->proxy_protocol_port);
6051 COPY_VAR_ptr(proxy_protocol_port);

Completed in 38 milliseconds