Symbol: tcp_mss
sbin/unwind/libunbound/services/listen_dnsport.c
1050
int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind,
sbin/unwind/libunbound/services/listen_dnsport.c
1090
transparent, tcp_mss, nodelay, freebind, use_systemd,
sbin/unwind/libunbound/services/listen_dnsport.c
1124
int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind,
sbin/unwind/libunbound/services/listen_dnsport.c
1147
snd, reuseport, transparent, tcp_mss, nodelay, freebind,
sbin/unwind/libunbound/services/listen_dnsport.c
1151
reuseport, transparent, tcp_mss, nodelay, freebind, use_systemd,
sbin/unwind/libunbound/services/listen_dnsport.c
1302
int* reuseport, int transparent, int tcp_mss, int freebind,
sbin/unwind/libunbound/services/listen_dnsport.c
1349
tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock,
sbin/unwind/libunbound/services/listen_dnsport.c
1404
tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock,
sbin/unwind/libunbound/services/listen_dnsport.c
1460
&noip6, 0, 0, reuseport, transparent, tcp_mss, nodelay,
sbin/unwind/libunbound/services/listen_dnsport.c
1962
cfg->tcp_mss, cfg->ip_freebind,
sbin/unwind/libunbound/services/listen_dnsport.c
1981
cfg->tcp_mss, cfg->ip_freebind,
sbin/unwind/libunbound/services/listen_dnsport.c
2002
cfg->tcp_mss, cfg->ip_freebind,
sbin/unwind/libunbound/services/listen_dnsport.c
2020
cfg->tcp_mss, cfg->ip_freebind,
sbin/unwind/libunbound/services/listen_dnsport.c
2040
cfg->tcp_mss, cfg->ip_freebind,
sbin/unwind/libunbound/services/listen_dnsport.c
2058
cfg->tcp_mss, cfg->ip_freebind,
sbin/unwind/libunbound/services/outside_network.c
1725
size_t unwanted_threshold, int tcp_mss,
sbin/unwind/libunbound/services/outside_network.c
1762
outnet->tcp_mss = tcp_mss;
sbin/unwind/libunbound/services/outside_network.c
280
int tcp_mss, int dscp, int nodelay)
sbin/unwind/libunbound/services/outside_network.c
320
if(tcp_mss > 0) {
sbin/unwind/libunbound/services/outside_network.c
323
(void*)&tcp_mss, (socklen_t)sizeof(tcp_mss)) < 0) {
sbin/unwind/libunbound/services/outside_network.c
3811
int fd = outnet_get_tcp_fd(to_addr, to_addrlen, outnet->tcp_mss,
sbin/unwind/libunbound/services/outside_network.c
3887
int fd = outnet_get_tcp_fd(to_addr, to_addrlen, outnet->tcp_mss,
sbin/unwind/libunbound/services/outside_network.c
683
s = outnet_get_tcp_fd(&w->addr, w->addrlen, w->outnet->tcp_mss,
sbin/unwind/libunbound/services/outside_network.h
160
int tcp_mss;
sbin/unwind/libunbound/services/outside_network.h
613
size_t unwanted_threshold, int tcp_mss,
sbin/unwind/libunbound/services/outside_network.h
794
int tcp_mss, int dscp, int nodelay);
sbin/unwind/libunbound/util/config_file.c
1168
else O_DEC(opt, "tcp-mss", tcp_mss)
sbin/unwind/libunbound/util/config_file.c
121
cfg->tcp_mss = 0;
sbin/unwind/libunbound/util/config_file.c
609
else S_NUMBER_NONZERO("tcp-mss:", tcp_mss)
sbin/unwind/libunbound/util/config_file.h
115
int tcp_mss;
sbin/unwind/libunbound/util/configparser.y
962
else cfg_parser->cfg->tcp_mss = atoi($2);
sys/netinet/tcp_input.c
1143
tcp_mss(tp, opti.maxseg);
sys/netinet/tcp_input.c
3003
tcp_mss(tp, mss);
sys/netinet/tcp_input.c
3650
tcp_mss(tp, sc->sc_peermaxseg); /* sets t_maxseg */
sys/netinet/tcp_output.c
515
mss = htons((u_int16_t) tcp_mss(tp, 0));
sys/netinet/tcp_subr.c
910
tcp_mss(tp, -1);
sys/netinet/tcp_subr.c
936
tcp_mss(tp, -1);
sys/netinet/tcp_var.h
728
int tcp_mss(struct tcpcb *, int);
usr.sbin/nsd/configparser.y
391
{ cfg_parser->opt->tcp_mss = (int)$2; }
usr.sbin/nsd/nsd-checkconf.c
451
SERV_GET_INT(tcp_mss, o);
usr.sbin/nsd/nsd-checkconf.c
666
printf("\ttcp-mss: %d\n", opt->tcp_mss);
usr.sbin/nsd/nsd.c
1144
nsd.tcp_mss = nsd.options->tcp_mss;
usr.sbin/nsd/nsd.h
326
int tcp_mss;
usr.sbin/nsd/options.c
96
opt->tcp_mss = 0;
usr.sbin/nsd/options.h
104
int tcp_mss;
usr.sbin/nsd/server.c
1405
if(nsd->tcp_mss > 0)
usr.sbin/nsd/server.c
1406
set_tcp_maxseg(sock, nsd->tcp_mss);
usr.sbin/unbound/daemon/remote.c
6061
COPY_VAR_int(tcp_mss);
usr.sbin/unbound/daemon/remote.c
7880
outnet->tcp_mss = cfg->outgoing_tcp_mss;
usr.sbin/unbound/services/listen_dnsport.c
1050
int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind,
usr.sbin/unbound/services/listen_dnsport.c
1090
transparent, tcp_mss, nodelay, freebind, use_systemd,
usr.sbin/unbound/services/listen_dnsport.c
1124
int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind,
usr.sbin/unbound/services/listen_dnsport.c
1147
snd, reuseport, transparent, tcp_mss, nodelay, freebind,
usr.sbin/unbound/services/listen_dnsport.c
1151
reuseport, transparent, tcp_mss, nodelay, freebind, use_systemd,
usr.sbin/unbound/services/listen_dnsport.c
1302
int* reuseport, int transparent, int tcp_mss, int freebind,
usr.sbin/unbound/services/listen_dnsport.c
1349
tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock,
usr.sbin/unbound/services/listen_dnsport.c
1404
tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock,
usr.sbin/unbound/services/listen_dnsport.c
1460
&noip6, 0, 0, reuseport, transparent, tcp_mss, nodelay,
usr.sbin/unbound/services/listen_dnsport.c
1962
cfg->tcp_mss, cfg->ip_freebind,
usr.sbin/unbound/services/listen_dnsport.c
1981
cfg->tcp_mss, cfg->ip_freebind,
usr.sbin/unbound/services/listen_dnsport.c
2002
cfg->tcp_mss, cfg->ip_freebind,
usr.sbin/unbound/services/listen_dnsport.c
2020
cfg->tcp_mss, cfg->ip_freebind,
usr.sbin/unbound/services/listen_dnsport.c
2040
cfg->tcp_mss, cfg->ip_freebind,
usr.sbin/unbound/services/listen_dnsport.c
2058
cfg->tcp_mss, cfg->ip_freebind,
usr.sbin/unbound/services/outside_network.c
1725
size_t unwanted_threshold, int tcp_mss,
usr.sbin/unbound/services/outside_network.c
1762
outnet->tcp_mss = tcp_mss;
usr.sbin/unbound/services/outside_network.c
280
int tcp_mss, int dscp, int nodelay)
usr.sbin/unbound/services/outside_network.c
320
if(tcp_mss > 0) {
usr.sbin/unbound/services/outside_network.c
323
(void*)&tcp_mss, (socklen_t)sizeof(tcp_mss)) < 0) {
usr.sbin/unbound/services/outside_network.c
3811
int fd = outnet_get_tcp_fd(to_addr, to_addrlen, outnet->tcp_mss,
usr.sbin/unbound/services/outside_network.c
3887
int fd = outnet_get_tcp_fd(to_addr, to_addrlen, outnet->tcp_mss,
usr.sbin/unbound/services/outside_network.c
683
s = outnet_get_tcp_fd(&w->addr, w->addrlen, w->outnet->tcp_mss,
usr.sbin/unbound/services/outside_network.h
160
int tcp_mss;
usr.sbin/unbound/services/outside_network.h
613
size_t unwanted_threshold, int tcp_mss,
usr.sbin/unbound/services/outside_network.h
794
int tcp_mss, int dscp, int nodelay);
usr.sbin/unbound/testcode/fake_event.c
1970
socklen_t ATTR_UNUSED(addrlen), int ATTR_UNUSED(tcp_mss),
usr.sbin/unbound/util/config_file.c
1168
else O_DEC(opt, "tcp-mss", tcp_mss)
usr.sbin/unbound/util/config_file.c
121
cfg->tcp_mss = 0;
usr.sbin/unbound/util/config_file.c
609
else S_NUMBER_NONZERO("tcp-mss:", tcp_mss)
usr.sbin/unbound/util/config_file.h
115
int tcp_mss;
usr.sbin/unbound/util/configparser.y
962
else cfg_parser->cfg->tcp_mss = atoi($2);