/NetX-Duo-v6.2.1/addons/http/ |
D | nxd_http_server.h | 516 UINT nx_http_server_callback_response_send(NX_HTTP_SERVER *server_ptr, CHAR *status_code, CH… 517 …rver_callback_response_send_extended(NX_HTTP_SERVER *server_ptr, CHAR *status_code, UINT status_co… 542 … CHAR *status_code, UINT content_length, CHAR *content_type, 544 …e_response_header_extended(NX_HTTP_SERVER *server_ptr, NX_PACKET **packet_pptr, CHAR *status_code, 567 UINT _nx_http_server_callback_response_send(NX_HTTP_SERVER *server_ptr, CHAR *status_code, C… 568 …rver_callback_response_send_extended(NX_HTTP_SERVER *server_ptr, CHAR *status_code, UINT status_co… 584 … CHAR *status_code, UINT content_length, CHAR *content_type, 586 …e_response_header_extended(NX_HTTP_SERVER *server_ptr, NX_PACKET **packet_pptr, CHAR *status_code, 614 UINT _nx_http_server_response_send(NX_HTTP_SERVER *server_ptr, CHAR *status_code, UINT statu… 639 …r_generate_response_header(NX_HTTP_SERVER *server_ptr, NX_PACKET **packet_pptr, CHAR *status_code, [all …]
|
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() argument 4714 …status = _nx_http_server_generate_response_header(server_ptr, &packet_ptr, status_code, status_cod… 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() argument 8090 if(memcmp(status_code, NX_HTTP_STATUS_OK, sizeof(NX_HTTP_STATUS_OK)) == 0) in _nx_http_server_generate_response_header() 8095 if(memcmp(status_code, NX_HTTP_STATUS_NOT_MODIFIED, sizeof(NX_HTTP_STATUS_NOT_MODIFIED)) == 0) in _nx_http_server_generate_response_header() 8108 …status += nx_packet_data_append(packet_ptr, status_code, status_code_length, server_ptr -> nx_htt… 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() argument 8305 (packet_pptr == NX_NULL) || (status_code == NX_NULL)) in _nxe_http_server_callback_generate_response_header() 8311 …return _nx_http_server_callback_generate_response_header(server_ptr, packet_pptr, status_code, con… 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() argument [all …]
|
/NetX-Duo-v6.2.1/addons/web/ |
D | nx_web_http_server.h | 463 …tp_server_callback_response_send(NX_WEB_HTTP_SERVER *server_ptr, CHAR *status_code, CHAR *informat… 464 …_web_http_server_callback_response_send_extended(NX_WEB_HTTP_SERVER *server_ptr, CHAR *status_code, 509 … CHAR *status_code, UINT content_length, CHAR *content_type, 512 … NX_PACKET **packet_pptr, CHAR *status_code, 542 …tp_server_callback_response_send(NX_WEB_HTTP_SERVER *server_ptr, CHAR *status_code, CHAR *informat… 543 …_web_http_server_callback_response_send_extended(NX_WEB_HTTP_SERVER *server_ptr, CHAR *status_code, 578 … CHAR *status_code, UINT content_length, CHAR *content_type, 581 … NX_PACKET **packet_pptr, CHAR *status_code, 607 UINT _nx_web_http_server_response_send(NX_WEB_HTTP_SERVER *server_ptr, CHAR *status_code, 641 CHAR *status_code, UINT status_code_length, [all …]
|
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() argument 2752 if(server_ptr == NX_NULL || status_code == NX_NULL) in _nxe_web_http_server_callback_response_send() 2761 …status = _nx_web_http_server_callback_response_send(server_ptr, status_code, information, addition… 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() argument 2826 if (_nx_utility_string_length_check(status_code, &status_code_length, NX_MAX_STRING_LENGTH) || in _nx_web_http_server_callback_response_send() 2834 …status = _nx_web_http_server_response_send(server_ptr, status_code, status_code_length, informatio… 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() argument 2898 if(server_ptr == NX_NULL || status_code == NX_NULL) in _nxe_web_http_server_callback_response_send_extended() 2907 …status = _nx_web_http_server_callback_response_send_extended(server_ptr, status_code, 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() argument [all …]
|
D | nx_web_http_client.c | 1567 UINT status_code = NX_SUCCESS; in _nx_web_http_client_response_body_get() local 1625 status_code = _nx_web_http_client_status_maps[i].nx_web_http_client_status_code; in _nx_web_http_client_response_body_get() 1641 status = status_code; in _nx_web_http_client_response_body_get()
|
/NetX-Duo-v6.2.1/addons/azure_iot/ |
D | nx_azure_iot_hub_client_properties.h | 151 UINT status_code, ULONG version,
|
D | nx_azure_iot_hub_client_properties.c | 74 UINT status_code, ULONG version, in nx_azure_iot_hub_client_reported_properties_status_begin() argument 95 … property_name, (int32_t)status_code, in nx_azure_iot_hub_client_reported_properties_status_begin()
|
D | nx_azure_iot_hub_client.h | 616 UINT status_code, VOID *context_ptr, 695 UINT status_code, VOID *context_ptr,
|
D | nx_azure_iot_hub_client.c | 3225 UINT status_code, VOID *context_ptr, in nx_azure_iot_hub_client_command_message_response() argument 3257 … request_id_span, (USHORT)status_code, 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() argument 3375 return(nx_azure_iot_hub_client_command_message_response(hub_client_ptr, status_code, in nx_azure_iot_hub_client_direct_method_message_response()
|
D | nx_azure_iot_adu_agent.c | 48 … UINT status_code, ULONG version, const CHAR *description, 3401 … UINT status_code, ULONG version, const CHAR *description, in nx_azure_iot_adu_agent_service_reported_properties_send() argument 3438 status_code, version, in nx_azure_iot_adu_agent_service_reported_properties_send()
|
/NetX-Duo-v6.2.1/samples/ |
D | demo_netxduo_dhcpv6_client.c | 48 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/ |
D | nxd_dhcpv6_client.c | 1104 …error_handler)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT op_code, UINT status_code, UINT message_t… in _nxe_dhcpv6_client_create() argument 1196 …error_handler)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT op_code, UINT status_code, UINT message_t… in _nx_dhcpv6_client_create() argument 5921 ULONG status_code; in _nx_dhcpv6_process_status() local 5931 _nx_dhcpv6_utility_get_data((option_data + index), sizeof(USHORT), &status_code); in _nx_dhcpv6_process_status() 5937 dhcpv6_ptr -> nx_status_code = (USHORT)status_code; in _nx_dhcpv6_process_status() 11113 USHORT status_code; in _nx_dhcpv6_scan_packet_options() local 11276 …memcpy(&status_code, (dhcpv6_ia_option_ptr + 4), sizeof(USHORT)); /* Use case of memcpy is verifie… in _nx_dhcpv6_scan_packet_options() 11279 NX_CHANGE_USHORT_ENDIAN(status_code); in _nx_dhcpv6_scan_packet_options() 11281 if(status_code == 0) in _nx_dhcpv6_scan_packet_options() 11287 else if(status_code == 1) in _nx_dhcpv6_scan_packet_options() [all …]
|
D | nxd_dhcpv6_client.h | 761 …error_handler)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT op_code, UINT status_code, UINT message_t… 897 …error_handler)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT op_code, UINT status_code, UINT message_t… 944 …error_handler)(struct NX_DHCPV6_STRUCT *dhcpv6_ptr, UINT op_code, UINT status_code, UINT message_t… 947 …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/docs/ |
D | azure_rtos_iot_hub_client_properties.md | 108 UINT status_code, 127 // "ac": <status_code>, 153 // "ac": <status_code>, 175 | status_code [in] | The HTTP-like status code to respond with. |
|
D | azure_rtos_iot_hub_client.md | 1010 … UINT status_code, VOID *context_ptr, USHORT context_length,, 1022 | status_code [in] | Status code for direct method. | 1178 UINT status_code, VOID *context_ptr, 1191 | status_code [in] | Status code for pnp command message. |
|
/NetX-Duo-v6.2.1/addons/BSD/ |
D | nxd_bsd.c | 150 static VOID nx_bsd_set_error_code(NX_BSD_SOCKET *bsd_socket_ptr, UINT status_code); 9972 static VOID nx_bsd_set_error_code(NX_BSD_SOCKET *bsd_socket_ptr, UINT status_code) in nx_bsd_set_error_code() argument 9974 switch(status_code) in nx_bsd_set_error_code()
|