Skip to content
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

NameTypeDirDescription
sint-
msgcaddr_t-
flagsint-

Version history

XNU tagmacOS#
xnu-1456.1.26macOS 10.6 Snow Leopard28
xnu-1486.2.1128
xnu-1504.15.328
xnu-1504.3.1228
xnu-1504.7.428
xnu-1504.9.1728
xnu-1504.9.2628
xnu-1504.9.3728

Notes

No prose documentation yet.