Home
last modified time | relevance | path

Searched refs:info (Results 1 – 25 of 33) sorted by relevance

12

/NetX-Duo-v6.2.1/test/regression/pop3_test/
Dnetx_pop3_abnormal_packet_test.c19 static void client_thread_entry(ULONG info);
101 void client_thread_entry(ULONG info) in client_thread_entry() argument
110 NX_PARAMETER_NOT_USED(info); in client_thread_entry()
Dnetx_pop3_mail_receive_test.c28 static void client_thread_entry(ULONG info);
30 static void server_thread_entry(ULONG info);
420 void client_thread_entry(ULONG info) in client_thread_entry() argument
430 NX_PARAMETER_NOT_USED(info); in client_thread_entry()
Dnetx_pop3_two_mails_received_test.c28 static void client_thread_entry(ULONG info);
30 static void server_thread_entry(ULONG info);
520 void client_thread_entry(ULONG info) in client_thread_entry() argument
530 NX_PARAMETER_NOT_USED(info); in client_thread_entry()
Dnetx_pop3_packet_with_endmarker_test.c29 static void client_thread_entry(ULONG info);
31 static void server_thread_entry(ULONG info);
509 void client_thread_entry(ULONG info) in client_thread_entry() argument
519 NX_PARAMETER_NOT_USED(info); in client_thread_entry()
/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_ciphersuite_lookup.c76 … NX_SECURE_TLS_CIPHERSUITE_INFO const **info, USHORT *priority) in _nx_secure_tls_ciphersuite_lookup() argument
92 *info = &cipher_table[index]; in _nx_secure_tls_ciphersuite_lookup()
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_smtp_client.c47 void demo_client_thread_entry(ULONG info);
153 void demo_client_thread_entry(ULONG info) in demo_client_thread_entry() argument
160 NX_PARAMETER_NOT_USED(info); in demo_client_thread_entry()
Ddemo_netxduo_pop3_client.c33 void demo_thread_entry(ULONG info);
116 void demo_thread_entry(ULONG info) in demo_thread_entry() argument
126 NX_PARAMETER_NOT_USED(info); in demo_thread_entry()
Ddemo_netxduo_sntp_client.c69 void demo_client_thread_entry(ULONG info);
208 void demo_client_thread_entry(ULONG info) in demo_client_thread_entry() argument
225 NX_PARAMETER_NOT_USED(info); in demo_client_thread_entry()
/NetX-Duo-v6.2.1/test/regression/sntp_test/
Dnetx_sntp_request_unicast_test.c122 static void sntp_client_thread_entry(ULONG info);
123 static void sntp_server_thread_entry(ULONG info);
231 void sntp_client_thread_entry(ULONG info) in sntp_client_thread_entry() argument
353 void sntp_server_thread_entry(ULONG info) in sntp_server_thread_entry() argument
Dnetx_sntp_client_seconds_to_date_test.c23 static void sntp_client_thread_entry(ULONG info);
53 void sntp_client_thread_entry(ULONG info) in sntp_client_thread_entry() argument
Dnetx_sntp_client_kod_test.c52 static void sntp_client_thread_entry(ULONG info);
159 void sntp_client_thread_entry(ULONG info) in sntp_client_thread_entry() argument
Dnetx_sntp_forward_unicast_update_test.c76 void demo_client_thread_entry(ULONG info);
182 void demo_client_thread_entry(ULONG info) in demo_client_thread_entry() argument
Dnetx_sntp_client_broadcast_basic_test.c57 static void sntp_client_thread_entry(ULONG info);
154 void sntp_client_thread_entry(ULONG info) in sntp_client_thread_entry() argument
Dnetx_sntp_client_ipv6_broadcast_basic_test.c56 static void sntp_client_thread_entry(ULONG info);
153 void sntp_client_thread_entry(ULONG info) in sntp_client_thread_entry() argument
Dnetx_sntp_client_unicast_basic_test.c56 static void sntp_client_thread_entry(ULONG info);
153 void sntp_client_thread_entry(ULONG info) in sntp_client_thread_entry() argument
Dnetx_sntp_client_unicast_display_date_test.c72 static void sntp_client_thread_entry(ULONG info);
188 void sntp_client_thread_entry(ULONG info) in sntp_client_thread_entry() argument
Dnetx_sntp_client_ipv6_unicast_basic_test.c56 static void sntp_client_thread_entry(ULONG info);
153 void sntp_client_thread_entry(ULONG info) in sntp_client_thread_entry() argument
Dnetx_sntp_client_packet_chain_test.c57 static void sntp_client_thread_entry(ULONG info);
154 void sntp_client_thread_entry(ULONG info) in sntp_client_thread_entry() argument
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_provisioning_client.md279 <div style="text-align: right"> Get IoTHub device info into user supplied buffer </div>
290 <p>This routine gets IoTHub device info into user supplied buffer </p>
302 * NX_AZURE_IOT_SUCCESS The device info is successfully retrieved to user supplied buffers.
303 * NX_AZURE_IOT_INVALID_PARAMETER Fail to retrieve device info due to invalid parameter.
304 * NX_AZURE_IOT_WRONG_STATE Fail to retrieve device info due to wrong state.
305 * NX_AZURE_IOT_INSUFFICIENT_BUFFER_SPACE Fail to retrieve device info due to buffer size is too sma…
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_hkdf.c585 UCHAR *info; in _nx_crypto_hkdf_expand() local
650 info = hkdf->nx_crypto_hkdf_info; in _nx_crypto_hkdf_expand()
679 NX_CRYPTO_MEMCPY(&temp_T[T_len], info, info_len); /* Use case of memcpy is verified. */ in _nx_crypto_hkdf_expand()
/NetX-Duo-v6.2.1/test/cmake/netxduo/
Dadditionals.cmake3 # See https://cmake.org/cmake/help/latest/policy/CMP0079.html for more info
/NetX-Duo-v6.2.1/test/cmake/netxduo_fast/
Dadditionals.cmake3 # See https://cmake.org/cmake/help/latest/policy/CMP0079.html for more info
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_hkdf_test_data.c21 const UCHAR *info; member
Dnx_secure_hkdf_test.c121 (UCHAR*)(hkdf_test_data[i].info), in thread_0_entry()
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcp_server.c52 static VOID _nx_dhcp_slow_periodic_timer_entry(ULONG info);
53 static VOID _nx_dhcp_fast_periodic_timer_entry(ULONG info);
484 static VOID _nx_dhcp_fast_periodic_timer_entry(ULONG info) in _nx_dhcp_fast_periodic_timer_entry() argument
491 NX_TIMER_EXTENSION_PTR_GET(dhcp_ptr, NX_DHCP_SERVER, info) in _nx_dhcp_fast_periodic_timer_entry()
541 static VOID _nx_dhcp_slow_periodic_timer_entry(ULONG info) in _nx_dhcp_slow_periodic_timer_entry() argument
548 NX_TIMER_EXTENSION_PTR_GET(dhcp_ptr, NX_DHCP_SERVER, info) in _nx_dhcp_slow_periodic_timer_entry()
1533 static VOID _nx_dhcp_server_thread_entry(ULONG info) in _nx_dhcp_server_thread_entry() argument
1547 NX_THREAD_EXTENSION_PTR_GET(dhcp_ptr, NX_DHCP_SERVER, info) in _nx_dhcp_server_thread_entry()

12