Searched refs:t_starttime (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_var.h261 u_int32_t t_starttime; /* time connection was established */ member in struct:tcpcb
579 u_int32_t t_starttime; /* time connection was established */ member in struct:otcpcb
817 u_int32_t t_starttime; /* time connection was established */ member in struct:xtcpcb64
900 u_int32_t t_starttime; /* time connection was established */ member in struct:xtcpcb_n
H A Din_pcblist.c226 xt->t_starttime = tp->t_starttime;
H A Dtcp_subr.c1339 otp->t_starttime = tp->t_starttime;
1525 otp->t_starttime = tp->t_starttime;
H A Dtcp_usrreq.c936 ((int)(tcp_now - otp->t_starttime)) < tcp_msl &&
1050 ((int)(tcp_now - otp->t_starttime)) < tcp_msl &&
H A Dtcp_input.c2701 tp->t_starttime = tcp_now;
3154 tp->t_starttime = tcp_now;
3563 ((int)(tcp_now - tp->t_starttime)) < tcp_msl)
3822 tp->t_starttime = tcp_now;
3851 ((int)(tcp_now - tp->t_starttime)) < tcp_msl) {

Completed in 85 milliseconds