| /NetX-Duo-v6.2.1/addons/azure_iot/ |
| D | nx_azure_iot_hub_client.c | 1813 UINT request_id, in nx_azure_iot_hub_client_reported_properties_response_callback_set() argument 1936 … UINT request_id, NX_PACKET *packet_ptr, ULONG topic_length, in nx_azure_iot_hub_client_properties_request_response() argument 1962 thread_list.thread_expected_id = request_id; in nx_azure_iot_hub_client_properties_request_response() 2009 UINT request_id; in nx_azure_iot_hub_client_reported_properties_create() local 2047 … &request_id_span, &request_id, NX_TRUE); in nx_azure_iot_hub_client_reported_properties_create() 2078 buffer_ptr[4] = (UCHAR)((request_id & 0xFF)); in nx_azure_iot_hub_client_reported_properties_create() 2079 request_id >>= 8; in nx_azure_iot_hub_client_reported_properties_create() 2080 buffer_ptr[3] = (UCHAR)((request_id & 0xFF)); in nx_azure_iot_hub_client_reported_properties_create() 2081 request_id >>= 8; in nx_azure_iot_hub_client_reported_properties_create() 2082 buffer_ptr[2] = (UCHAR)((request_id & 0xFF)); in nx_azure_iot_hub_client_reported_properties_create() [all …]
|
| D | nx_azure_iot_hub_client.h | 132 … UINT request_id, UINT response_status, ULONG version, VOID *args); 785 UINT request_id,
|
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | api_unit_test.c | 66 UINT request_id; variable 102 …OID reported_properties_response_callback(NX_AZURE_IOT_HUB_CLIENT *hub_client_ptr, UINT request_id, in reported_properties_response_callback() argument 106 NX_PARAMETER_NOT_USED(request_id); in reported_properties_response_callback() 242 … &request_id, &response_status, in api_no_model_id_test() 301 … &request_id, &response_status, in api_no_model_id_test() 466 … &request_id, &response_status, in api_model_id_test() 525 … &request_id, &response_status, in api_model_id_test()
|
| D | device_twin_unit_test.c | 404 static VOID test_response_callback(NX_AZURE_IOT_HUB_CLIENT *hub_client_ptr, UINT request_id, in test_response_callback() argument 408 g_request_id = request_id; in test_response_callback() 681 UINT request_id = 0xFFFFFFFF; in test_nx_azure_iot_hub_client_device_twin_reported_propetries_send_success() local 697 … &request_id, &g_response_status, in test_nx_azure_iot_hub_client_device_twin_reported_propetries_send_success() 703 assert_int_not_equal(0xFFFFFFFF, request_id); in test_nx_azure_iot_hub_client_device_twin_reported_propetries_send_success() 704 assert_int_equal(g_request_id, request_id); in test_nx_azure_iot_hub_client_device_twin_reported_propetries_send_success() 714 UINT request_id = 0xFFFFFFFF; in test_nx_azure_iot_hub_client_device_twin_reported_propetries_send_throttled() local 730 … &request_id, &g_response_status, in test_nx_azure_iot_hub_client_device_twin_reported_propetries_send_throttled() 739 … &request_id, &g_response_status, in test_nx_azure_iot_hub_client_device_twin_reported_propetries_send_throttled() 747 … &request_id, &g_response_status, in test_nx_azure_iot_hub_client_device_twin_reported_propetries_send_throttled() [all …]
|
| D | nx_azure_iot_pnp_client_properties_unit_test.c | 620 UINT request_id, UINT response_status, in reported_property_cb() argument 934 UINT request_id; in test_nx_azure_iot_hub_client_property_send_success() local 953 &request_id, &response_status, in test_nx_azure_iot_hub_client_property_send_success() 1008 UINT request_id; in test_nx_azure_iot_hub_client_component_property_send_success() local 1028 &request_id, &response_status, in test_nx_azure_iot_hub_client_component_property_send_success() 1040 UINT request_id; in test_nx_azure_iot_hub_client_reported_property_status_send_success() local 1059 &request_id, &response_status, in test_nx_azure_iot_hub_client_reported_property_status_send_success() 1071 UINT request_id; in test_nx_azure_iot_hub_client_reported_component_property_status_send_success() local 1090 &request_id, &response_status, in test_nx_azure_iot_hub_client_reported_component_property_status_send_success() 1102 UINT request_id; in test_nx_azure_iot_hub_client_property_send_fail() local [all …]
|
| D | nx_azure_iot_adu_agent_unit_test.c | 706 UINT request_id, UINT response_status, in reported_property_cb() argument 1180 UINT request_id; in test_nx_azure_iot_adu_agent_start_success() local 1221 UINT request_id; in test_nx_azure_iot_adu_agent_update_start_fail() local 1241 UINT request_id; in test_nx_azure_iot_adu_agent_stop_success() local 1277 UINT request_id; in test_nx_azure_iot_adu_agent_proxy_add() local 1322 UINT request_id; in test_nx_azure_iot_adu_agent_step_result() local 1469 UINT request_id; in test_nx_azure_iot_adu_agent_null_file_url() local 1549 UINT request_id; in test_nx_azure_iot_adu_agent_notify() local 1639 UINT request_id; in test_nx_azure_iot_adu_agent_update_cancel() local 1691 UINT request_id; in test_nx_azure_iot_adu_agent_install() local
|
| /NetX-Duo-v6.2.1/test/regression/snmp_test/ |
| D | netx_snmp_abnormal_packet_test.c | 62 static UINT nx_snmp_query_packet_send(NX_UDP_SOCKET *snmp_manager_socket, UINT request_id, UINT … 300 USHORT request_id = 1; in thread_1_entry() local 351 status = nx_snmp_query_packet_send(&snmp_manager_socket, request_id, i); in thread_1_entry() 362 request_id++; in thread_1_entry()
|
| D | netx_snmp_v2_get_bulk_request_test.c | 61 static UINT nx_snmp_query_packet_send(NX_UDP_SOCKET *snmp_manager_socket, UINT request_id, UINT … 234 USHORT request_id = 1; in thread_1_entry() local 266 status = nx_snmp_query_packet_send(&snmp_manager_socket, request_id, i); in thread_1_entry() 317 request_id++; in thread_1_entry()
|
| D | netx_snmp_v2_unknown_oid_test.c | 62 static UINT nx_snmp_query_packet_send(NX_UDP_SOCKET *snmp_manager_socket, UINT request_id, UINT … 245 USHORT request_id = 1; in thread_1_entry() local 279 status = nx_snmp_query_packet_send(&snmp_manager_socket, request_id, i); in thread_1_entry() 330 request_id++; in thread_1_entry()
|
| D | netx_snmp_v3_md5_security_test.c | 65 static UINT nx_snmp_query_packet_send(NX_UDP_SOCKET *snmp_manager_socket, UINT request_id, UINT … 260 USHORT request_id = 1; in thread_1_entry() local 292 status = nx_snmp_query_packet_send(&snmp_manager_socket, request_id, i); in thread_1_entry() 346 request_id++; in thread_1_entry()
|
| D | netx_snmp_v3_md5_failed_security_test.c | 68 static UINT nx_snmp_query_packet_send(NX_UDP_SOCKET *snmp_manager_socket, UINT request_id, UINT … 279 USHORT request_id = 1; in thread_1_entry() local 311 status = nx_snmp_query_packet_send(&snmp_manager_socket, request_id, i); in thread_1_entry() 365 request_id++; in thread_1_entry()
|
| D | netx_snmp_v3_no_security_function_test.c | 67 static UINT nx_snmp_query_packet_send(NX_UDP_SOCKET *snmp_manager_socket, UINT request_id, UINT … 282 USHORT request_id = 1; in thread_1_entry() local 312 status = nx_snmp_query_packet_send(&snmp_manager_socket, request_id, i); in thread_1_entry() 368 request_id++; in thread_1_entry()
|
| D | netx_snmp_basic_v2_test.c | 62 static UINT nx_snmp_query_packet_send(NX_UDP_SOCKET *snmp_manager_socket, UINT request_id, UINT … 257 USHORT request_id = 1; in thread_1_entry() local 291 status = nx_snmp_query_packet_send(&snmp_manager_socket, request_id, i); in thread_1_entry() 336 request_id++; in thread_1_entry()
|
| D | netx_snmp_setget_ip_address_test.c | 88 static UINT nx_snmp_query_packet_send(NX_UDP_SOCKET *snmp_manager_socket, UINT request_id, UINT … 298 USHORT request_id = 1; in thread_1_entry() local 332 status = nx_snmp_query_packet_send(&snmp_manager_socket, request_id, i); in thread_1_entry() 371 request_id++; in thread_1_entry()
|
| D | netx_snmp_setget_octet_strings_test.c | 77 static UINT nx_snmp_query_packet_send(NX_UDP_SOCKET *snmp_manager_socket, UINT request_id, UINT … 264 USHORT request_id = 1; in thread_1_entry() local 298 status = nx_snmp_query_packet_send(&snmp_manager_socket, request_id, i); in thread_1_entry() 337 request_id++; in thread_1_entry()
|
| D | netx_snmp_v2_send_trap_test.c | 60 static UINT nx_snmp_query_packet_send(NX_UDP_SOCKET *snmp_manager_socket, UINT request_id, UINT … 300 USHORT request_id = 1; in thread_1_entry() local 334 status = nx_snmp_query_packet_send(&snmp_manager_socket, request_id, i); in thread_1_entry() 373 request_id++; in thread_1_entry()
|
| D | netx_snmp_v3_md5_security_extended_test.c | 65 static UINT nx_snmp_query_packet_send(NX_UDP_SOCKET *snmp_manager_socket, UINT request_id, UINT … 260 USHORT request_id = 1; in thread_1_entry() local 292 status = nx_snmp_query_packet_send(&snmp_manager_socket, request_id, i); in thread_1_entry() 346 request_id++; in thread_1_entry()
|
| D | netx_snmp_setget_integers_test.c | 73 static UINT nx_snmp_query_packet_send(NX_UDP_SOCKET *snmp_manager_socket, UINT request_id, UINT … 269 USHORT request_id = 1; in thread_1_entry() local 303 status = nx_snmp_query_packet_send(&snmp_manager_socket, request_id, i); in thread_1_entry() 342 request_id++; in thread_1_entry()
|
| D | netx_snmp_setget_misc_test.c | 79 static UINT nx_snmp_query_packet_send(NX_UDP_SOCKET *snmp_manager_socket, UINT request_id, UINT … 283 USHORT request_id = 1; in thread_1_entry() local 317 status = nx_snmp_query_packet_send(&snmp_manager_socket, request_id, i); in thread_1_entry() 356 request_id++; in thread_1_entry()
|
| D | netx_snmp_no_security_function_test.c | 117 static UINT nx_snmp_query_packet_send(NX_UDP_SOCKET *snmp_manager_socket, UINT request_id, UINT … 338 USHORT request_id = 1; in thread_1_entry() local 372 status = nx_snmp_query_packet_send(&snmp_manager_socket, request_id, i); in thread_1_entry() 415 request_id++; in thread_1_entry()
|
| D | netx_snmp_v3_nosec_traplist_test.c | 64 static UINT nx_snmp_query_packet_send(NX_UDP_SOCKET *snmp_manager_socket, UINT request_id, UINT … 305 USHORT request_id = 1; in thread_1_entry() local 365 status = nx_snmp_query_packet_send(&snmp_manager_socket, request_id, i); in thread_1_entry() 393 request_id++; in thread_1_entry()
|
| /NetX-Duo-v6.2.1/addons/azure_iot/samples/ |
| D | sample_azure_iot_embedded_sdk_pnp.c | 154 UINT request_id; in sample_send_target_temperature_report() local 188 packet_ptr, &request_id, in sample_send_target_temperature_report() 672 UINT request_id; in sample_reported_properties_send_action() local 716 &request_id, &response_status, in sample_reported_properties_send_action()
|
| D | sample_azure_iot_embedded_sdk.c | 670 UINT request_id; in sample_device_twin_thread_entry() local 720 … &request_id, &response_status, in sample_device_twin_thread_entry()
|
| /NetX-Duo-v6.2.1/addons/snmp/ |
| D | nxd_snmp.c | 16349 UINT _nx_snmp_utility_request_id_get(UCHAR *buffer_ptr, ULONG *request_id, INT buffer_length) in _nx_snmp_utility_request_id_get() argument 16373 *request_id = 0; in _nx_snmp_utility_request_id_get() 16388 *request_id = 0; in _nx_snmp_utility_request_id_get() 16410 *request_id = value; in _nx_snmp_utility_request_id_get() 16464 UINT _nx_snmp_utility_request_id_set(UCHAR *buffer_ptr, ULONG request_id, UCHAR *buffer_end) in _nx_snmp_utility_request_id_set() argument 16478 if ((request_id & 0xFF000000UL) || (request_id & 0x00800000)) in _nx_snmp_utility_request_id_set() 16489 *buffer_ptr++ = (UCHAR) ((request_id >> 24) & 0xFF); in _nx_snmp_utility_request_id_set() 16490 *buffer_ptr++ = (UCHAR) ((request_id >> 16) & 0xFF); in _nx_snmp_utility_request_id_set() 16491 *buffer_ptr++ = (UCHAR) ((request_id >> 8) & 0xFF); in _nx_snmp_utility_request_id_set() 16492 *buffer_ptr++ = (UCHAR) (request_id & 0xFF); in _nx_snmp_utility_request_id_set() [all …]
|
| D | nxd_snmp.h | 864 UINT _nx_snmp_utility_request_id_get(UCHAR *buffer_ptr, ULONG *request_id, INT buffer_length); 865 UINT _nx_snmp_utility_request_id_set(UCHAR *buffer_ptr, ULONG request_id, UCHAR *buffer_end);
|