Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/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.c1006 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, in make_sock() argument
1043 transparent, tcp_mss, nodelay, freebind, use_systemd, in make_sock()
1062 int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind, in make_sock_port() argument
1085 snd, reuseport, transparent, tcp_mss, nodelay, freebind, in make_sock_port()
1089 reuseport, transparent, tcp_mss, nodelay, freebind, use_systemd, in make_sock_port()
1249 int* reuseport, int transparent, int tcp_mss, int freebind, in ports_create_if() argument
1279 tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock)) == -1) { in ports_create_if()
1316 tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock)) == -1) { in ports_create_if()
1357 &noip6, 0, 0, reuseport, transparent, tcp_mss, nodelay, in ports_create_if()
1847 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;
3699 int fd = outnet_get_tcp_fd(to_addr, to_addrlen, outnet->tcp_mss, outnet->ip_dscp);
3774 int fd = outnet_get_tcp_fd(to_addr, to_addrlen, outnet->tcp_mss, outnet->ip_dscp);
/netbsd-src/external/bsd/nsd/dist/
H A Dnsd.h307 int tcp_mss; member
H A Doptions.h97 int tcp_mss; member
H A Dnsd-checkconf.c448 SERV_GET_INT(tcp_mss, o); in config_print_zone()
643 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.y354 { cfg_parser->opt->tcp_mss = (int)$2; }
H A Dconfigparser.c1822 { cfg_parser->opt->tcp_mss = (int)(yyvsp[0].llng); } in yyparse()
H A Dserver.c1374 if(nsd->tcp_mss > 0) in open_tcp_socket()
1375 set_tcp_maxseg(sock, nsd->tcp_mss); in open_tcp_socket()
H A Doptions.c86 opt->tcp_mss = 0; in nsd_options_create()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h112 int tcp_mss; member
H A Dconfig_file.c117 cfg->tcp_mss = 0; in config_create()
551 else S_NUMBER_NONZERO("tcp-mss:", tcp_mss) in config_set_option()
1083 else O_DEC(opt, "tcp-mss", tcp_mss) in config_get_option()
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)); in yyparse()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dfake_event.c1859 socklen_t ATTR_UNUSED(addrlen), int ATTR_UNUSED(tcp_mss), int ATTR_UNUSED(dscp)) in outnet_get_tcp_fd() argument