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

/openbsd-current/usr.sbin/unbound/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.c1010 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind,
1047 transparent, tcp_mss, nodelay, freebind, use_systemd,
1081 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind,
1104 snd, reuseport, transparent, tcp_mss, nodelay, freebind,
1108 reuseport, transparent, tcp_mss, nodelay, freebind, use_systemd,
1251 * @param tcp_mss: maximum segment size of tcp socket. default if zero.
1268 int* reuseport, int transparent, int tcp_mss, int freebind,
1298 tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock)) == -1) {
1332 tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock)) == -1) {
1371 &noip6, 0, 0, reuseport, transparent, tcp_mss, nodela
1008 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
1079 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
1263 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;
3707 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...]
/openbsd-current/sbin/unwind/libunbound/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.c1010 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind,
1047 transparent, tcp_mss, nodelay, freebind, use_systemd,
1081 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind,
1104 snd, reuseport, transparent, tcp_mss, nodelay, freebind,
1108 reuseport, transparent, tcp_mss, nodelay, freebind, use_systemd,
1251 * @param tcp_mss: maximum segment size of tcp socket. default if zero.
1268 int* reuseport, int transparent, int tcp_mss, int freebind,
1298 tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock)) == -1) {
1332 tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock)) == -1) {
1371 &noip6, 0, 0, reuseport, transparent, tcp_mss, nodela
1008 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
1079 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
1263 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;
3707 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...]
/openbsd-current/usr.sbin/nsd/
H A Dnsd.h307 int tcp_mss; member in struct:nsd
H A Doptions.h101 int tcp_mss; member in struct:nsd_options
H A Dnsd-checkconf.c448 SERV_GET_INT(tcp_mss, o);
657 printf("\ttcp-mss: %d\n", opt->tcp_mss);
H A Dnsd.c1191 nsd.tcp_mss = nsd.options->tcp_mss;
H A Dconfigparser.y360 { cfg_parser->opt->tcp_mss = (int)$2; }
H A Dserver.c1380 if(nsd->tcp_mss > 0)
1381 set_tcp_maxseg(sock, nsd->tcp_mss);
H A Doptions.c87 opt->tcp_mss = 0;
/openbsd-current/usr.sbin/unbound/util/
H A Dconfig_file.h112 int tcp_mss; member in struct:config_file
H A Dconfig_file.c117 cfg->tcp_mss = 0;
559 else S_NUMBER_NONZERO("tcp-mss:", tcp_mss)
1099 else O_DEC(opt, "tcp-mss", tcp_mss)
H A Dconfigparser.y921 else cfg_parser->cfg->tcp_mss = atoi($2);
/openbsd-current/sbin/unwind/libunbound/util/
H A Dconfig_file.h112 int tcp_mss; member in struct:config_file
H A Dconfig_file.c117 cfg->tcp_mss = 0;
559 else S_NUMBER_NONZERO("tcp-mss:", tcp_mss)
1099 else O_DEC(opt, "tcp-mss", tcp_mss)
H A Dconfigparser.y921 else cfg_parser->cfg->tcp_mss = atoi($2);
/openbsd-current/sys/netinet/
H A Dtcp_subr.c881 tcp_mss(tp, -1);
907 tcp_mss(tp, -1);
H A Dtcp_var.h721 int tcp_mss(struct tcpcb *, int);
H A Dtcp_input.c1141 tcp_mss(tp, opti.maxseg);
2788 tcp_mss(struct tcpcb *tp, int offer) function
2990 tcp_mss(tp, mss);
3634 tcp_mss(tp, sc->sc_peermaxseg); /* sets t_maxseg */
H A Dtcp_output.c522 mss = htons((u_int16_t) tcp_mss(tp, 0));
/openbsd-current/usr.sbin/unbound/testcode/
H A Dfake_event.c1931 socklen_t ATTR_UNUSED(addrlen), int ATTR_UNUSED(tcp_mss), int ATTR_UNUSED(dscp))

Completed in 475 milliseconds