Searched refs:proxy_protocol_port (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/util/
H A Dconfig_file.h124 struct config_strlist* proxy_protocol_port; member in struct:config_file
1366 struct config_strlist* proxy_protocol_port);
H A Dconfig_file.c818 else S_STRLIST("proxy-protocol-port:", proxy_protocol_port)
1305 else O_LST(opt, "proxy-protocol-port", proxy_protocol_port)
1691 config_delstrlist(cfg->proxy_protocol_port);
2694 struct config_strlist* proxy_protocol_port)
2698 for(s = proxy_protocol_port; s; s = s->next) {
2693 if_is_pp2(const char* ifname, const char* port, struct config_strlist* proxy_protocol_port) argument
H A Dconfigparser.y2928 if(!cfg_strlist_insert(&cfg_parser->cfg->proxy_protocol_port, $2))
H A Dconfigparser.c6230 if(!cfg_strlist_insert(&cfg_parser->cfg->proxy_protocol_port, (yyvsp[0].str)))
/netbsd-current/external/bsd/unbound/dist/services/
H A Dlisten_dnsport.c1228 * @param proxy_protocol_port: list of PROXYv2 port numbers.
1248 struct config_strlist* proxy_protocol_port,
1256 int is_pp2 = if_is_pp2(ifname, port, proxy_protocol_port);
1845 cfg->proxy_protocol_port,
1862 cfg->proxy_protocol_port,
1881 cfg->https_port, cfg->proxy_protocol_port,
1897 cfg->https_port, cfg->proxy_protocol_port,
1915 cfg->https_port, cfg->proxy_protocol_port,
1931 cfg->https_port, cfg->proxy_protocol_port,
1244 ports_create_if(const char* ifname, int do_auto, int do_udp, int do_tcp, struct addrinfo *hints, const char* port, struct listen_port** list, size_t rcv, size_t snd, int ssl_port, struct config_strlist* tls_additional_port, int https_port, struct config_strlist* proxy_protocol_port, int* reuseport, int transparent, int tcp_mss, int freebind, int http2_nodelay, int use_systemd, int dnscrypt_port, int dscp, int sock_queue_timeout) argument
/netbsd-current/external/bsd/nsd/dist/
H A Dnsd-checkconf.c505 if(strcasecmp(o, "proxy_protocol_port") == 0) {
507 for(p = opt->proxy_protocol_port; p; p = p->next)
707 if(opt->proxy_protocol_port) {
709 for(p = opt->proxy_protocol_port; p; p = p->next)
H A Doptions.h136 struct proxy_protocol_port_list* proxy_protocol_port; member in struct:nsd_options
H A Dconfigparser.y483 elem->next = cfg_parser->opt->proxy_protocol_port;
484 cfg_parser->opt->proxy_protocol_port = elem;
H A Dconfigparser.c2091 elem->next = cfg_parser->opt->proxy_protocol_port;
2092 cfg_parser->opt->proxy_protocol_port = elem;
H A Doptions.c140 opt->proxy_protocol_port = NULL;
2655 p = options->proxy_protocol_port;
H A Dserver.c3014 if(nsd->options->proxy_protocol_port &&
3039 if(nsd->options->proxy_protocol_port &&
/netbsd-current/external/bsd/unbound/dist/smallapp/
H A Dunbound-checkconf.c365 if(if_is_pp2(resif[i][0], portbuf, cfg->proxy_protocol_port)) {

Completed in 760 milliseconds