Home
last modified time | relevance | path

Searched full:sendmsg (Results 1 – 25 of 97) sorted by relevance

1234

/titanic_53/usr/src/man/man3xnet/
H A Dsendmsg.3xnet10 .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
[all …]
/titanic_53/usr/src/man/man7p/
H A Dip6.7p52 using the \fBsendmsg\fR(3SOCKET) and \fBrecvmsg\fR(3SOCKET) system calls.
58 received as ancillary data to a \fBsendmsg\fR(3SOCKET) or
62 ancillary data. If any ancillary data is specified in a \fBsendmsg\fR(3SOCKET)
67 Since \fBsendmsg\fR(3SOCKET) is not supported for \fBSOCK_STREAM\fR upper level
72 Since \fBsendmsg\fR(3SOCKET) is supported for \fBSOCK_DGRAM\fR upper level
256 \fBsetsockopt\fR(3SOCKET) or as ancillary data to a \fBsendmsg\fR(3SOCKET)
586 \fBsend\fR(3SOCKET), \fBsendmsg\fR(3SOCKET), \fBsetsockopt\fR(3SOCKET),
647 A \fBsendmsg()\fR operation with a non-NULL \fBmsg_accrights\fR was attempted.
689 A \fBsendto()\fR or \fBsendmsg()\fR operation specifying an address to which
700 A \fBsend()\fR, \fBsendto()\fR, or \fBsendmsg()\fR operation was attempted to
[all …]
H A Dsctp.7p120 \fBconnect()\fR, but use \fBsendto\fR(3SOCKET)/\fBsendmsg\fR(3SOCKET) to
124 \fBrecvfrom\fR(3SOCKET), \fBsendmsg()\fR, and \fBrecvmsg\fR(3SOCKET) can be
138 \fBsendmsg()\fR/\fBrecvmsg()\fR or \fBsendto()\fR/\fBrecvfrom()\fR calls. Such
141 established using \fBsendmsg()\fR. However, if an association already exists
143 \fImsg\fR parameter, \fBsendmsg()\fR must include the association id in
146 provided, \fBsendmsg()\fR fails with \fBEADDRINUSE\fR. On a one-to-one socket
336 \fBsendmsg\fR(3SOCKET), \fBsendto\fR(3SOCKET), \fBsocket\fR(3SOCKET),
H A Dicmp6.7p43 calls. They may also be used with the \fBsendmsg()\fR/\fBrecvgmsg()\fR calls
54 ancillary data to a \fBsendmsg\fR(3SOCKET) or \fBrecvmsg\fR(3SOCKET) system
58 When any ancillary data is present with a \fBsendmsg\fR(3SOCKET) system call,
72 \fBsend\fR(3SOCKET), \fBsendmsg\fR(3SOCKET), \fBsetsockopt\fR(3SOCKET),
H A Dudp.7p53 \fBsendto()\fR, \fBsendmsg()\fR, \fBrecvfrom()\fR, and \fBrecvmsg()\fR calls
184 A \fBsendto()\fR or \fBsendmsg()\fR operation specifying an address to which
196 \fBsendmsg()\fR operation not specifying an address to which the message should
227 A \fBsendmsg()\fR operation with a non-NULL \fBmsg_accrights\fR was attempted.
H A Dip.7p701 A \fBsendmsg()\fR operation with a non-NULL \fBmsg_accrights\fR was attempted.
742 A \fBsendto()\fR or \fBsendmsg()\fR operation specifying an address to which
753 A \fBsend()\fR, \fBsendto()\fR, or \fBsendmsg()\fR operation was attempted to
765 to send a datagram by means of \fBsendto()\fR or \fBsendmsg()\fR, where there
777 \fBsendmsg()\fR operation not specifying an address to which the message should
/titanic_53/usr/src/man/man3socket/
H A Dsend.3socket9 send, sendto, sendmsg \- send a message from a socket
28 \fBssize_t\fR \fBsendmsg\fR(\fBint\fR \fIs\fR, \fBconst struct msghdr *\fR\fImsg\fR, \fBint\fR \fIf…
33 The \fBsend()\fR, \fBsendto()\fR, and \fBsendmsg()\fR functions are used to
36 \fBconnect\fR(3SOCKET). The \fBsendto()\fR and \fBsendmsg()\fR functions can be
93 The \fBsend()\fR, \fBsendto()\fR, and \fBsendmsg()\fR functions return errors
226 The \fBsendmsg()\fR function returns errors under the following conditions:
H A Dsctp_opt_info.3socket125 sinfo_stream Default stream for \fBsendmsg()\fR
127 sinfo_flags Default flags for \fBsendmsg()\fR
135 for \fBsendmsg()\fR
136 sinfo_context Default context for \fBsendmsg()\fR
H A DMakefile135 sendmsg.3socket \
250 sendmsg.3socket := LINKSRC = send.3socket
H A Dgetsockopt.3socket304 completion of a \fBsendto()\fR or \fBsendmsg()\fR operation will cause a
305 subsequent \fBsendto()\fR or \fBsendmsg()\fR operation using the same
/titanic_53/usr/src/test/os-tests/tests/spoof-ras/
H A Dspoof-ras.c197 if (sendmsg(s, &msg6, 0) < 0) { in spoof_bad_lla_optlen_test()
207 if (sendmsg(s, &msg6, 0) < 0) { in spoof_bad_lla_optlen_test()
219 if (sendmsg(s, &msg6, 0) < 0) { in spoof_bad_lla_optlen_test()
259 if (sendmsg(s, &msg6, 0) < 0) { in spoof_bad_pi_optlen_test()
268 if (sendmsg(s, &msg6, 0) < 0) { in spoof_bad_pi_optlen_test()
278 if (sendmsg(s, &msg6, 0) < 0) { in spoof_bad_pi_optlen_test()
290 if (sendmsg(s, &msg6, 0) < 0) { in spoof_bad_pi_optlen_test()
322 if (sendmsg(s, &msg6, 0) < 0) { in spoof_bad_plen_test()
353 if (sendmsg(s, &msg6, 0) < 0) { in spoof_link_local_test()
381 if (sendmsg(s, &msg6, 0) < 0) { in spoof_good_test()
/titanic_53/usr/src/man/man3head/
H A Din.h.3head95 macros for use as destination addresses for \fBconnect()\fR, \fBsendmsg()\fR,
173 \fBgetsockopt\fR(3SOCKET), \fBgetsockopt\fR(3XNET), \fBsendmsg\fR(3SOCKET),
174 \fBsendmsg\fR(3XNET), \fBsendto\fR(3SOCKET), \fBsendto\fR(3XNET),
H A Dsocket.h.3head583 \fBsendmsg()\fR calls:
738 \fBsend\fR(3XNET), \fBsendmsg\fR(3SOCKET), \fBsendmsg\fR(3XNET),
/titanic_53/usr/src/uts/common/sys/
H A Drds.h93 * CMSG_RDMA_ARGS (sendmsg)
97 * RDS_CMSG_RDMA_DEST (recvmsg, sendmsg)
100 * RDS_CMSG_RDMA_MAP (sendmsg)
H A Dsocket.h347 * Message header for recvmsg and sendmsg calls.
501 #pragma redefine_extname sendmsg __xnet_sendmsg
510 #define sendmsg __xnet_sendmsg macro
542 extern ssize_t sendmsg(int, const struct msghdr *, int);
/titanic_53/usr/src/cmd/lp/cmd/
H A Dlpforms.c1291 int sendmsg, in notify_spooler() argument
1296 notify_spooler (sendmsg, replymsg, form) in notify_spooler()
1297 int sendmsg; in notify_spooler()
1319 size = putmessage((char *)0, sendmsg, form);
1321 putmessage (msgbuf, sendmsg, form);
1345 if (sendmsg == S_LOAD_FORM)
1366 if (sendmsg == S_UNLOAD_FORM)
/titanic_53/usr/src/lib/libslp/clib/
H A Dslp_net.c246 if (sendmsg(sockfd, msg, 0) < 0) { in slp_uc_udp_send()
248 "sendmsg failed: %s", strerror(errno)); in slp_uc_udp_send()
679 * Populates a struct msghdr suitable for use with sendmsg.
950 if (sendmsg(fds[0].fd, msg, 0) < 0) { in mc_sendmsg()
952 "sendmsg failed: %s", strerror(errno)); in mc_sendmsg()
973 if (sendmsg(fds[0].fd, msg, 0) < 0) { in bc_sendmsg()
975 "sendmsg failed: %s", strerror(errno)); in bc_sendmsg()
H A Dslp_ipc.c177 /* populate the msghdr for sendmsg */ in slp_send2slpd_iov()
196 while (sendmsg(slpdfd, msghdr, 0) == -1) { in slp_send2slpd_iov()
/titanic_53/usr/src/lib/libc/common/sys/
H A D_so_sendmsg.s37 SYSCALL2_RESTART_RVAL1(__so_sendmsg,sendmsg)
/titanic_53/usr/src/man/man3lib/
H A Dlibsocket.3lib67 \fBsendmsg\fR \fBsendto\fR
H A Dlibxnet.3lib80 \fBsend\fR \fBsendmsg\fR
/titanic_53/usr/src/lib/libresolv2/common/bsd/
H A Dwritev.c41 return (sendmsg(fd, &mesg, 0)); in __writev()
/titanic_53/usr/src/uts/sparc/os/
H A Dname_to_sysnum227 sendmsg 241
/titanic_53/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.xcl150 msgid "sendmsg"
/titanic_53/usr/src/uts/intel/os/
H A Dname_to_sysnum228 sendmsg 241

1234