socket_connected(3) Library Functions Manual socket_connected(3)NAMEsocket_connected - is a connection established on a socket?SYNTAX#include <socket.h> int socket_connected(int s);DESCRIPTIONsocket_connected returns 1 if s is a socket and a connection is established, 0 otherwise.SEE ALSOsocket_remote4(3), socket_remote6(3) socket_connected(3)
| Related Man Pages |
|---|
| disconnectx(2) - mojave |
| connect(3xnet) - opensolaris |
| socket_connect4(3) - debian |
| socket_connect(3) - php |
| socket_set_block(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| i want to pass the connect fd to child process,how can i do ti? |
| Socket programming in C |
| Setting up VSFTPD (force SSL?) |
| help writing a scipt to search for errors. |