| /NetX-Duo-v6.2.1/test/regression/nx_secure_test/ |
| D | nx_secure_tls_client_handshake_coverage_test.c | 30 #define PACKET_POOL_SIZE (NUM_PACKETS * (NORMAL_PACKET_SIZE + sizeof(NX_PACKET))) macro 31 static UCHAR pool_0_memory[PACKET_POOL_SIZE]; 86 pool_0_memory, PACKET_POOL_SIZE); in link_driver_entry() 173 pool_0_memory, PACKET_POOL_SIZE); in fake_sha256_cleanup() 186 pool_0_memory, PACKET_POOL_SIZE); in fake_sha256_cleanup() 255 pool_0_memory, PACKET_POOL_SIZE); in TEST() 309 pool_0_memory, PACKET_POOL_SIZE); in TEST() 319 pool_0_memory, PACKET_POOL_SIZE); in TEST() 434 pool_0_memory, PACKET_POOL_SIZE); in TEST() 451 pool_0_memory, PACKET_POOL_SIZE); in TEST() [all …]
|
| D | nx_secure_tls_session_renegotiate_coverage_test.c | 47 #define PACKET_POOL_SIZE ((PACKET_SIZE + sizeof(NX_PACKET)) * 3) macro 50 static ULONG pool_0_memory[PACKET_POOL_SIZE / sizeof(ULONG)]; 71 pool_0_memory, PACKET_POOL_SIZE); in TEST() 115 pool_0_memory, PACKET_POOL_SIZE); in TEST()
|
| D | nx_secure_dtls_concurrent_sessions_test.c | 14 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 47 static ULONG server_pool_memory[PACKET_POOL_SIZE / sizeof(ULONG)]; 48 static ULONG client_pool_memory[2][PACKET_POOL_SIZE / sizeof(ULONG)]; 128 server_pool_memory, PACKET_POOL_SIZE); in test_application_define() 134 client_pool_memory[0], PACKET_POOL_SIZE); in test_application_define() 140 client_pool_memory[1], PACKET_POOL_SIZE); in test_application_define()
|
| D | nx_secure_dtls_multiple_sessions_connect_test.c | 14 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 46 static ULONG server_pool_memory[PACKET_POOL_SIZE / sizeof(ULONG)]; 47 static ULONG client_pool_memory[2][PACKET_POOL_SIZE / sizeof(ULONG)]; 122 server_pool_memory, PACKET_POOL_SIZE); in test_application_define() 128 client_pool_memory[0], PACKET_POOL_SIZE); in test_application_define() 134 client_pool_memory[1], PACKET_POOL_SIZE); in test_application_define()
|
| D | nx_secure_dtls_version_1_0_test.c | 14 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 46 static ULONG server_pool_memory[PACKET_POOL_SIZE / sizeof(ULONG)]; 47 static ULONG client_pool_memory[2][PACKET_POOL_SIZE / sizeof(ULONG)]; 123 server_pool_memory, PACKET_POOL_SIZE); in test_application_define() 129 client_pool_memory[0], PACKET_POOL_SIZE); in test_application_define() 135 client_pool_memory[1], PACKET_POOL_SIZE); in test_application_define()
|
| D | nx_secure_tls_payload_size_test.c | 14 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 39 static ULONG pool_0_memory[PACKET_POOL_SIZE / sizeof(ULONG)]; 40 static ULONG pool_small_payload_memory[PACKET_POOL_SIZE / sizeof(ULONG)]; 105 pool_0_memory, PACKET_POOL_SIZE); in test_application_define() 379 pool_small_payload_memory, PACKET_POOL_SIZE); in ntest_1_entry() 402 pool_small_payload_memory, PACKET_POOL_SIZE); in ntest_1_entry()
|
| D | nx_secure_dtls_abnormal_test.c | 14 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 46 static ULONG server_pool_memory[PACKET_POOL_SIZE / sizeof(ULONG)]; 47 static ULONG client_pool_memory[2][PACKET_POOL_SIZE / sizeof(ULONG)]; 123 server_pool_memory, PACKET_POOL_SIZE); in test_application_define() 129 client_pool_memory[0], PACKET_POOL_SIZE); in test_application_define() 135 client_pool_memory[1], PACKET_POOL_SIZE); in test_application_define()
|
| D | nx_secure_dtls_abort_waiting_test.c | 14 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 47 static ULONG server_pool_memory[PACKET_POOL_SIZE / sizeof(ULONG)]; 48 static ULONG client_pool_memory[2][PACKET_POOL_SIZE / sizeof(ULONG)]; 127 server_pool_memory, PACKET_POOL_SIZE); in test_application_define() 133 client_pool_memory[0], PACKET_POOL_SIZE); in test_application_define() 139 client_pool_memory[1], PACKET_POOL_SIZE); in test_application_define()
|
| D | nx_secure_dtls_concurrent_sessions_retransmit_test.c | 14 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 47 static ULONG server_pool_memory[PACKET_POOL_SIZE / sizeof(ULONG)]; 48 static ULONG client_pool_memory[2][PACKET_POOL_SIZE / sizeof(ULONG)]; 128 server_pool_memory, PACKET_POOL_SIZE); in test_application_define() 134 client_pool_memory[0], PACKET_POOL_SIZE); in test_application_define() 140 client_pool_memory[1], PACKET_POOL_SIZE); in test_application_define()
|
| D | nx_secure_dtls_multiple_sessions_ecjpake_test.c | 13 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 46 static ULONG server_pool_memory[PACKET_POOL_SIZE / sizeof(ULONG)]; 47 static ULONG client_pool_memory[2][PACKET_POOL_SIZE / sizeof(ULONG)]; 150 server_pool_memory, PACKET_POOL_SIZE); in test_application_define() 156 client_pool_memory[0], PACKET_POOL_SIZE); in test_application_define() 162 client_pool_memory[1], PACKET_POOL_SIZE); in test_application_define()
|
| D | nx_secure_dtls_multiple_sessions_receive_test.c | 14 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 47 static ULONG server_pool_memory[PACKET_POOL_SIZE / sizeof(ULONG)]; 48 static ULONG client_pool_memory[2][PACKET_POOL_SIZE / sizeof(ULONG)]; 127 server_pool_memory, PACKET_POOL_SIZE); in test_application_define() 133 client_pool_memory[0], PACKET_POOL_SIZE); in test_application_define() 139 client_pool_memory[1], PACKET_POOL_SIZE); in test_application_define()
|
| D | nx_secure_dtls_multiple_sessions_send_test.c | 14 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 47 static ULONG server_pool_memory[PACKET_POOL_SIZE / sizeof(ULONG)]; 48 static ULONG client_pool_memory[2][PACKET_POOL_SIZE / sizeof(ULONG)]; 125 server_pool_memory, PACKET_POOL_SIZE); in test_application_define() 131 client_pool_memory[0], PACKET_POOL_SIZE); in test_application_define() 137 client_pool_memory[1], PACKET_POOL_SIZE); in test_application_define()
|
| D | nx_secure_tls_packet_trim_test.c | 15 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 18 static ULONG pool_0_memory[PACKET_POOL_SIZE / sizeof(ULONG)]; 93 pool_0_memory, PACKET_POOL_SIZE); in test_application_define()
|
| D | nx_secure_dtls_fragment_test.c | 14 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 46 static ULONG server_pool_memory[PACKET_POOL_SIZE / sizeof(ULONG)]; 47 static ULONG client_pool_memory[2][PACKET_POOL_SIZE / sizeof(ULONG)]; 118 server_pool_memory, PACKET_POOL_SIZE); in test_application_define() 124 client_pool_memory[0], PACKET_POOL_SIZE); in test_application_define()
|
| D | nx_secure_dtls_out_of_order_test.c | 14 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 47 static ULONG server_pool_memory[PACKET_POOL_SIZE / sizeof(ULONG)]; 48 static ULONG client_pool_memory[PACKET_POOL_SIZE / sizeof(ULONG)]; 125 server_pool_memory, PACKET_POOL_SIZE); in test_application_define() 131 client_pool_memory, PACKET_POOL_SIZE); in test_application_define()
|
| D | nx_secure_dtls_multiple_sessions_retransmit_test.c | 14 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 47 static ULONG server_pool_memory[PACKET_POOL_SIZE / sizeof(ULONG)]; 48 static ULONG client_pool_memory[2][PACKET_POOL_SIZE / sizeof(ULONG)]; 127 server_pool_memory, PACKET_POOL_SIZE); in test_application_define() 133 client_pool_memory[0], PACKET_POOL_SIZE); in test_application_define() 139 client_pool_memory[1], PACKET_POOL_SIZE); in test_application_define()
|
| /NetX-Duo-v6.2.1/test/regression/bsd_test/ |
| D | netx_bsd_tcp_2nd_bind_test.c | 24 #define PACKET_POOL_SIZE ((PACKET_SIZE + sizeof(NX_PACKET)) * 2) macro 63 …= nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", PACKET_SIZE, pointer, PACKET_POOL_SIZE); in test_application_define() 67 pointer += PACKET_POOL_SIZE; in test_application_define()
|
| /NetX-Duo-v6.2.1/test/regression/rtp_test/ |
| D | netx_rtcp_packet_send_test.c | 14 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 92 … = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", PACKET_SIZE, pointer, PACKET_POOL_SIZE); in test_application_define() 93 pointer = pointer + PACKET_POOL_SIZE; in test_application_define()
|
| D | netx_rtcp_basic_test.c | 14 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 92 … = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", PACKET_SIZE, pointer, PACKET_POOL_SIZE); in test_application_define() 93 pointer = pointer + PACKET_POOL_SIZE; in test_application_define()
|
| D | netx_rtp_free_udp_port_find_test.c | 15 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 74 … = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", PACKET_SIZE, pointer, PACKET_POOL_SIZE); in test_application_define() 75 pointer = pointer + PACKET_POOL_SIZE; in test_application_define()
|
| /NetX-Duo-v6.2.1/test/regression/mqtt_test/ |
| D | netx_mqtt_branch_test.c | 30 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 106 … = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", PACKET_SIZE, pointer, PACKET_POOL_SIZE); in test_application_define() 107 pointer = pointer + PACKET_POOL_SIZE; in test_application_define() 113 … = nx_packet_pool_create(&pool_1, "NetX Main Packet Pool", PACKET_SIZE, pointer, PACKET_POOL_SIZE); in test_application_define() 114 pointer = pointer + PACKET_POOL_SIZE; in test_application_define()
|
| /NetX-Duo-v6.2.1/test/regression/ptp_test/ |
| D | netx_ptp_client_announce_timeout_test.c | 35 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 82 … = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", PACKET_SIZE, pointer, PACKET_POOL_SIZE); in test_application_define() 83 pointer = pointer + PACKET_POOL_SIZE; in test_application_define()
|
| D | netx_ptp_client_basic_test.c | 31 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 78 … = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", PACKET_SIZE, pointer, PACKET_POOL_SIZE); in test_application_define() 79 pointer = pointer + PACKET_POOL_SIZE; in test_application_define()
|
| D | netx_ptp_client_ipv6_test.c | 33 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 80 … = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", PACKET_SIZE, pointer, PACKET_POOL_SIZE); in test_application_define() 81 pointer = pointer + PACKET_POOL_SIZE; in test_application_define()
|
| D | netx_ptp_client_two_steps_off_test.c | 31 #define PACKET_POOL_SIZE (NUM_PACKETS * (PACKET_SIZE + sizeof(NX_PACKET))) macro 78 … = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", PACKET_SIZE, pointer, PACKET_POOL_SIZE); in test_application_define() 79 pointer = pointer + PACKET_POOL_SIZE; in test_application_define()
|