| /titanic_50/usr/src/man/man3xnet/ |
| H A D | sendmsg.3xnet | 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 [all …]
|
| /titanic_50/usr/src/man/man7p/ |
| H A D | ip6.7p | 52 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 D | sctp.7p | 120 \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 D | icmp6.7p | 43 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 D | udp.7p | 53 \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 D | ip.7p | 701 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_50/usr/src/man/man3socket/ |
| H A D | send.3socket | 9 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 D | sctp_opt_info.3socket | 125 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 D | Makefile | 135 sendmsg.3socket \ 250 sendmsg.3socket := LINKSRC = send.3socket
|
| H A D | getsockopt.3socket | 304 completion of a \fBsendto()\fR or \fBsendmsg()\fR operation will cause a 305 subsequent \fBsendto()\fR or \fBsendmsg()\fR operation using the same
|
| /titanic_50/usr/src/test/os-tests/tests/spoof-ras/ |
| H A D | spoof-ras.c | 197 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_50/usr/src/man/man3head/ |
| H A D | in.h.3head | 95 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 D | socket.h.3head | 583 \fBsendmsg()\fR calls: 738 \fBsend\fR(3XNET), \fBsendmsg\fR(3SOCKET), \fBsendmsg\fR(3XNET),
|
| /titanic_50/usr/src/uts/common/sys/ |
| H A D | rds.h | 93 * CMSG_RDMA_ARGS (sendmsg) 97 * RDS_CMSG_RDMA_DEST (recvmsg, sendmsg) 100 * RDS_CMSG_RDMA_MAP (sendmsg)
|
| H A D | socket.h | 347 * 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_50/usr/src/cmd/lp/cmd/ |
| H A D | lpforms.c | 1291 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_50/usr/src/lib/libslp/clib/ |
| H A D | slp_net.c | 246 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 D | slp_ipc.c | 177 /* populate the msghdr for sendmsg */ in slp_send2slpd_iov() 196 while (sendmsg(slpdfd, msghdr, 0) == -1) { in slp_send2slpd_iov()
|
| /titanic_50/usr/src/lib/libc/common/sys/ |
| H A D | _so_sendmsg.s | 37 SYSCALL2_RESTART_RVAL1(__so_sendmsg,sendmsg)
|
| /titanic_50/usr/src/man/man3lib/ |
| H A D | libsocket.3lib | 67 \fBsendmsg\fR \fBsendto\fR
|
| H A D | libxnet.3lib | 80 \fBsend\fR \fBsendmsg\fR
|
| /titanic_50/usr/src/lib/libresolv2/common/bsd/ |
| H A D | writev.c | 41 return (sendmsg(fd, &mesg, 0)); in __writev()
|
| /titanic_50/usr/src/uts/sparc/os/ |
| H A D | name_to_sysnum | 227 sendmsg 241
|
| /titanic_50/usr/src/uts/intel/os/ |
| H A D | name_to_sysnum | 228 sendmsg 241
|
| /titanic_50/usr/src/cmd/cmd-inet/usr.lib/vrrpd/ |
| H A D | vrrpd.xcl | 150 msgid "sendmsg"
|