Searched refs:COMMAND_CLOSE (Results 1 – 1 of 1) sorted by relevance
49 #define COMMAND_CLOSE "close" // Close just closes the network port, keeps thread running. macro557 } else if (strncmp(command, COMMAND_CLOSE, 5) == 0) { in parse_socket_data()