Home
last modified time | relevance | path

Searched refs:TCP_KEEPIDLE_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h137 #ifndef TCP_KEEPIDLE_DEFAULT
138 #define TCP_KEEPIDLE_DEFAULT 7200000UL /* Default KEEPALIVE timer in milliseconds */ macro
/external/syslinux/core/lwip/src/core/
Dtcp.c1239 pcb->keep_idle = TCP_KEEPIDLE_DEFAULT; in tcp_alloc()