Home
last modified time | relevance | path

Searched refs:status_code (Results 1 – 19 of 19) sorted by relevance

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.h515 UINT nx_http_server_callback_response_send(NX_HTTP_SERVER *server_ptr, CHAR *status_code, CH…
516 …rver_callback_response_send_extended(NX_HTTP_SERVER *server_ptr, CHAR *status_code, UINT status_co…
541 … CHAR *status_code, UINT content_length, CHAR *content_type,
543 …e_response_header_extended(NX_HTTP_SERVER *server_ptr, NX_PACKET **packet_pptr, CHAR *status_code,
566 UINT _nx_http_server_callback_response_send(NX_HTTP_SERVER *server_ptr, CHAR *status_code, C…
567 …rver_callback_response_send_extended(NX_HTTP_SERVER *server_ptr, CHAR *status_code, UINT status_co…
583 … CHAR *status_code, UINT content_length, CHAR *content_type,
585 …e_response_header_extended(NX_HTTP_SERVER *server_ptr, NX_PACKET **packet_pptr, CHAR *status_code,
613 UINT _nx_http_server_response_send(NX_HTTP_SERVER *server_ptr, CHAR *status_code, UINT statu…
638 …r_generate_response_header(NX_HTTP_SERVER *server_ptr, NX_PACKET **packet_pptr, CHAR *status_code,
[all …]
Dnxd_http_server.c4685 UINT _nx_http_server_response_send(NX_HTTP_SERVER *server_ptr, CHAR *status_code, UINT status_code… in _nx_http_server_response_send() argument
4713 …status = _nx_http_server_generate_response_header(server_ptr, &packet_ptr, status_code, status_cod… in _nx_http_server_response_send()
8059 …r_generate_response_header(NX_HTTP_SERVER *server_ptr, NX_PACKET **packet_pptr, CHAR *status_code, in _nx_http_server_generate_response_header() argument
8089 if(memcmp(status_code, NX_HTTP_STATUS_OK, sizeof(NX_HTTP_STATUS_OK)) == 0) in _nx_http_server_generate_response_header()
8094 if(memcmp(status_code, NX_HTTP_STATUS_NOT_MODIFIED, sizeof(NX_HTTP_STATUS_NOT_MODIFIED)) == 0) in _nx_http_server_generate_response_header()
8107 …status += nx_packet_data_append(packet_ptr, status_code, status_code_length, server_ptr -> nx_htt… in _nx_http_server_generate_response_header()
8298 … CHAR *status_code, UINT content_length, CHAR *content_type, in _nxe_http_server_callback_generate_response_header() argument
8304 (packet_pptr == NX_NULL) || (status_code == NX_NULL)) in _nxe_http_server_callback_generate_response_header()
8310 …return _nx_http_server_callback_generate_response_header(server_ptr, packet_pptr, status_code, con… in _nxe_http_server_callback_generate_response_header()
8364 …e_response_header_extended(NX_HTTP_SERVER *server_ptr, NX_PACKET **packet_pptr, CHAR *status_code, in _nxe_http_server_callback_generate_response_header_extended() argument
[all …]
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.h462 …tp_server_callback_response_send(NX_WEB_HTTP_SERVER *server_ptr, CHAR *status_code, CHAR *informat…
463 …_web_http_server_callback_response_send_extended(NX_WEB_HTTP_SERVER *server_ptr, CHAR *status_code,
508 … CHAR *status_code, UINT content_length, CHAR *content_type,
511 … NX_PACKET **packet_pptr, CHAR *status_code,
541 …tp_server_callback_response_send(NX_WEB_HTTP_SERVER *server_ptr, CHAR *status_code, CHAR *informat…
542 …_web_http_server_callback_response_send_extended(NX_WEB_HTTP_SERVER *server_ptr, CHAR *status_code,
577 … CHAR *status_code, UINT content_length, CHAR *content_type,
580 … NX_PACKET **packet_pptr, CHAR *status_code,
606 UINT _nx_web_http_server_response_send(NX_WEB_HTTP_SERVER *server_ptr, CHAR *status_code,
640 CHAR *status_code, UINT status_code_length,
[all …]
Dnx_web_http_server.c2747 UINT _nxe_web_http_server_callback_response_send(NX_WEB_HTTP_SERVER *server_ptr, CHAR *status_code in _nxe_web_http_server_callback_response_send() argument
2751 if(server_ptr == NX_NULL || status_code == NX_NULL) in _nxe_web_http_server_callback_response_send()
2760 …status = _nx_web_http_server_callback_response_send(server_ptr, status_code, information, addition… in _nxe_web_http_server_callback_response_send()
2815 UINT _nx_web_http_server_callback_response_send(NX_WEB_HTTP_SERVER *server_ptr, CHAR *status_code,… in _nx_web_http_server_callback_response_send() argument
2825 if (_nx_utility_string_length_check(status_code, &status_code_length, NX_MAX_STRING_LENGTH) || in _nx_web_http_server_callback_response_send()
2833 …status = _nx_web_http_server_response_send(server_ptr, status_code, status_code_length, informatio… in _nx_web_http_server_callback_response_send()
2890 …_web_http_server_callback_response_send_extended(NX_WEB_HTTP_SERVER *server_ptr, CHAR *status_code, in _nxe_web_http_server_callback_response_send_extended() argument
2897 if(server_ptr == NX_NULL || status_code == NX_NULL) in _nxe_web_http_server_callback_response_send_extended()
2906 …status = _nx_web_http_server_callback_response_send_extended(server_ptr, status_code, status_code_… in _nxe_web_http_server_callback_response_send_extended()
2971 …_web_http_server_callback_response_send_extended(NX_WEB_HTTP_SERVER *server_ptr, CHAR *status_code, in _nx_web_http_server_callback_response_send_extended() argument
[all …]
Dnx_web_http_client.c1566 UINT status_code = NX_SUCCESS; in _nx_web_http_client_response_body_get() local
1624 status_code = _nx_web_http_client_status_maps[i].nx_web_http_client_status_code; in _nx_web_http_client_response_body_get()
1640 status = status_code; in _nx_web_http_client_response_body_get()
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_dhcpv6_client.c48 VOID dhcpv6_server_error_handler(NX_DHCPV6 *dhcpv6_ptr, UINT op_code, UINT status_code, UINT messag…
692 VOID dhcpv6_server_error_handler(NX_DHCPV6 *dhcpv6_ptr, UINT op_code, UINT status_code, UINT messag… in dhcpv6_server_error_handler() argument
697 NX_PARAMETER_NOT_USED(status_code); in dhcpv6_server_error_handler()
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcpv6_client.c1103 …error_handler)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT op_code, UINT status_code, UINT message_t… in _nxe_dhcpv6_client_create() argument
1195 …error_handler)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT op_code, UINT status_code, UINT message_t… in _nx_dhcpv6_client_create() argument
5920 ULONG status_code; in _nx_dhcpv6_process_status() local
5930 _nx_dhcpv6_utility_get_data((option_data + index), sizeof(USHORT), &status_code); in _nx_dhcpv6_process_status()
5936 dhcpv6_ptr -> nx_status_code = (USHORT)status_code; in _nx_dhcpv6_process_status()
11112 USHORT status_code; in _nx_dhcpv6_scan_packet_options() local
11275 …memcpy(&status_code, (dhcpv6_ia_option_ptr + 4), sizeof(USHORT)); /* Use case of memcpy is verifie… in _nx_dhcpv6_scan_packet_options()
11278 NX_CHANGE_USHORT_ENDIAN(status_code); in _nx_dhcpv6_scan_packet_options()
11280 if(status_code == 0) in _nx_dhcpv6_scan_packet_options()
11286 else if(status_code == 1) in _nx_dhcpv6_scan_packet_options()
[all …]
Dnxd_dhcpv6_client.h760 …error_handler)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT op_code, UINT status_code, UINT message_t…
896 …error_handler)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT op_code, UINT status_code, UINT message_t…
943 …error_handler)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT op_code, UINT status_code, UINT message_t…
946 …error_handler)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT op_code, UINT status_code, UINT message_t…
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client_properties.h150 UINT status_code, ULONG version,
Dnx_azure_iot_hub_client_properties.c73 UINT status_code, ULONG version, in nx_azure_iot_hub_client_reported_properties_status_begin() argument
94 … property_name, (int32_t)status_code, in nx_azure_iot_hub_client_reported_properties_status_begin()
Dnx_azure_iot_hub_client.h657 UINT status_code, VOID *context_ptr,
736 UINT status_code, VOID *context_ptr,
Dnx_azure_iot_hub_client.c3314 UINT status_code, VOID *context_ptr, in nx_azure_iot_hub_client_command_message_response() argument
3346 … request_id_span, (USHORT)status_code, in nx_azure_iot_hub_client_command_message_response()
3450 UINT status_code, VOID *context_ptr, in nx_azure_iot_hub_client_direct_method_message_response() argument
3464 return(nx_azure_iot_hub_client_command_message_response(hub_client_ptr, status_code, in nx_azure_iot_hub_client_direct_method_message_response()
Dnx_azure_iot_adu_agent.c47 … UINT status_code, ULONG version, const CHAR *description,
3626 … UINT status_code, ULONG version, const CHAR *description, in nx_azure_iot_adu_agent_service_reported_properties_send() argument
3663 status_code, version, in nx_azure_iot_adu_agent_service_reported_properties_send()
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client_properties.md108 UINT status_code,
127 // "ac": <status_code>,
153 // "ac": <status_code>,
175 | status_code [in] | The HTTP-like status code to respond with. |
Dazure_rtos_iot_hub_client.md1095 … UINT status_code, VOID *context_ptr, USHORT context_length,,
1107 | status_code [in] | Status code for direct method. |
1263 UINT status_code, VOID *context_ptr,
1276 | status_code [in] | Status code for pnp command message. |
/NetX-Duo-v6.2.1/addons/rtsp/
Dnx_rtsp_server.h452 UINT nx_rtsp_server_error_response_send(NX_RTSP_CLIENT *rtsp_client_ptr, UINT status_code);
521 UINT _nx_rtsp_server_error_response_send(NX_RTSP_CLIENT *rtsp_client_ptr, UINT status_code);
522 UINT _nxe_rtsp_server_error_response_send(NX_RTSP_CLIENT *rtsp_client_ptr, UINT status_code);
Dnx_rtsp_server.c1242 UINT _nxe_rtsp_server_error_response_send(NX_RTSP_CLIENT *rtsp_client_ptr, UINT status_code) in _nxe_rtsp_server_error_response_send() argument
1255 status = _nx_rtsp_server_error_response_send(rtsp_client_ptr, status_code); in _nxe_rtsp_server_error_response_send()
1303 UINT _nx_rtsp_server_error_response_send(NX_RTSP_CLIENT *rtsp_client_ptr, UINT status_code) in _nx_rtsp_server_error_response_send() argument
1321 if (nx_rtsp_server_response_description_table[i].nx_rtsp_response_code == status_code) in _nx_rtsp_server_error_response_send()
1354 temp_length = _nx_utility_uint_to_string(status_code, 10, temp_buffer, sizeof(temp_buffer)); in _nx_rtsp_server_error_response_send()
/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_https_api_test.c1689 CHAR *status_code = "404"; in nx_web_http_server_callback_generate_response_header_test() local
1695 …tp_server_callback_generate_response_header(&http_server, &packet_ptr, status_code, 100, content_t… in nx_web_http_server_callback_generate_response_header_test()
1704 …status = nx_web_http_server_callback_generate_response_header(NX_NULL, &packet_ptr, status_code, 1… in nx_web_http_server_callback_generate_response_header_test()
1707 …b_http_server_callback_generate_response_header(&http_server, NX_NULL, status_code, 100, content_t… in nx_web_http_server_callback_generate_response_header_test()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c154 static VOID nx_bsd_set_error_code(NX_BSD_SOCKET *bsd_socket_ptr, UINT status_code);
10422 static VOID nx_bsd_set_error_code(NX_BSD_SOCKET *bsd_socket_ptr, UINT status_code) in nx_bsd_set_error_code() argument
10424 switch(status_code) in nx_bsd_set_error_code()