/netbsd-src/external/bsd/unbound/dist/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 | 1006 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 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; 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 D | nsd.h | 307 int tcp_mss; member
|
H A D | options.h | 97 int tcp_mss; member
|
H A D | nsd-checkconf.c | 448 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 D | nsd.c | 1191 nsd.tcp_mss = nsd.options->tcp_mss; in main()
|
H A D | configparser.y | 354 { cfg_parser->opt->tcp_mss = (int)$2; }
|
H A D | configparser.c | 1822 { cfg_parser->opt->tcp_mss = (int)(yyvsp[0].llng); } in yyparse()
|
H A D | server.c | 1374 if(nsd->tcp_mss > 0) in open_tcp_socket() 1375 set_tcp_maxseg(sock, nsd->tcp_mss); in open_tcp_socket()
|
H A D | options.c | 86 opt->tcp_mss = 0; in nsd_options_create()
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | config_file.h | 112 int tcp_mss; member
|
H A D | config_file.c | 117 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 D | configparser.y | 913 else cfg_parser->cfg->tcp_mss = atoi($2);
|
H A D | configparser.c | 3611 else cfg_parser->cfg->tcp_mss = atoi((yyvsp[0].str)); in yyparse()
|
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | fake_event.c | 1859 socklen_t ATTR_UNUSED(addrlen), int ATTR_UNUSED(tcp_mss), int ATTR_UNUSED(dscp)) in outnet_get_tcp_fd() argument
|