Home
last modified time | relevance | path

Searched refs:bsd_pool (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.4.1/test/regression/bsd_test/
Dnetx_bsd_tcp_clients_shared_port_test.c20 static NX_PACKET_POOL bsd_pool; variable
64 status = nx_packet_pool_create(&bsd_pool, "NetX BSD Packet Pool", 256, pointer, 16384); in test_application_define()
88 &bsd_pool, _nx_ram_network_driver, pointer, DEMO_STACK_SIZE, 1); in test_application_define()
129 &bsd_pool, _nx_ram_network_driver, pointer, DEMO_STACK_SIZE, 1); in test_application_define()
153 status = bsd_initialize (&bsd_client_ip, &bsd_pool, pointer, 2048, 4); in test_application_define()
510 status = nx_packet_allocate(&bsd_pool, &packet_ptr, NX_TCP_PACKET, NX_NO_WAIT); in thread_server_entry()
520 &bsd_pool, NX_NO_WAIT); in thread_server_entry()
526 status = nx_packet_allocate(&bsd_pool, &packet_ptr2, NX_TCP_PACKET, NX_NO_WAIT); in thread_server_entry()
536 &bsd_pool, NX_NO_WAIT); in thread_server_entry()
Dnetx_bsd_tcp_servers_shared_port_test.c20 static NX_PACKET_POOL bsd_pool; variable
64 status = nx_packet_pool_create(&bsd_pool, "NetX BSD Packet Pool", 1516, pointer, 16384); in test_application_define()
88 &bsd_pool, _nx_ram_network_driver, pointer, DEMO_STACK_SIZE, 1); in test_application_define()
112 status = bsd_initialize (&bsd_server_ip, &bsd_pool, pointer, 2048, 4); in test_application_define()
138 &bsd_pool, _nx_ram_network_driver, pointer, DEMO_STACK_SIZE, 1); in test_application_define()
468 status = nx_packet_allocate(&bsd_pool, &packet_ptr, NX_TCP_PACKET, NX_NO_WAIT); in thread_client_entry()
476 &bsd_pool, NX_NO_WAIT); in thread_client_entry()
492 status = nx_packet_allocate(&bsd_pool, &packet_ptr2, NX_TCP_PACKET, NX_NO_WAIT); in thread_client_entry()
500 &bsd_pool, NX_NO_WAIT); in thread_client_entry()
Dnetx_bsd_tcp_clients_share_port_test.c22 static NX_PACKET_POOL bsd_pool; variable
68 status = nx_packet_pool_create(&bsd_pool, "NetX BSD Packet Pool", 1516, pointer, 16384); in test_application_define()
105 &bsd_pool, _nx_ram_network_driver, pointer, DEMO_STACK_SIZE, 1); in test_application_define()
134 &bsd_pool, _nx_ram_network_driver, pointer, DEMO_STACK_SIZE, 1); in test_application_define()
185 status = bsd_initialize (&bsd_ip_client, &bsd_pool, pointer, 2048, 4); in test_application_define()
276 status = nx_packet_allocate(&bsd_pool, &packet_ptr, NX_TCP_PACKET, NX_NO_WAIT); in thread_server_entry()
285 &bsd_pool, NX_NO_WAIT); in thread_server_entry()
457 status = nx_packet_allocate(&bsd_pool, &packet_ptr, NX_TCP_PACKET, NX_NO_WAIT); in thread_server6_entry()
467 &bsd_pool, NX_NO_WAIT); in thread_server6_entry()
Dnetx_bsd_tcp_servers_share_port_test.c21 static NX_PACKET_POOL bsd_pool; variable
64 status = nx_packet_pool_create(&bsd_pool, "NetX BSD Packet Pool", 1516, pointer, 16384); in test_application_define()
101 &bsd_pool, _nx_ram_network_driver, pointer, DEMO_STACK_SIZE, 1); in test_application_define()
125 status = bsd_initialize (&bsd_ip_server, &bsd_pool, pointer, 2048, 4); in test_application_define()
138 &bsd_pool, _nx_ram_network_driver, pointer, DEMO_STACK_SIZE, 1); in test_application_define()
758 status = nx_packet_allocate(&bsd_pool, &packet_ptr, NX_TCP_PACKET, NX_NO_WAIT); in thread_client6_entry()
765 &bsd_pool, NX_NO_WAIT); in thread_client6_entry()
/NetX-Duo-v6.4.1/samples/
Ddemo_bsd_udp.c23 NX_PACKET_POOL bsd_pool; variable
79 status = nx_packet_pool_create(&bsd_pool, "NetX BSD Packet Pool", 128, pointer, 16384); in tx_application_define()
90 &bsd_pool, _nx_ram_network_driver, in tx_application_define()
122 status = (UINT)bsd_initialize (&bsd_ip, &bsd_pool, pointer, 2048, 2); in tx_application_define()
Ddemo_bsd_raw.c20 NX_PACKET_POOL bsd_pool; variable
76 status = nx_packet_pool_create(&bsd_pool, "NetX BSD Packet Pool", 128, pointer, 16384); in tx_application_define()
87 &bsd_pool, _nx_ram_network_driver, in tx_application_define()
109 status = (UINT)bsd_initialize (&bsd_ip, &bsd_pool, pointer, DEMO_STACK_SIZE, 2); in tx_application_define()
Ddemo_bsd_tcp.c22 NX_PACKET_POOL bsd_pool; variable
85 status = nx_packet_pool_create(&bsd_pool, "NetX BSD Packet Pool", 128, pointer, 16384); in tx_application_define()
94 …status = nx_ip_create(&bsd_ip, "BSD IP Instance", IP_ADDRESS(1,2,3,4), 0xFFFFFF00UL, &bsd_pool, _… in tx_application_define()
129 status = (UINT)bsd_initialize (&bsd_ip, &bsd_pool,pointer, 2048, 2); in tx_application_define()