BSD syscall#106
svc · unix #106
listen
Marks a socket as accepting incoming connections.
Prototype
int listen(int s, int backlog);Returns: int
Arguments
| Name | Type | Dir | Description |
|---|---|---|---|
| s | int | - | |
| backlog | int | - |
Version history
| XNU tag | macOS | # |
|---|---|---|
| xnu-1456.1.26 | macOS 10.6 Snow Leopard | 106 |
| xnu-1486.2.11 | — | 106 |
| xnu-1504.15.3 | — | 106 |
| xnu-1504.3.12 | — | 106 |
| xnu-1504.7.4 | — | 106 |
| xnu-1504.9.17 | — | 106 |
| xnu-1504.9.26 | — | 106 |
| xnu-1504.9.37 | — | 106 |
Notes
No prose documentation yet.