Home
last modified time | relevance | path

Searched refs:PACKET_POOL_SIZE (Results 1 – 25 of 128) sorted by relevance

123456

/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_tls_client_handshake_coverage_test.c30 #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 …]
Dnx_secure_tls_session_renegotiate_coverage_test.c47 #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()
Dnx_secure_dtls_concurrent_sessions_test.c14 #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()
Dnx_secure_dtls_multiple_sessions_connect_test.c14 #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()
Dnx_secure_dtls_version_1_0_test.c14 #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()
Dnx_secure_tls_payload_size_test.c14 #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()
Dnx_secure_dtls_abnormal_test.c14 #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()
Dnx_secure_dtls_abort_waiting_test.c14 #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()
Dnx_secure_dtls_concurrent_sessions_retransmit_test.c14 #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()
Dnx_secure_dtls_multiple_sessions_ecjpake_test.c13 #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()
Dnx_secure_dtls_multiple_sessions_receive_test.c14 #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()
Dnx_secure_dtls_multiple_sessions_send_test.c14 #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()
Dnx_secure_tls_packet_trim_test.c15 #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()
Dnx_secure_dtls_fragment_test.c14 #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()
Dnx_secure_dtls_out_of_order_test.c14 #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()
Dnx_secure_dtls_multiple_sessions_retransmit_test.c14 #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/
Dnetx_bsd_tcp_2nd_bind_test.c24 #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/
Dnetx_rtcp_packet_send_test.c14 #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()
Dnetx_rtcp_basic_test.c14 #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()
Dnetx_rtp_free_udp_port_find_test.c15 #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/
Dnetx_mqtt_branch_test.c30 #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/
Dnetx_ptp_client_announce_timeout_test.c35 #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()
Dnetx_ptp_client_basic_test.c31 #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()
Dnetx_ptp_client_ipv6_test.c33 #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()
Dnetx_ptp_client_two_steps_off_test.c31 #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()

123456