Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/bindat.2
| Show All 24 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd February 13, 2013 | .Dd February 13, 2013 | ||||
| .Dt BINDAT 2 | .Dt BINDAT 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm bindat | .Nm bindat | ||||
| .Nd assign a local protocol address to a socket | .Nd assign a local protocol address to 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 bindat "int fd" "int s" "const struct sockaddr *addr" "socklen_t addrlen" | .Fn bindat "int fd" "int s" "const struct sockaddr *addr" "socklen_t addrlen" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| ▲ Show 20 Lines • Show All 62 Lines • Show Last 20 Lines | |||||