Lines Matching full:sendmsg
10 .TH SENDMSG 3XNET "Nov 1, 2003"
12 sendmsg \- send a message on a socket using a message structure
19 \fBssize_t\fR \fBsendmsg\fR(\fBint\fR \fIsocket\fR, \fBconst struct msghdr *\fR\fImessage\fR, \fBin…
79 The \fBsendmsg()\fR function sends a message through a connection-mode or
94 Successful completion of a call to \fBsendmsg()\fR does not guarantee delivery
100 \fBsendmsg()\fR function blocks until space is available. If space is not
102 socket file descriptor does have \fBO_NONBLOCK\fR set, \fBsendmsg()\fR function
107 broadcast address for the socket protocol, \fBsendmsg()\fR will fail if the
112 the \fBsendmsg()\fR function.
121 Upon successful completion, \fBsendmsg()\fR function returns the number of
127 The \fBsendmsg()\fR function will fail if:
187 A signal interrupted \fBsendmsg()\fR before any data was transmitted.
251 If the address family of the socket is \fBAF_UNIX\fR, then \fBsendmsg()\fR will
304 The \fBsendmsg()\fR function may fail if:
401 If the address family of the socket is \fBAF_UNIX\fR, then \fBsendmsg()\fR may