Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/connectat.2
| Show All 24 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd February 13, 2013 | .Dd February 13, 2013 | ||||
| .Dt CONNECTAT 2 | .Dt CONNECTAT 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm connectat | .Nm connectat | ||||
| .Nd initiate a connection on a socket | .Nd initiate a connection on a socket | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In sys/types.h | .In sys/types.h | ||||
| .In sys/socket.h | .In sys/socket.h | ||||
| .Pp | .Pp | ||||
| .In fcntl.h | .In fcntl.h | ||||
| .Ft int | .Ft int | ||||
| .Fn connectat "int fd" "int s" "const struct sockaddr *name" "socklen_t namelen" | .Fn connectat "int fd" "int s" "const struct sockaddr *name" "socklen_t namelen" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| ▲ Show 20 Lines • Show All 63 Lines • Show Last 20 Lines | |||||