HomeSort by relevance Sort by last modified time
    Searched refs:TCP_PAWS_IDLE (Results 1 - 2 of 2) sorted by null

  /external/qemu/slirp/
tcp_input.c 51 #define TCP_PAWS_IDLE (24 * 24 * 60 * 60 * PR_SLOWHZ)
829 /* if ((int)(tcp_now - tp->ts_recent_age) > TCP_PAWS_IDLE) {
    [all...]
  /external/qemu/slirp-android/
tcp_input.c 51 #define TCP_PAWS_IDLE (24 * 24 * 60 * 60 * PR_SLOWHZ)
835 /* if ((int)(tcp_now - tp->ts_recent_age) > TCP_PAWS_IDLE) {
    [all...]

Completed in 293 milliseconds