Searched refs:TCP_KEEPIDLE_DEFAULT (Results 1 – 6 of 6) sorted by relevance
138 #ifndef TCP_KEEPIDLE_DEFAULT139 #define TCP_KEEPIDLE_DEFAULT 7200000UL /* Default KEEPALIVE timer in milliseconds */ macro
141 #ifndef TCP_KEEPIDLE_DEFAULT142 #define TCP_KEEPIDLE_DEFAULT 7200000UL /* Default KEEPALIVE timer in milliseconds */ macro
1338 pcb->keep_idle = TCP_KEEPIDLE_DEFAULT; in tcp_alloc()
1636 pcb->keep_idle = TCP_KEEPIDLE_DEFAULT; in tcp_alloc()
1920 pcb->keep_idle = TCP_KEEPIDLE_DEFAULT; in tcp_alloc()
Completed in 16 milliseconds