File: socket_connected.3

package info (click to toggle)
libowfat 0.28-6
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 4,068 kB
  • sloc: ansic: 12,863; makefile: 16
file content (13 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
.TH socket_connected 3
.SH NAME
socket_connected \- is a connection established on a socket?
.SH SYNTAX
.B #include <socket.h>

int \fBsocket_connected\fP(int \fIs\fR);
.SH DESCRIPTION
socket_connected returns 1 if \fIs\fR is a socket and a
connection is established, 0 otherwise.

.SH "SEE ALSO"
socket_remote4(3), socket_remote6(3)