Home
last modified time | relevance | path

Searched refs:NX_WEB_HTTP_BASIC_AUTHENTICATE (Results 1 – 12 of 12) sorted by relevance

/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_common.h121 #define NX_WEB_HTTP_BASIC_AUTHENTICATE 0x30004 /* HTTP basic authentication request… macro
Dnx_web_http_server.c3773 if ((status == NX_WEB_HTTP_BASIC_AUTHENTICATE) || in _nx_web_http_server_get_process()
3798 if (status == NX_WEB_HTTP_BASIC_AUTHENTICATE) in _nx_web_http_server_get_process()
4306 if ((status == NX_WEB_HTTP_BASIC_AUTHENTICATE) || in _nx_web_http_server_put_process()
4331 if (status == NX_WEB_HTTP_BASIC_AUTHENTICATE) in _nx_web_http_server_put_process()
4765 if ((status == NX_WEB_HTTP_BASIC_AUTHENTICATE) || in _nx_web_http_server_delete_process()
4790 if (status == NX_WEB_HTTP_BASIC_AUTHENTICATE) in _nx_web_http_server_delete_process()
5231 status = NX_WEB_HTTP_BASIC_AUTHENTICATE; in _nx_web_http_server_basic_authenticate()
5307 if (status == NX_WEB_HTTP_BASIC_AUTHENTICATE) in _nx_web_http_server_basic_authenticate()
/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_http_demo_test.c57 return(NX_WEB_HTTP_BASIC_AUTHENTICATE); in authentication_check()
Dnetx_web_basic_authenticate_empty_test.c484 return(NX_WEB_HTTP_BASIC_AUTHENTICATE); in authentication_check()
Dnetx_web_https_demo_test.c128 return(NX_WEB_HTTP_BASIC_AUTHENTICATE); in authentication_check()
Dnetx_web_abnormal_test.c388 return(NX_WEB_HTTP_BASIC_AUTHENTICATE); in authentication_check()
Dnetx_web_basic_authenticate_test.c486 return(NX_WEB_HTTP_BASIC_AUTHENTICATE); in authentication_check()
Dnetx_web_server_content_process_test.c515 return(NX_WEB_HTTP_BASIC_AUTHENTICATE); in authentication_check()
Dnetx_web_basic_test.c552 return(NX_WEB_HTTP_BASIC_AUTHENTICATE); in authentication_check()
Dnetx_web_concurrent_sessions_test.c543 return(NX_WEB_HTTP_BASIC_AUTHENTICATE); in authentication_check()
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_https.c479 return(NX_WEB_HTTP_BASIC_AUTHENTICATE); in authentication_check()
/NetX-Duo-v6.2.1/utility/iperf/
Dnx_iperf.c2200 return(NX_WEB_HTTP_BASIC_AUTHENTICATE); in nx_iperf_authentication_check()