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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_var.h285 u_int32_t t_starttime; /* time connection was established */ member in struct:tcpcb
681 u_int32_t t_starttime; /* time connection was established */ member in struct:otcpcb
954 u_int32_t t_starttime; /* time connection was established */ member in struct:xtcpcb64
1036 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.c1371 otp->t_starttime = tp->t_starttime;
1553 otp->t_starttime = tp->t_starttime;
H A Dtcp_usrreq.c1197 ((int)(tcp_now - otp->t_starttime)) < tcp_msl &&
1320 ((int)(tcp_now - otp->t_starttime)) < tcp_msl &&
H A Dtcp_input.c2807 tp->t_starttime = tcp_now;
3265 tp->t_starttime = tcp_now;
4130 tp->t_starttime = tcp_now;
4160 ((int)(tcp_now - tp->t_starttime)) < tcp_msl) {

Completed in 47 milliseconds