/src/sys/netinet/ |
tcp_subr.c | 209 int tcp_msl_loop = PR_SLOWHZ; /* MSL for loopback */ variable in typeref:typename:int 1846 tp->t_msl = tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2); 1878 tp->t_msl = tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2);
|
tcp_subr.c | 209 int tcp_msl_loop = PR_SLOWHZ; /* MSL for loopback */ variable in typeref:typename:int 1846 tp->t_msl = tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2); 1878 tp->t_msl = tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2);
|
tcp_var.h | 758 extern int tcp_msl_loop; /* MSL for loopback */
|
tcp_var.h | 758 extern int tcp_msl_loop; /* MSL for loopback */
|
tcp_vtw.c | 1354 return tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2); 1364 if (msl <= (tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2)))
|
tcp_vtw.c | 1354 return tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2); 1364 if (msl <= (tcp_msl_loop ? tcp_msl_loop : (TCPTV_MSL >> 2)))
|
tcp_usrreq.c | 2285 NULL, 0, &tcp_msl_loop, 0, CTL_CREATE, CTL_EOL);
|
tcp_usrreq.c | 2285 NULL, 0, &tcp_msl_loop, 0, CTL_CREATE, CTL_EOL);
|