DOKK / manpages / debian 12 / libowfat-dev / socket_connected.3.en
socket_connected(3) Library Functions Manual socket_connected(3)

socket_connected - is a connection established on a socket?

#include <libowfat/socket.h>

int socket_connected(int s);

socket_connected returns 1 if s is a socket and a connection is established, 0 otherwise.

socket_remote4(3), socket_remote6(3)