Searched refs:IDLE_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
109 #define IDLE_TIMEOUT 28 macro621 case IDLE_TIMEOUT: in print_attr_num()
144 const uint32 IDLE_TIMEOUT = 90 * 1000; // 90 seconds; variable349 if ((m_state == TCP_ESTABLISHED) && (TimeDiff(m_lastrecv + IDLE_TIMEOUT, now) <= 0)) { in NotifyClock()