Searched refs:DEMO_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance
42 #ifndef DEMO_PACKET_SIZE43 #define DEMO_PACKET_SIZE (1536) macro46 #define DEMO_POOL_SIZE ((DEMO_PACKET_SIZE + sizeof(NX_PACKET)) * DEMO_PACKET_COUNT)150 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", DEMO_PACKET_SIZE, in tx_application_define()