Home
last modified time | relevance | path

Searched refs:TCPTV_MSL (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_timer.h174 #define TCPTV_MSL ( 15*TCP_RETRANSHZ) /* max seg lifetime */ macro
H A Dtcp_timer.c176 int tcp_msl = TCPTV_MSL;
H A Dtcp_subr.c506 tcp_msl = TCPTV_MSL; in tcp_init()