HomeSort by: relevance | last modified time | path
    Searched refs:TCP_MSL (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 1454 #define TCP_MSL 120
fil.c 9041 softc->ipf_tcpclosewait = IPF_TTLVAL(2 * TCP_MSL);
9043 softc->ipf_tcptimewait = IPF_TTLVAL(2 * TCP_MSL);
9044 softc->ipf_tcptimeout = IPF_TTLVAL(2 * TCP_MSL);
9045 softc->ipf_tcpsynsent = IPF_TTLVAL(2 * TCP_MSL);
9046 softc->ipf_tcpsynrecv = IPF_TTLVAL(2 * TCP_MSL);

Completed in 19 milliseconds