Home
last modified time | relevance | path

Searched refs:NX_UDP_PACKET (Results 1 – 25 of 160) sorted by relevance

1234567

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_old_api_test.c92 nx_packet_allocate(&pool_0, &packet_ptr, NX_UDP_PACKET, TX_NO_WAIT); in ntest_0_entry()
95 nx_packet_allocate(&pool_0, &packet_ptr, NX_UDP_PACKET, TX_NO_WAIT); in ntest_0_entry()
101 nx_packet_allocate(&pool_0, &packet_ptr, NX_UDP_PACKET, TX_NO_WAIT); in ntest_0_entry()
104 nx_packet_allocate(&pool_0, &packet_ptr, NX_UDP_PACKET, TX_NO_WAIT); in ntest_0_entry()
111 nx_packet_allocate(&pool_0, &packet_ptr, NX_UDP_PACKET, TX_NO_WAIT); in ntest_0_entry()
114 nx_packet_allocate(&pool_0, &packet_ptr, NX_UDP_PACKET, TX_NO_WAIT); in ntest_0_entry()
118 nx_packet_allocate(&pool_0, &packet_ptr, NX_UDP_PACKET, TX_NO_WAIT); in ntest_0_entry()
121 nx_packet_allocate(&pool_0, &packet_ptr, NX_UDP_PACKET, TX_NO_WAIT); in ntest_0_entry()
Dnetx_packet_suspension_test.c77 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", NX_UDP_PACKET, pointer, in test_application_define()
78 … ((NX_UDP_PACKET + sizeof(NX_PACKET) + NX_PACKET_ALIGNMENT - 1) & ~(NX_PACKET_ALIGNMENT - 1)) * 3); in test_application_define()
109 status = nx_packet_allocate(&pool_0, &my_packet1, NX_UDP_PACKET, NX_IP_PERIODIC_RATE/10); in ntest_0_entry()
110 status += nx_packet_allocate(&pool_0, &my_packet2, NX_UDP_PACKET, NX_IP_PERIODIC_RATE/10); in ntest_0_entry()
111 status += nx_packet_allocate(&pool_0, &my_packet3, NX_UDP_PACKET, NX_IP_PERIODIC_RATE/10); in ntest_0_entry()
192 status = nx_packet_allocate(&pool_0, &my_packet1, NX_UDP_PACKET, NX_IP_PERIODIC_RATE/10); in ntest_1_entry()
202 status = nx_packet_allocate(&pool_0, &my_packet1, NX_UDP_PACKET, NX_WAIT_FOREVER); in ntest_1_entry()
223 status = nx_packet_allocate(&pool_0, &my_packet1, NX_UDP_PACKET, NX_IP_PERIODIC_RATE/10); in ntest_2_entry()
233 status = nx_packet_allocate(&pool_0, &my_packet1, NX_UDP_PACKET, NX_WAIT_FOREVER); in ntest_2_entry()
Dnetx_udp_fragment_test.c314 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, NX_WAIT_FOREVER); in thread_0_entry()
318 while (nx_packet_allocate(&pool_0, &test_packet, NX_UDP_PACKET, NX_NO_WAIT) == NX_SUCCESS) in thread_0_entry()
349 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, NX_WAIT_FOREVER); in thread_0_entry()
377 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, NX_WAIT_FOREVER); in thread_0_entry()
456 status = nx_packet_allocate(&pool_1, &my_packet, NX_UDP_PACKET, NX_NO_WAIT); in thread_1_entry()
467 status = nx_packet_allocate(&pool_1, &my_packet, NX_UDP_PACKET, NX_NO_WAIT); in thread_1_entry()
479 status = nx_packet_allocate(&pool_1, &my_packet, NX_UDP_PACKET, NX_NO_WAIT); in thread_1_entry()
490 status = nx_packet_allocate(&pool_1, &my_packet, NX_UDP_PACKET, NX_NO_WAIT); in thread_1_entry()
506 status = nx_packet_allocate(&pool_1, &my_packet, NX_UDP_PACKET, NX_WAIT_FOREVER); in thread_1_entry()
528 status = nx_packet_allocate(&pool_1, &my_packet, NX_UDP_PACKET, NX_WAIT_FOREVER); in thread_1_entry()
Dnetx_forward_udp_test.c306 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
339 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
374 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
409 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
444 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
479 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
514 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
549 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
584 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
Dnetx_ipv6_packet_chain_test.c221 status = nx_packet_allocate(&pool_0, &my_packet_2, NX_UDP_PACKET, TX_WAIT_FOREVER); in my_packet_process()
264 status = nx_packet_allocate(&pool_0, &my_packet_2, NX_UDP_PACKET, TX_WAIT_FOREVER); in my_packet_process()
276 status = nx_packet_allocate(&pool_0, &my_packet_3, NX_UDP_PACKET, TX_WAIT_FOREVER); in my_packet_process()
313 status = nx_packet_allocate(&pool_0, &my_packet_1, NX_UDP_PACKET, TX_WAIT_FOREVER); in my_packet_process()
Dnetx_packet_basic_test.c9 #define TEST_SIZE (NX_UDP_PACKET+28)
192 status = nx_packet_allocate(&pool_4, &my_packet1, NX_UDP_PACKET, 10); in ntest_0_entry()
193 status += nx_packet_allocate(&pool_4, &my_packet2, NX_UDP_PACKET, 10); in ntest_0_entry()
227 status = nx_packet_allocate(&pool_0, &my_packet1, NX_UDP_PACKET, 10); in ntest_0_entry()
228 status += nx_packet_allocate(&pool_0, &my_packet2, NX_UDP_PACKET, 10); in ntest_0_entry()
229 status += nx_packet_allocate(&pool_0, &my_packet3, NX_UDP_PACKET, 10); in ntest_0_entry()
240 status = nx_packet_allocate(&pool_0, &my_packet4, NX_UDP_PACKET, NX_NO_WAIT); in ntest_0_entry()
Dnetx_ipv6_raw_packet_test.c279 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, 2 * NX_IP_PERIODIC_RATE); in ntest_1_entry()
299 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in ntest_1_entry()
324 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in ntest_1_entry()
346 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, 2 * NX_IP_PERIODIC_RATE); in ntest_1_entry()
Dnetx_udp_packet_receive_test.c281 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, 5 * NX_IP_PERIODIC_RATE); in thread_0_entry()
310 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, 5 * NX_IP_PERIODIC_RATE); in thread_0_entry()
348 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, 5 * NX_IP_PERIODIC_RATE); in thread_0_entry()
382 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, 5 * NX_IP_PERIODIC_RATE); in thread_0_entry()
410 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, 5 * NX_IP_PERIODIC_RATE); in thread_0_entry()
Dnetx_ramdriver_callback_test.c143 status = nx_packet_allocate(&pool_0, &send_packet, NX_UDP_PACKET, NX_IP_PERIODIC_RATE); in ntest_0_entry()
202 status = nx_packet_allocate(&pool_0, &send_packet, NX_UDP_PACKET, NX_IP_PERIODIC_RATE); in ntest_0_entry()
240 status = nx_packet_allocate(&pool_0, &send_packet, NX_UDP_PACKET, NX_IP_PERIODIC_RATE); in ntest_0_entry()
Dnetx_udp_multiple_ports_test.c206 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
231 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
256 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
281 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
Dnetx_udp_source_send_test.c231 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
264 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
502 nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, 2 * NX_IP_PERIODIC_RATE); in thread_1_entry()
506 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, 5 * NX_IP_PERIODIC_RATE); in thread_1_entry()
Dnetx_ip_invalid_packet_receive_test.c286 status = nx_packet_allocate(&pool_0, &copy_packet_4, NX_UDP_PACKET, TX_WAIT_FOREVER); in my_packet_process()
333 status = nx_packet_allocate(&pool_0, &copy_packet_4, NX_UDP_PACKET, TX_WAIT_FOREVER); in my_packet_process()
345 status = nx_packet_allocate(&pool_0, &copy_packet_5, NX_UDP_PACKET, TX_WAIT_FOREVER); in my_packet_process()
Dnetx_udp_basic_processing_test.c270 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
317 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
367 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
414 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
Dnetx_packet_nxe_api_test.c17 #define TEST_SIZE (((NX_UDP_PACKET+28)+NX_PACKET_ALIGNMENT - 1)/NX_PACKET_ALIGNME…
296 status = nx_packet_allocate(NX_NULL, &my_packet_1, NX_UDP_PACKET, NX_IP_PERIODIC_RATE); in ntest_0_entry()
307 status = nx_packet_allocate(&invalid_pool, &my_packet_1, NX_UDP_PACKET, NX_IP_PERIODIC_RATE); in ntest_0_entry()
318 status = nx_packet_allocate(&pool_0, NX_NULL, NX_UDP_PACKET, NX_IP_PERIODIC_RATE); in ntest_0_entry()
351 status = nx_packet_allocate(&pool_0, &my_packet_1, NX_UDP_PACKET, NX_IP_PERIODIC_RATE); in ntest_0_entry()
Dnetx_udp_port_unreachable_test.c147 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
205 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
Dnetx_nxd_udp_socket_send_special_test.c169 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
222 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
Dnetx_ip_raw_packet_filter_test.c201 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in ntest_1_entry()
217 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in ntest_1_entry()
Dnetx_icmpv6_error_test.c278 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
305 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
351 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
Dnetx_ip_fragmentation_timeout_check_test.c187 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
212 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
Dnetx_ip_fragmentation_timeout_check_test2.c193 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
218 status = nx_packet_allocate(&pool_0, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
/NetX-Duo-v6.2.1/test/regression/nat_test/
Dnetx_nat_udp_test.c338 status = nx_packet_allocate(&nat_packet_pool, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
373 status = nx_packet_allocate(&nat_packet_pool, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
411 status = nx_packet_allocate(&nat_packet_pool, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
446 status = nx_packet_allocate(&nat_packet_pool, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
490 status = nx_packet_allocate(&nat_packet_pool, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
525 status = nx_packet_allocate(&nat_packet_pool, &my_packet, NX_UDP_PACKET, TX_WAIT_FOREVER); in thread_0_entry()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_dtls_error_checking_test.c426 nx_packet_allocate(&pool_0, &pp1, NX_UDP_PACKET, NX_NO_WAIT); in ntest_0_entry()
427 nx_packet_allocate(&pool_0, &pp2, NX_UDP_PACKET, NX_NO_WAIT); in ntest_0_entry()
460 status = nx_packet_allocate(&pool_0, &packet_ptr, NX_UDP_PACKET, NX_NO_WAIT); in ntest_0_entry()
550 status = nx_packet_allocate(&pool_0, &packet_ptr, NX_UDP_PACKET, NX_NO_WAIT); in ntest_1_entry()
623 status = nx_packet_allocate(&pool_0, &packet_ptr, NX_UDP_PACKET, NX_NO_WAIT); in ntest_1_entry()
/NetX-Duo-v6.2.1/test/regression/rtp_test/
Dnetx_rtcp_packet_process_test.c207 status = nx_packet_allocate(&pool_0, &send_packet, NX_UDP_PACKET, NX_IP_PERIODIC_RATE); in ntest_1_entry()
224 status = nx_packet_allocate(&pool_0, &send_packet, NX_UDP_PACKET, NX_IP_PERIODIC_RATE); in ntest_1_entry()
/NetX-Duo-v6.2.1/test/regression/dhcp_test/
Dnetx_dhcp_server_second_interface_test.c446 status = nx_packet_allocate(&server_pool, &discover_packet, NX_UDP_PACKET, NX_NO_WAIT); in client_thread_entry()
494 … status = nx_packet_allocate(&server_pool, &request_packet, NX_UDP_PACKET, NX_NO_WAIT); in my_packet_process()
Dnetx_dhcp_server_test.c434 status = nx_packet_allocate(&client_pool, &my_packet, NX_UDP_PACKET, NX_WAIT_FOREVER); in client_thread_entry()
478 status = nx_packet_allocate(&client_pool, &my_packet, NX_UDP_PACKET, NX_WAIT_FOREVER); in my_packet_process()

1234567