Searched refs:SERVER_MSG (Results 1 – 3 of 3) sorted by relevance
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
D | It_net_container_006.cpp | 39 static const char *SERVER_MSG = "Hi, I'm Tcp Server!"; variable 76 ret = strcmp(buffer, SERVER_MSG); in TcpClient() 142 ret = send(client, SERVER_MSG, strlen(SERVER_MSG) + 1, 0); in ChildFunc()
|
D | It_net_container_005.cpp | 44 static const char *SERVER_MSG = "===Hi, I'm Server.==="; variable 100 ret = strcmp(recv_data, SERVER_MSG); in UdpClient() 149 ret = sendto(server, SERVER_MSG, strlen(SERVER_MSG) + 1, 0, in UdpServer()
|
D | It_net_container_009.cpp | 42 static const char *SERVER_MSG = "===Hi, I'm Server.==="; variable 93 ret = strcmp(recv_data, SERVER_MSG); in TcpClient() 150 ret = send(peer, SERVER_MSG, strlen(SERVER_MSG) + 1, 0); in TcpServer()
|