Home
last modified time | relevance | path

Searched defs:status_code (Results 1 – 9 of 9) sorted by relevance

/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_dhcpv6_client.c692 VOID dhcpv6_server_error_handler(NX_DHCPV6 *dhcpv6_ptr, UINT op_code, UINT status_code, UINT messag… in dhcpv6_server_error_handler()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c2748 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()
2816 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()
2891 …_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()
2972 …_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()
5068 UINT _nx_web_http_server_response_send(NX_WEB_HTTP_SERVER *server_ptr, CHAR *status_code, in _nx_web_http_server_response_send()
8601 CHAR *status_code, UINT status_code_length, in _nx_web_http_server_generate_response_header()
9798CHAR *status_code, UINT content_length, CHAR *content_type, in _nxe_web_http_server_callback_generate_response_header()
9860CHAR *status_code, UINT content_length, CHAR *content_type, in _nx_web_http_server_callback_generate_response_header()
9933 … NX_PACKET **packet_pptr, CHAR *status_code, in _nxe_web_http_server_callback_generate_response_header_extended()
10010 … NX_PACKET **packet_pptr, CHAR *status_code, in _nx_web_http_server_callback_generate_response_header_extended()
Dnx_web_http_client.c1567 UINT status_code = NX_SUCCESS; in _nx_web_http_client_response_body_get() local
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client_properties.c74 UINT status_code, ULONG version, in nx_azure_iot_hub_client_reported_properties_status_begin()
Dnx_azure_iot_hub_client.c3225 UINT status_code, VOID *context_ptr, in nx_azure_iot_hub_client_command_message_response()
3361 UINT status_code, VOID *context_ptr, in nx_azure_iot_hub_client_direct_method_message_response()
Dnx_azure_iot_adu_agent.c3401UINT status_code, ULONG version, const CHAR *description, in nx_azure_iot_adu_agent_service_reported_properties_send()
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.c4686 UINT _nx_http_server_response_send(NX_HTTP_SERVER *server_ptr, CHAR *status_code, UINT status_code… in _nx_http_server_response_send()
8060 …r_generate_response_header(NX_HTTP_SERVER *server_ptr, NX_PACKET **packet_pptr, CHAR *status_code, in _nx_http_server_generate_response_header()
8299CHAR *status_code, UINT content_length, CHAR *content_type, in _nxe_http_server_callback_generate_response_header()
8365 …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()
8432CHAR *status_code, UINT content_length, CHAR *content_type, in _nx_http_server_callback_generate_response_header()
8509 …e_response_header_extended(NX_HTTP_SERVER *server_ptr, NX_PACKET **packet_pptr, CHAR *status_code, in _nx_http_server_callback_generate_response_header_extended()
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcpv6_client.c1104 …r_error_handler)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT op_code, UINT status_code, UINT message… in _nxe_dhcpv6_client_create()
1196 …r_error_handler)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT op_code, UINT status_code, UINT message… in _nx_dhcpv6_client_create()
5921 ULONG status_code; in _nx_dhcpv6_process_status() local
11113 USHORT status_code; in _nx_dhcpv6_scan_packet_options() local
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c9972 static VOID nx_bsd_set_error_code(NX_BSD_SOCKET *bsd_socket_ptr, UINT status_code) in nx_bsd_set_error_code()