Home
last modified time | relevance | path

Searched refs:request (Results 1 – 8 of 8) sorted by relevance

/NetX-Duo-v6.2.1/.github/ISSUE_TEMPLATE/
Dfeature_request.md2 name: Feature request
10 **Is your feature request related to a problem? Please describe.**
20 Add any other context or screenshots about the feature request here.
Dhardware-or-architecture-support.md10 **Is this request related to a particular hardware platform, SoC, board? Please describe.**
/NetX-Duo-v6.2.1/test/regression/dhcp_test/
Dnetx_dhcpv6_client_process_server_duid_test.c23 static UCHAR request = NX_FALSE; variable
272 if ((error_counter) || (solicit != NX_TRUE) || (request != NX_TRUE)) in dhcpv6_client_thread_entry()
356 else if((received_message_type == NX_DHCPV6_MESSAGE_TYPE_REQUEST) && (request == NX_FALSE)) in my_packet_process()
380 request = NX_TRUE; in my_packet_process()
Dnetx_dhcp_server_improper_term_test.c102 static char request[385] = { variable
494 dhcp_test[1].dhcp_test_pkt_data = &request[0]; in dhcp_test_initialize()
/NetX-Duo-v6.2.1/test/regression/bsd_test/
Dnetx_bsd_tcp_fionread_test.c37 static char request[] = "Test_Request"; variable
157 if((ret + 4) != (int)strlen(request) || strncmp(buf, request, (ret + 4))) in bsd_server_helper_thread_entry()
298 status += nx_packet_data_append(packet_ptr, request, strlen(request), in multiple_client4()
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client.c1577 az_iot_hub_client_c2d_request request; in nx_azure_iot_hub_client_cloud_message_property_get() local
1609 receive_topic, &request); in nx_azure_iot_hub_client_cloud_message_property_get()
1617 core_result = az_iot_message_properties_find(&request.properties, span, &span); in nx_azure_iot_hub_client_cloud_message_property_get()
2787 az_iot_hub_client_c2d_request request; in nx_azure_iot_hub_client_c2d_process() local
2807 receive_topic, &request); in nx_azure_iot_hub_client_c2d_process()
2839 az_iot_hub_client_command_request request; in nx_azure_iot_hub_client_command_process() local
2859 receive_topic, &request); in nx_azure_iot_hub_client_command_process()
3256 az_iot_hub_client_command_request request; in nx_azure_iot_hub_client_command_message_receive() local
3286 topic_span, &request); in nx_azure_iot_hub_client_command_message_receive()
3302 *component_name_pptr = (const UCHAR *)az_span_ptr(request.component_name); in nx_azure_iot_hub_client_command_message_receive()
[all …]
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client.md1439 | request_id_ptr [out] | Request Id assigned to the request. |
1484 | wait_option [in] | Ticks to wait for to wait for sending request. |
1489 * NX_AZURE_IOT_INVALID_PARAMETER Fail to send device twin request due to invalid parameter.
1490 * NX_AZURE_IOT_NO_SUBSCRIBE_ACK Fail to send device twin request due to no subscribe ack.
1491 * NX_AZURE_IOT_SDK_CORE_ERROR Fail to send device twin request due to SDK core error.
1492 * NX_AZURE_IOT_INSUFFICIENT_BUFFER_SPACE Fail to send device twin request due to buffer size is too…
1726 | request_id_ptr [out] | Request Id assigned to the request. |
1769 | wait_option [in] | Ticks to wait for to wait for sending request. |
1773 * NX_AZURE_IOT_SUCCESS Successful if request get all properties is sent..
1774 * NX_AZURE_IOT_INVALID_PARAMETER Fail to request get all properties due to invalid parameter.
[all …]
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt822 …nx_tcp_socket_receive.c Suspended the send request when the connection is…
827 … Suspended the send request when the connection is in progress.
1476 … nx_icmp_ping.h Optimized the data offset of request packet.
1477 …erface_ping6.c Removed limitation of message size when sending echo request.
1964 … prevent an ARP request matching an ARP entry sender address to change the mac address.
2754 …ping.c Added check for IPv6 enabled for sending IPv6 echo request packets
4392 Cleared request packet.
4398 Checked if request packet was allocated.
4582 … nxd_http_server.c Fixed the logic for multi packet GET request.
4721 … Added echo request statistics and corrected the length field in _nx_ppp_ping_request().
[all …]