Searched refs:socket_msg (Results 1 – 1 of 1) sorted by relevance
290 static const char socket_msg[] = "hello socket\n"; variable317 send(client_fd, socket_msg, sizeof(socket_msg), 0); in test_socket()325 if (ret != sizeof(socket_msg)) in test_socket()327 if (memcmp(buf, socket_msg, sizeof(socket_msg)) != 0) in test_socket()