Home
last modified time | relevance | path

Searched refs:NX_WEB_HTTP_STATUS_CODE_UNAUTHORIZED (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_common.h157 #define NX_WEB_HTTP_STATUS_CODE_UNAUTHORIZED 0x3002A /* "401 Unauthorized" … macro
180 #define NX_WEB_HTTP_AUTHENTICATION_ERROR NX_WEB_HTTP_STATUS_CODE_UNAUTHORIZED
Dnx_web_http_client.c65 {"401", NX_WEB_HTTP_STATUS_CODE_UNAUTHORIZED},
/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_status_code_test.c62 {"401", NX_WEB_HTTP_STATUS_CODE_UNAUTHORIZED},
Dnetx_web_abnormal_test.c351 if (status != NX_WEB_HTTP_STATUS_CODE_UNAUTHORIZED) in thread_client_entry()