BSD syscall#27
svc · unix #27
recvmsg
Reads a message and its ancillary control data from a socket.
Prototype
int recvmsg(int s, struct msghdr *msg, int flags);Returns: int
Arguments
| Name | Type | Dir | Description |
|---|---|---|---|
| s | int | - | |
| msg | struct msghdr | - | |
| flags | int | - |
Version history
| XNU tag | macOS | # |
|---|---|---|
| xnu-1456.1.26 | macOS 10.6 Snow Leopard | 27 |
| xnu-1486.2.11 | — | 27 |
| xnu-1504.15.3 | — | 27 |
| xnu-1504.3.12 | — | 27 |
| xnu-1504.7.4 | — | 27 |
| xnu-1504.9.17 | — | 27 |
| xnu-1504.9.26 | — | 27 |
| xnu-1504.9.37 | — | 27 |
Notes
No prose documentation yet.