Home
last modified time | relevance | path

Searched refs:uint_value (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_caller_check_test.c132 UINT uint_value; in test_process() local
369 if (nxd_ipv6_default_router_number_of_entries_get(&ip_0, 0, &uint_value) != NX_CALLER_ERROR) in test_process()
393 if (nxd_ipv6_address_get(&ip_0, 0, &address, &ulong_value, &uint_value) != NX_CALLER_ERROR) in test_process()
418 UINT uint_value; in test_process_1() local
444 if (nx_udp_socket_port_get(&udp_socket, &uint_value) != NX_CALLER_ERROR) in test_process_1()
466 if (nxd_udp_source_extract(packet_ptr, &address, &uint_value) != NX_CALLER_ERROR) in test_process_1()
478 if (nx_udp_free_port_find(&ip_0, 1, &uint_value) != NX_CALLER_ERROR) in test_process_1()
594 if (nx_tcp_client_socket_port_get(&tcp_socket, &uint_value) != NX_CALLER_ERROR) in test_process_1()
624 if (nx_tcp_free_port_find(&ip_0, 1, &uint_value) != NX_CALLER_ERROR) in test_process_1()
754 if (nxd_nd_cache_ip_address_find(&ip_0, &address, 1, 1, &uint_value) != NX_CALLER_ERROR) in test_process_1()
[all …]
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dnx_azure_iot_json_reader_unit_test.c100 uint32_t uint_value; in read_test_sample_json() local
129 nx_azure_iot_json_reader_token_uint32_get(reader_ptr, &uint_value) || in read_test_sample_json()
130 uint_value != 1) in read_test_sample_json()