Home
last modified time | relevance | path

Searched refs:TCP_MSL (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h1153 #define TCP_MSL 120 macro
H A Dfil.c9023 softc->ipf_tcpclosewait = IPF_TTLVAL(2 * TCP_MSL);
9025 softc->ipf_tcptimewait = IPF_TTLVAL(2 * TCP_MSL);
9026 softc->ipf_tcptimeout = IPF_TTLVAL(2 * TCP_MSL);
9027 softc->ipf_tcpsynsent = IPF_TTLVAL(2 * TCP_MSL);
9028 softc->ipf_tcpsynrecv = IPF_TTLVAL(2 * TCP_MSL);