Home
last modified time | relevance | path

Searched refs:CLIENT_PACKET_SIZE (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.3.0/samples/
Ddemo_netxduo_https.c38 #define CLIENT_PACKET_SIZE (NX_WEB_HTTP_CLIENT_MIN_PACKET_SIZE * 2) macro
437 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()
Ddemo_netxduo_http.c53 #define CLIENT_PACKET_SIZE (NX_HTTP_SERVER_MIN_PACKET_SIZE * 2) macro