1socket_connected(3)        Library Functions Manual        socket_connected(3)
2
3
4

NAME

6       socket_connected - is a connection established on a socket?
7

SYNTAX

9       #include <socket.h>
10
11       int socket_connected(int s);
12

DESCRIPTION

14       socket_connected  returns 1 if s is a socket and a connection is estabā€
15       lished, 0 otherwise.
16
17

SEE ALSO

19       socket_remote4(3), socket_remote6(3)
20
21
22
23                                                           socket_connected(3)
Impressum