1socket_connected(3) Library Functions Manual socket_connected(3)
23
4
NAME
6socket_connected - is a connection established on a socket?
7
SYNTAX
9#include <socket.h>
1011
int socket_connected(int s);
12
DESCRIPTION
14socket_connected returns 1 if s is a socket and a connection is estabā
15lished, 0 otherwise.
1617
SEE ALSO
19socket_remote4(3), socket_remote6(3)
2021
22
23
socket_connected(3)