Home
last modified time | relevance | path

Searched refs:LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
Dopt.h2037 #if !defined LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT || defined __DOXYGEN__
2038 #define LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT 20000 macro
/third_party/lwip/src/api/
Dapi_lib.c211 ((LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT + TCP_SLOW_INTERVAL - 1) / TCP_SLOW_INTERVAL) + 1; in netconn_prepare_delete()
1108 ((LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT + TCP_SLOW_INTERVAL - 1) / TCP_SLOW_INTERVAL) + 1; in netconn_close_shutdown()
Dapi_msg.c1077 s32_t close_timeout = LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT;