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