Searched refs:tcp_mss (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/services/
H A Doutside_network.h151 int tcp_mss; member in struct:outside_network
552 * @param tcp_mss: maximum segment size of tcp socket.
569 int numavailports, size_t unwanted_threshold, int tcp_mss,
746 * tcp_mss is 0 or maxseg size to set for TCP packets. */
748 int tcp_mss, int dscp);
768 * and the tcp_mss.
791 * and the tcp_mss.
H A Dlisten_dnsport.c1006 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind,
1043 transparent, tcp_mss, nodelay, freebind, use_systemd,
1062 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind,
1085 snd, reuseport, transparent, tcp_mss, nodelay, freebind,
1089 reuseport, transparent, tcp_mss, nodelay, freebind, use_systemd,
1232 * @param tcp_mss: maximum segment size of tcp socket. default if zero.
1249 int* reuseport, int transparent, int tcp_mss, int freebind,
1279 tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock)) == -1) {
1316 tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock)) == -1) {
1357 &noip6, 0, 0, reuseport, transparent, tcp_mss, nodela
1004 make_sock(int stype, const char* ifname, const char* port, struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd, int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, int use_systemd, int dscp, struct unbound_socket* ub_sock) argument
1060 make_sock_port(int stype, const char* ifname, const char* port, struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd, int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, int use_systemd, int dscp, struct unbound_socket* ub_sock) argument
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
[all...]
H A Doutside_network.c263 * tcp_mss is 0 or maxseg size to set for TCP packets. */
265 outnet_get_tcp_fd(struct sockaddr_storage* addr, socklen_t addrlen, int tcp_mss, int dscp) argument
304 if(tcp_mss > 0) {
307 (void*)&tcp_mss, (socklen_t)sizeof(tcp_mss)) < 0) {
652 s = outnet_get_tcp_fd(&w->addr, w->addrlen, w->outnet->tcp_mss, w->outnet->ip_dscp);
1662 int numavailports, size_t unwanted_threshold, int tcp_mss,
1699 outnet->tcp_mss = tcp_mss;
3699 int fd = outnet_get_tcp_fd(to_addr, to_addrlen, outnet->tcp_mss, outne
1658 outside_network_create(struct comm_base *base, size_t bufsize, size_t num_ports, char** ifs, int num_ifs, int do_ip4, int do_ip6, size_t num_tcp, int dscp, struct infra_cache* infra, struct ub_randstate* rnd, int use_caps_for_id, int* availports, int numavailports, size_t unwanted_threshold, int tcp_mss, void (*unwanted_action)(void*), void* unwanted_param, int do_udp, void* sslctx, int delayclose, int tls_use_sni, struct dt_env* dtenv, int udp_connect, int max_reuse_tcp_queries, int tcp_reuse_timeout, int tcp_auth_query_timeout) argument
[all...]
/netbsd-current/external/bsd/nsd/dist/
H A Dnsd.h307 int tcp_mss; member in struct:nsd
H A Doptions.h97 int tcp_mss; member in struct:nsd_options
H A Dnsd-checkconf.c448 SERV_GET_INT(tcp_mss, o);
643 printf("\ttcp-mss: %d\n", opt->tcp_mss);
H A Dnsd.c1191 nsd.tcp_mss = nsd.options->tcp_mss;
H A Dconfigparser.y354 { cfg_parser->opt->tcp_mss = (int)$2; }
H A Dconfigparser.c1822 { cfg_parser->opt->tcp_mss = (int)(yyvsp[0].llng); }
H A Dserver.c1374 if(nsd->tcp_mss > 0)
1375 set_tcp_maxseg(sock, nsd->tcp_mss);
H A Doptions.c86 opt->tcp_mss = 0;
/netbsd-current/external/bsd/unbound/dist/util/
H A Dconfig_file.h112 int tcp_mss; member in struct:config_file
H A Dconfig_file.c117 cfg->tcp_mss = 0;
551 else S_NUMBER_NONZERO("tcp-mss:", tcp_mss)
1083 else O_DEC(opt, "tcp-mss", tcp_mss)
H A Dconfigparser.y913 else cfg_parser->cfg->tcp_mss = atoi($2);
H A Dconfigparser.c3611 else cfg_parser->cfg->tcp_mss = atoi((yyvsp[0].str));
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dfake_event.c1859 socklen_t ATTR_UNUSED(addrlen), int ATTR_UNUSED(tcp_mss), int ATTR_UNUSED(dscp))

Completed in 421 milliseconds