Searched refs:SAMPLE_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance
55 #ifndef SAMPLE_PACKET_SIZE56 #define SAMPLE_PACKET_SIZE (1536) macro59 #define SAMPLE_POOL_SIZE ((SAMPLE_PACKET_SIZE + sizeof(NX_PACKET)) * SAMPLE_PACKET_C…223 status = nx_packet_pool_create(&pool_0, "NetX Main Packet Pool", SAMPLE_PACKET_SIZE, in tx_application_define()