Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dtcp_impl.h138 #ifndef TCP_KEEPIDLE_DEFAULT
139 #define TCP_KEEPIDLE_DEFAULT 7200000UL /* Default KEEPALIVE timer in milliseconds */ macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dtcp_priv.h138 #ifndef TCP_KEEPIDLE_DEFAULT
139 #define TCP_KEEPIDLE_DEFAULT 7200000UL /* Default KEEPALIVE timer in milliseconds */ macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dtcp_priv.h141 #ifndef TCP_KEEPIDLE_DEFAULT
142 #define TCP_KEEPIDLE_DEFAULT 7200000UL /* Default KEEPALIVE timer in milliseconds */ macro
/components/net/lwip/lwip-1.4.1/src/core/
A Dtcp.c1338 pcb->keep_idle = TCP_KEEPIDLE_DEFAULT; in tcp_alloc()
/components/net/lwip/lwip-2.0.3/src/core/
A Dtcp.c1636 pcb->keep_idle = TCP_KEEPIDLE_DEFAULT; in tcp_alloc()
/components/net/lwip/lwip-2.1.2/src/core/
A Dtcp.c1920 pcb->keep_idle = TCP_KEEPIDLE_DEFAULT; in tcp_alloc()

Completed in 16 milliseconds