/openbsd/usr.sbin/unbound/services/ |
H A D | outside_network.h | 151 int tcp_mss; member 569 int numavailports, size_t unwanted_threshold, int tcp_mss, 748 int tcp_mss, int dscp);
|
H A D | listen_dnsport.c | 1047 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 D | outside_network.c | 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; 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 D | outside_network.h | 151 int tcp_mss; member 569 int numavailports, size_t unwanted_threshold, int tcp_mss, 748 int tcp_mss, int dscp);
|
H A D | listen_dnsport.c | 1047 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 D | outside_network.c | 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; 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 D | nsd.h | 307 int tcp_mss; member
|
H A D | options.h | 101 int tcp_mss; member
|
H A D | nsd-checkconf.c | 448 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 D | nsd.c | 1191 nsd.tcp_mss = nsd.options->tcp_mss; in main()
|
H A D | configparser.y | 360 { cfg_parser->opt->tcp_mss = (int)$2; }
|
H A D | server.c | 1380 if(nsd->tcp_mss > 0) in open_tcp_socket() 1381 set_tcp_maxseg(sock, nsd->tcp_mss); in open_tcp_socket()
|
H A D | options.c | 87 opt->tcp_mss = 0; in nsd_options_create()
|
/openbsd/sys/netinet/ |
H A D | tcp_subr.c | 881 tcp_mss(tp, -1); in tcp_mtudisc() 907 tcp_mss(tp, -1); in tcp_mtudisc_increase()
|
H A D | tcp_var.h | 721 int tcp_mss(struct tcpcb *, int);
|
H A D | tcp_input.c | 1153 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 D | tcp_output.c | 528 mss = htons((u_int16_t) tcp_mss(tp, 0)); in tcp_output()
|
/openbsd/sbin/unwind/libunbound/util/ |
H A D | config_file.h | 112 int tcp_mss; member
|
H A D | config_file.c | 118 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 D | configparser.y | 939 else cfg_parser->cfg->tcp_mss = atoi($2);
|
/openbsd/usr.sbin/unbound/util/ |
H A D | config_file.h | 112 int tcp_mss; member
|
H A D | config_file.c | 118 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 D | configparser.y | 939 else cfg_parser->cfg->tcp_mss = atoi($2);
|
/openbsd/usr.sbin/unbound/testcode/ |
H A D | fake_event.c | 1937 socklen_t ATTR_UNUSED(addrlen), int ATTR_UNUSED(tcp_mss), int ATTR_UNUSED(dscp)) in outnet_get_tcp_fd() argument
|