Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/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()