Searched refs:CLIENT_PACKET_SIZE (Results 1 – 2 of 2) sorted by relevance
38 #define CLIENT_PACKET_SIZE (NX_WEB_HTTP_CLIENT_MIN_PACKET_SIZE * 2) macro437 status = nx_packet_pool_create(&client_pool, "HTTP Client Packet Pool", CLIENT_PACKET_SIZE, in tx_application_define()438 pointer, CLIENT_PACKET_SIZE*16); in tx_application_define()439 pointer = pointer + CLIENT_PACKET_SIZE * 16; in tx_application_define()
53 #define CLIENT_PACKET_SIZE (NX_HTTP_SERVER_MIN_PACKET_SIZE * 2) macro