Searched refs:NX_WEB_HTTP_SERVER_TIMEOUT_DISCONNECT (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/web/ |
| D | nx_web_http_server.c | 3053 …_http_server_connection_disconnect(server_ptr, session_ptr, NX_WEB_HTTP_SERVER_TIMEOUT_DISCONNECT); in _nx_web_http_server_connection_end() 3109 …_http_server_connection_disconnect(server_ptr, session_ptr, NX_WEB_HTTP_SERVER_TIMEOUT_DISCONNECT); in _nx_web_http_server_connection_timeout() 3208 …_http_server_connection_disconnect(server_ptr, session_ptr, NX_WEB_HTTP_SERVER_TIMEOUT_DISCONNECT); in _nx_web_http_server_receive_data() 3357 …_http_server_connection_disconnect(server_ptr, session_ptr, NX_WEB_HTTP_SERVER_TIMEOUT_DISCONNECT); in _nx_web_http_server_receive_data() 3369 …_http_server_connection_disconnect(server_ptr, session_ptr, NX_WEB_HTTP_SERVER_TIMEOUT_DISCONNECT); in _nx_web_http_server_receive_data() 3383 …_http_server_connection_disconnect(server_ptr, session_ptr, NX_WEB_HTTP_SERVER_TIMEOUT_DISCONNECT); in _nx_web_http_server_receive_data() 11094 nx_tcp_socket_disconnect(tcp_socket, NX_WEB_HTTP_SERVER_TIMEOUT_DISCONNECT); in _nx_web_http_server_connection_disconnect()
|
| D | nx_web_http_server.h | 133 #ifndef NX_WEB_HTTP_SERVER_TIMEOUT_DISCONNECT 134 #define NX_WEB_HTTP_SERVER_TIMEOUT_DISCONNECT (10 * NX_IP_PERIODIC_RATE) macro
|