BSD syscall#104
svc · unix #104
bind
Binds a socket to a local address.
Prototype
int bind(int s, caddr_t name, socklen_t namelen);Returns: int
Arguments
| Name | Type | Dir | Description |
|---|---|---|---|
| s | int | - | |
| name | caddr_t | - | |
| namelen | socklen_t | - |
Version history
| XNU tag | macOS | # |
|---|---|---|
| xnu-1456.1.26 | macOS 10.6 Snow Leopard | 104 |
| xnu-1486.2.11 | — | 104 |
| xnu-1504.15.3 | — | 104 |
| xnu-1504.3.12 | — | 104 |
| xnu-1504.7.4 | — | 104 |
| xnu-1504.9.17 | — | 104 |
| xnu-1504.9.26 | — | 104 |
| xnu-1504.9.37 | — | 104 |
Notes
No prose documentation yet.