Home
last modified time | relevance | path

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

/lib/lwip/lwip/contrib/examples/example_app/test_configs/
A Dopt_default.h179 #define LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT 20000 macro
A Dopt_dualstack.h179 #define LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT 20000 macro
A Dopt_ipv4only.h179 #define LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT 20000 macro
A Dopt_ipv6only.h179 #define LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT 20000 macro
A Dopt_nosys_dual.h179 #define LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT 20000 macro
A Dopt_nosys_ipv4.h179 #define LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT 20000 macro
A Dopt_nosys_ipv6.h179 #define LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT 20000 macro
/lib/lwip/lwip/src/include/lwip/
A Dopt.h2099 #if !defined LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT || defined __DOXYGEN__
2100 #define LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT 20000 macro
/lib/lwip/lwip/src/api/
A 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()
A Dapi_msg.c1032 s32_t close_timeout = LWIP_TCP_CLOSE_TIMEOUT_MS_DEFAULT;

Completed in 29 milliseconds