HomeSort by relevance Sort by last modified time
    Searched full:tcp_now (Results 1 - 8 of 8) sorted by null

  /external/qemu/slirp/
tcp_timer.c 39 u_int32_t tcp_now; /* for RFC 1323 timestamps */ variable
109 tcp_now++; /* for timestamps */
tcp_var.h 228 extern u_int32_t tcp_now; /* for RFC 1323 timestamps */
tcp_input.c 500 * tp->ts_recent_age = tcp_now;
513 * tcp_xmit_timer(tp, tcp_now-ts_ecr+1);
829 /* if ((int)(tcp_now - tp->ts_recent_age) > TCP_PAWS_IDLE) {
955 * tp->ts_recent_age = tcp_now;
    [all...]
tcp_output.c 314 * *lp++ = htonl(tcp_now);
  /external/qemu/slirp-android/
tcp_timer.c 39 u_int32_t tcp_now; /* for RFC 1323 timestamps */ variable
109 tcp_now++; /* for timestamps */
tcp_input.c 505 * tp->ts_recent_age = tcp_now;
518 * tcp_xmit_timer(tp, tcp_now-ts_ecr+1);
835 /* if ((int)(tcp_now - tp->ts_recent_age) > TCP_PAWS_IDLE) {
961 * tp->ts_recent_age = tcp_now;
    [all...]
tcp_var.h 230 extern u_int32_t tcp_now; /* for RFC 1323 timestamps */
tcp_output.c 314 * *lp++ = htonl(tcp_now);

Completed in 212 milliseconds