Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Duart_backend.c296 static const char tcp_error_msg[] = "Socket already connected\n"; in uart_tcp_listener() local
312 (void)send(conn_fd, tcp_error_msg, sizeof(tcp_error_msg), 0); in uart_tcp_listener()