| /NetX-Duo-v6.2.1/test/regression/pop3_test/ |
| D | netx_pop3_abnormal_packet_test.c | 19 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()
|
| D | netx_pop3_mail_receive_test.c | 28 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()
|
| D | netx_pop3_two_mails_received_test.c | 28 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()
|
| D | netx_pop3_packet_with_endmarker_test.c | 29 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/ |
| D | nx_secure_tls_ciphersuite_lookup.c | 76 … 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/ |
| D | demo_netxduo_smtp_client.c | 47 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()
|
| D | demo_netxduo_pop3_client.c | 33 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()
|
| D | demo_netxduo_sntp_client.c | 69 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/ |
| D | netx_sntp_request_unicast_test.c | 122 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
|
| D | netx_sntp_client_seconds_to_date_test.c | 23 static void sntp_client_thread_entry(ULONG info); 53 void sntp_client_thread_entry(ULONG info) in sntp_client_thread_entry() argument
|
| D | netx_sntp_client_kod_test.c | 52 static void sntp_client_thread_entry(ULONG info); 159 void sntp_client_thread_entry(ULONG info) in sntp_client_thread_entry() argument
|
| D | netx_sntp_forward_unicast_update_test.c | 76 void demo_client_thread_entry(ULONG info); 182 void demo_client_thread_entry(ULONG info) in demo_client_thread_entry() argument
|
| D | netx_sntp_client_broadcast_basic_test.c | 57 static void sntp_client_thread_entry(ULONG info); 154 void sntp_client_thread_entry(ULONG info) in sntp_client_thread_entry() argument
|
| D | netx_sntp_client_ipv6_broadcast_basic_test.c | 56 static void sntp_client_thread_entry(ULONG info); 153 void sntp_client_thread_entry(ULONG info) in sntp_client_thread_entry() argument
|
| D | netx_sntp_client_unicast_basic_test.c | 56 static void sntp_client_thread_entry(ULONG info); 153 void sntp_client_thread_entry(ULONG info) in sntp_client_thread_entry() argument
|
| D | netx_sntp_client_unicast_display_date_test.c | 72 static void sntp_client_thread_entry(ULONG info); 188 void sntp_client_thread_entry(ULONG info) in sntp_client_thread_entry() argument
|
| D | netx_sntp_client_ipv6_unicast_basic_test.c | 56 static void sntp_client_thread_entry(ULONG info); 153 void sntp_client_thread_entry(ULONG info) in sntp_client_thread_entry() argument
|
| D | netx_sntp_client_packet_chain_test.c | 57 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/ |
| D | azure_rtos_iot_provisioning_client.md | 279 <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/ |
| D | nx_crypto_hkdf.c | 585 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/ |
| D | additionals.cmake | 3 # See https://cmake.org/cmake/help/latest/policy/CMP0079.html for more info
|
| /NetX-Duo-v6.2.1/test/cmake/netxduo_fast/ |
| D | additionals.cmake | 3 # See https://cmake.org/cmake/help/latest/policy/CMP0079.html for more info
|
| /NetX-Duo-v6.2.1/test/regression/nx_secure_test/ |
| D | nx_secure_hkdf_test_data.c | 21 const UCHAR *info; member
|
| D | nx_secure_hkdf_test.c | 121 (UCHAR*)(hkdf_test_data[i].info), in thread_0_entry()
|
| /NetX-Duo-v6.2.1/addons/dhcp/ |
| D | nxd_dhcp_server.c | 52 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()
|