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

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1168 #define TCP_MSL 120 macro
H A Dfil.c9318 softc->ipf_tcpclosewait = IPF_TTLVAL(2 * TCP_MSL);
9320 softc->ipf_tcptimewait = IPF_TTLVAL(2 * TCP_MSL);
9321 softc->ipf_tcptimeout = IPF_TTLVAL(2 * TCP_MSL);
9322 softc->ipf_tcpsynsent = IPF_TTLVAL(2 * TCP_MSL);
9323 softc->ipf_tcpsynrecv = IPF_TTLVAL(2 * TCP_MSL);

Completed in 74 milliseconds