Searched refs:t_rcvtime (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_var.h284 u_int32_t t_rcvtime; /* time at which a packet was received */ member in struct:tcpcb
680 u_int32_t t_rcvtime; /* time at which a packet was received */ member in struct:otcpcb
953 u_int32_t t_rcvtime; /* time at which a packet was received */ member in struct:xtcpcb64
1035 u_int32_t t_rcvtime; /* time at which a packet was received */ member in struct:xtcpcb_n
H A Din_pcblist.c226 xt->t_rcvtime = tp->t_rcvtime;
H A Dtcp_ledbat.c349 idle_time = tcp_now - tp->t_rcvtime;
H A Dtcp_subr.c897 tp->t_rcvtime = tcp_now;
1370 otp->t_rcvtime = tp->t_rcvtime;
1552 otp->t_rcvtime = tp->t_rcvtime;
H A Dtcp_timer.c634 idle_time = tcp_now - tp->t_rcvtime;
H A Dtcp_output.c322 idle_time = tcp_now - tp->t_rcvtime;
H A Dtcp_input.c2166 ((tcp_now - tp->t_rcvtime) >= (TCP_IDLETIMEOUT(tp)))) {
2171 tp->t_rcvtime = tcp_now;

Completed in 79 milliseconds