Searched defs:status_code (Results 1 – 9 of 9) sorted by relevance
/NetX-Duo-v6.2.1/samples/ |
D | demo_netxduo_dhcpv6_client.c | 692 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/ |
D | nx_web_http_server.c | 2748 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() 9798 … CHAR *status_code, UINT content_length, CHAR *content_type, in _nxe_web_http_server_callback_generate_response_header() 9860 … CHAR *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()
|
D | nx_web_http_client.c | 1567 UINT status_code = NX_SUCCESS; in _nx_web_http_client_response_body_get() local
|
/NetX-Duo-v6.2.1/addons/azure_iot/ |
D | nx_azure_iot_hub_client_properties.c | 74 UINT status_code, ULONG version, in nx_azure_iot_hub_client_reported_properties_status_begin()
|
D | nx_azure_iot_hub_client.c | 3225 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()
|
D | nx_azure_iot_adu_agent.c | 3401 … UINT status_code, ULONG version, const CHAR *description, in nx_azure_iot_adu_agent_service_reported_properties_send()
|
/NetX-Duo-v6.2.1/addons/http/ |
D | nxd_http_server.c | 4686 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() 8299 … CHAR *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() 8432 … CHAR *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/ |
D | nxd_dhcpv6_client.c | 1104 …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/ |
D | nxd_bsd.c | 9972 static VOID nx_bsd_set_error_code(NX_BSD_SOCKET *bsd_socket_ptr, UINT status_code) in nx_bsd_set_error_code()
|