Symbol: tcp_mss
sbin/unwind/libunbound/services/listen_dnsport.c
1051
int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind,
sbin/unwind/libunbound/services/listen_dnsport.c
1091
transparent, tcp_mss, nodelay, freebind, use_systemd,
sbin/unwind/libunbound/services/listen_dnsport.c
1125
int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind,
sbin/unwind/libunbound/services/listen_dnsport.c
1148
snd, reuseport, transparent, tcp_mss, nodelay, freebind,
sbin/unwind/libunbound/services/listen_dnsport.c
1152
reuseport, transparent, tcp_mss, nodelay, freebind, use_systemd,
sbin/unwind/libunbound/services/listen_dnsport.c
1303
int* reuseport, int transparent, int tcp_mss, int freebind,
sbin/unwind/libunbound/services/listen_dnsport.c
1350
tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock,
sbin/unwind/libunbound/services/listen_dnsport.c
1405
tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock,
sbin/unwind/libunbound/services/listen_dnsport.c
1461
&noip6, 0, 0, reuseport, transparent, tcp_mss, nodelay,
sbin/unwind/libunbound/services/listen_dnsport.c
1963
cfg->tcp_mss, cfg->ip_freebind,
sbin/unwind/libunbound/services/listen_dnsport.c
1982
cfg->tcp_mss, cfg->ip_freebind,
sbin/unwind/libunbound/services/listen_dnsport.c
2003
cfg->tcp_mss, cfg->ip_freebind,
sbin/unwind/libunbound/services/listen_dnsport.c
2021
cfg->tcp_mss, cfg->ip_freebind,
sbin/unwind/libunbound/services/listen_dnsport.c
2041
cfg->tcp_mss, cfg->ip_freebind,
sbin/unwind/libunbound/services/listen_dnsport.c
2059
cfg->tcp_mss, cfg->ip_freebind,
sbin/unwind/libunbound/services/outside_network.c
1677
int numavailports, size_t unwanted_threshold, int tcp_mss,
sbin/unwind/libunbound/services/outside_network.c
1714
outnet->tcp_mss = tcp_mss;
sbin/unwind/libunbound/services/outside_network.c
266
int tcp_mss, int dscp, int nodelay)
sbin/unwind/libunbound/services/outside_network.c
306
if(tcp_mss > 0) {
sbin/unwind/libunbound/services/outside_network.c
309
(void*)&tcp_mss, (socklen_t)sizeof(tcp_mss)) < 0) {
sbin/unwind/libunbound/services/outside_network.c
3736
int fd = outnet_get_tcp_fd(to_addr, to_addrlen, outnet->tcp_mss,
sbin/unwind/libunbound/services/outside_network.c
3812
int fd = outnet_get_tcp_fd(to_addr, to_addrlen, outnet->tcp_mss,
sbin/unwind/libunbound/services/outside_network.c
666
s = outnet_get_tcp_fd(&w->addr, w->addrlen, w->outnet->tcp_mss,
sbin/unwind/libunbound/services/outside_network.h
151
int tcp_mss;
sbin/unwind/libunbound/services/outside_network.h
569
int numavailports, size_t unwanted_threshold, int tcp_mss,
sbin/unwind/libunbound/services/outside_network.h
750
int tcp_mss, int dscp, int nodelay);
sbin/unwind/libunbound/util/config_file.c
1155
else O_DEC(opt, "tcp-mss", tcp_mss)
sbin/unwind/libunbound/util/config_file.c
118
cfg->tcp_mss = 0;
sbin/unwind/libunbound/util/config_file.c
603
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
959
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
95
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
5852
COPY_VAR_int(tcp_mss);
usr.sbin/unbound/daemon/remote.c
7600
outnet->tcp_mss = cfg->outgoing_tcp_mss;
usr.sbin/unbound/services/listen_dnsport.c
1051
int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind,
usr.sbin/unbound/services/listen_dnsport.c
1091
transparent, tcp_mss, nodelay, freebind, use_systemd,
usr.sbin/unbound/services/listen_dnsport.c
1125
int* reuseport, int transparent, int tcp_mss, int nodelay, int freebind,
usr.sbin/unbound/services/listen_dnsport.c
1148
snd, reuseport, transparent, tcp_mss, nodelay, freebind,
usr.sbin/unbound/services/listen_dnsport.c
1152
reuseport, transparent, tcp_mss, nodelay, freebind, use_systemd,
usr.sbin/unbound/services/listen_dnsport.c
1303
int* reuseport, int transparent, int tcp_mss, int freebind,
usr.sbin/unbound/services/listen_dnsport.c
1350
tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock,
usr.sbin/unbound/services/listen_dnsport.c
1405
tcp_mss, nodelay, freebind, use_systemd, dscp, ub_sock,
usr.sbin/unbound/services/listen_dnsport.c
1461
&noip6, 0, 0, reuseport, transparent, tcp_mss, nodelay,
usr.sbin/unbound/services/listen_dnsport.c
1963
cfg->tcp_mss, cfg->ip_freebind,
usr.sbin/unbound/services/listen_dnsport.c
1982
cfg->tcp_mss, cfg->ip_freebind,
usr.sbin/unbound/services/listen_dnsport.c
2003
cfg->tcp_mss, cfg->ip_freebind,
usr.sbin/unbound/services/listen_dnsport.c
2021
cfg->tcp_mss, cfg->ip_freebind,
usr.sbin/unbound/services/listen_dnsport.c
2041
cfg->tcp_mss, cfg->ip_freebind,
usr.sbin/unbound/services/listen_dnsport.c
2059
cfg->tcp_mss, cfg->ip_freebind,
usr.sbin/unbound/services/outside_network.c
1677
int numavailports, size_t unwanted_threshold, int tcp_mss,
usr.sbin/unbound/services/outside_network.c
1714
outnet->tcp_mss = tcp_mss;
usr.sbin/unbound/services/outside_network.c
266
int tcp_mss, int dscp, int nodelay)
usr.sbin/unbound/services/outside_network.c
306
if(tcp_mss > 0) {
usr.sbin/unbound/services/outside_network.c
309
(void*)&tcp_mss, (socklen_t)sizeof(tcp_mss)) < 0) {
usr.sbin/unbound/services/outside_network.c
3736
int fd = outnet_get_tcp_fd(to_addr, to_addrlen, outnet->tcp_mss,
usr.sbin/unbound/services/outside_network.c
3812
int fd = outnet_get_tcp_fd(to_addr, to_addrlen, outnet->tcp_mss,
usr.sbin/unbound/services/outside_network.c
666
s = outnet_get_tcp_fd(&w->addr, w->addrlen, w->outnet->tcp_mss,
usr.sbin/unbound/services/outside_network.h
151
int tcp_mss;
usr.sbin/unbound/services/outside_network.h
569
int numavailports, size_t unwanted_threshold, int tcp_mss,
usr.sbin/unbound/services/outside_network.h
750
int tcp_mss, int dscp, int nodelay);
usr.sbin/unbound/testcode/fake_event.c
1969
socklen_t ATTR_UNUSED(addrlen), int ATTR_UNUSED(tcp_mss),
usr.sbin/unbound/util/config_file.c
1155
else O_DEC(opt, "tcp-mss", tcp_mss)
usr.sbin/unbound/util/config_file.c
118
cfg->tcp_mss = 0;
usr.sbin/unbound/util/config_file.c
603
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
959
else cfg_parser->cfg->tcp_mss = atoi($2);