Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
socket_connected(3)	    Library Functions Manual	     socket_connected(3)

NAME
     socket_connected - is a connection established on a socket?

SYNTAX
     #include <libowfat/socket.h>

     int socket_connected(int s);

DESCRIPTION
     socket_connected  returns	1  if  s  is a socket and a connection is estab-
     lished, 0 otherwise.

SEE ALSO
     socket_remote4(3), socket_remote6(3)

							     socket_connected(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_socket_connected&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help