Searched refs:SERVER_RCV_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
15 #define SERVER_RCV_BUFFER_SIZE 100 macro134 CHAR Server_Rcv_Buffer[SERVER_RCV_BUFFER_SIZE];327 … status = recv(i + NX_BSD_SOCKFD_START, (VOID *)Server_Rcv_Buffer, SERVER_RCV_BUFFER_SIZE, 0); in thread_server_entry()354 if(status == SERVER_RCV_BUFFER_SIZE) in thread_server_entry()