Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_common.h129 #define NX_WEB_HTTP_BAD_PACKET_LENGTH 0x3000D /* Invalid packet received - length … macro
Dnx_web_http_client.c1660 status = NX_WEB_HTTP_BAD_PACKET_LENGTH; in _nx_web_http_client_response_body_get()
1725 status = NX_WEB_HTTP_BAD_PACKET_LENGTH; in _nx_web_http_client_response_body_get()
5934 return(NX_WEB_HTTP_BAD_PACKET_LENGTH); in _nx_web_http_client_put_packet()
Dnx_web_http_server.c399 return(NX_WEB_HTTP_BAD_PACKET_LENGTH); in _nx_web_http_server_packet_content_find()