Home
last modified time | relevance | path

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

/test/xts/acts/communication_lite/lwip_hal/src/
Dlwip_func_test.c35 #define CLI_MSG "Hi, I am TCP client" macro
198 TEST_ASSERT_EQUAL_INT(strlen(CLI_MSG), ret); in SampleTcpServerTask()
233 TEST_ASSERT_EQUAL_INT(len * strlen(CLI_MSG), recvSum); in SampleTcpServerTask()
284 int cliMsgLen = strlen(CLI_MSG); in SampleTcpClientTask()
286 ret = strcpy_s(buf, BUF_SIZE, CLI_MSG); in SampleTcpClientTask()
303 ret = strcpy_s(buf, BUF_SIZE, CLI_MSG); in SampleTcpClientTask()