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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_var.h305 u_int32_t t_starttime; /* time connection was established */ member in struct:tcpcb
731 u_int32_t t_starttime; /* time connection was established */ member in struct:otcpcb
1022 u_int32_t t_starttime; /* time connection was established */ member in struct:xtcpcb64
1104 u_int32_t t_starttime; /* time connection was established */ member in struct:xtcpcb_n
H A Din_pcblist.c227 xt->t_starttime = tp->t_starttime;
H A Dtcp_subr.c1431 otp->t_starttime = tp->t_starttime;
1614 otp->t_starttime = tp->t_starttime;
H A Dtcp_usrreq.c1256 ((int)(tcp_now - otp->t_starttime)) < tcp_msl &&
1379 ((int)(tcp_now - otp->t_starttime)) < tcp_msl &&
H A Dtcp_input.c2971 tp->t_starttime = tcp_now;
3436 tp->t_starttime = tcp_now;
4314 tp->t_starttime = tcp_now;

Completed in 96 milliseconds