Home
last modified time | relevance | path

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

/openbsd/usr.sbin/unbound/services/
H A Doutside_network.h151 int tcp_mss; member
569 int numavailports, size_t unwanted_threshold, int tcp_mss,
748 int tcp_mss, int dscp);
H A Dlisten_dnsport.c1047 transparent, tcp_mss, nodelay, freebind, use_systemd, in make_sock()
1104 snd, reuseport, transparent, tcp_mss, nodelay, freebind, in make_sock_port()
1108 reuseport, transparent, tcp_mss, nodelay, freebind, use_systemd, in make_sock_port()
1268 int* reuseport, int transparent, int tcp_mss, int freebind, in ports_create_if() argument
1371 &noip6, 0, 0, reuseport, transparent, tcp_mss, nodelay, in ports_create_if()
1859 cfg->tcp_mss, cfg->ip_freebind, in listening_ports_open()
1876 cfg->tcp_mss, cfg->ip_freebind, in listening_ports_open()
1895 cfg->tcp_mss, cfg->ip_freebind, in listening_ports_open()
1911 cfg->tcp_mss, cfg->ip_freebind, in listening_ports_open()
1929 cfg->tcp_mss, cfg->ip_freebind, in listening_ports_open()
[all …]
H A Doutside_network.c265 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;
3721 int fd = outnet_get_tcp_fd(to_addr, to_addrlen, outnet->tcp_mss, outnet->ip_dscp);
3796 int fd = outnet_get_tcp_fd(to_addr, to_addrlen, outnet->tcp_mss, outnet->ip_dscp);
/openbsd/sbin/unwind/libunbound/services/
H A Doutside_network.h151 int tcp_mss; member
569 int numavailports, size_t unwanted_threshold, int tcp_mss,
748 int tcp_mss, int dscp);
H A Dlisten_dnsport.c1047 transparent, tcp_mss, nodelay, freebind, use_systemd, in make_sock()
1104 snd, reuseport, transparent, tcp_mss, nodelay, freebind, in make_sock_port()
1108 reuseport, transparent, tcp_mss, nodelay, freebind, use_systemd, in make_sock_port()
1268 int* reuseport, int transparent, int tcp_mss, int freebind, in ports_create_if() argument
1371 &noip6, 0, 0, reuseport, transparent, tcp_mss, nodelay, in ports_create_if()
1859 cfg->tcp_mss, cfg->ip_freebind, in listening_ports_open()
1876 cfg->tcp_mss, cfg->ip_freebind, in listening_ports_open()
1895 cfg->tcp_mss, cfg->ip_freebind, in listening_ports_open()
1911 cfg->tcp_mss, cfg->ip_freebind, in listening_ports_open()
1929 cfg->tcp_mss, cfg->ip_freebind, in listening_ports_open()
[all …]
H A Doutside_network.c265 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;
3721 int fd = outnet_get_tcp_fd(to_addr, to_addrlen, outnet->tcp_mss, outnet->ip_dscp);
3796 int fd = outnet_get_tcp_fd(to_addr, to_addrlen, outnet->tcp_mss, outnet->ip_dscp);
/openbsd/usr.sbin/nsd/
H A Dnsd.h307 int tcp_mss; member
H A Doptions.h101 int tcp_mss; member
H A Dnsd-checkconf.c448 SERV_GET_INT(tcp_mss, o); in config_print_zone()
657 printf("\ttcp-mss: %d\n", opt->tcp_mss); in config_test_print_server()
H A Dnsd.c1191 nsd.tcp_mss = nsd.options->tcp_mss; in main()
H A Dconfigparser.y360 { cfg_parser->opt->tcp_mss = (int)$2; }
H A Dserver.c1380 if(nsd->tcp_mss > 0) in open_tcp_socket()
1381 set_tcp_maxseg(sock, nsd->tcp_mss); in open_tcp_socket()
H A Doptions.c87 opt->tcp_mss = 0; in nsd_options_create()
/openbsd/sys/netinet/
H A Dtcp_subr.c881 tcp_mss(tp, -1); in tcp_mtudisc()
907 tcp_mss(tp, -1); in tcp_mtudisc_increase()
H A Dtcp_var.h721 int tcp_mss(struct tcpcb *, int);
H A Dtcp_input.c1153 tcp_mss(tp, opti.maxseg); in tcp_input()
2819 tcp_mss(struct tcpcb *tp, int offer) in tcp_mss() function
3018 tcp_mss(tp, mss); in tcp_mss_update()
3682 tcp_mss(tp, sc->sc_peermaxseg); /* sets t_maxseg */ in syn_cache_get()
H A Dtcp_output.c528 mss = htons((u_int16_t) tcp_mss(tp, 0)); in tcp_output()
/openbsd/sbin/unwind/libunbound/util/
H A Dconfig_file.h112 int tcp_mss; member
H A Dconfig_file.c118 cfg->tcp_mss = 0; in config_create()
561 else S_NUMBER_NONZERO("tcp-mss:", tcp_mss) in config_set_option()
1104 else O_DEC(opt, "tcp-mss", tcp_mss) in config_get_option()
H A Dconfigparser.y939 else cfg_parser->cfg->tcp_mss = atoi($2);
/openbsd/usr.sbin/unbound/util/
H A Dconfig_file.h112 int tcp_mss; member
H A Dconfig_file.c118 cfg->tcp_mss = 0; in config_create()
561 else S_NUMBER_NONZERO("tcp-mss:", tcp_mss) in config_set_option()
1104 else O_DEC(opt, "tcp-mss", tcp_mss) in config_get_option()
H A Dconfigparser.y939 else cfg_parser->cfg->tcp_mss = atoi($2);
/openbsd/usr.sbin/unbound/testcode/
H A Dfake_event.c1937 socklen_t ATTR_UNUSED(addrlen), int ATTR_UNUSED(tcp_mss), int ATTR_UNUSED(dscp)) in outnet_get_tcp_fd() argument