Home
last modified time | relevance | path

Searched refs:sendmsg (Results 1 – 25 of 44) sorted by relevance

12

/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/lib/libc/common/sys/
H A D_so_sendmsg.s37 SYSCALL2_RESTART_RVAL1(__so_sendmsg,sendmsg)
/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/uts/common/sys/
H A Dsocket.h501 #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/lib/libresolv2/common/bsd/
H A Dwritev.c41 return (sendmsg(fd, &mesg, 0)); in __writev()
/titanic_53/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.xcl150 msgid "sendmsg"
/titanic_53/usr/src/lib/libbc/libc/sys/common/
H A Dsend.c153 sendmsg(s, msg, flags) in sendmsg() function
/titanic_53/usr/src/man/man3socket/
H A DMakefile135 sendmsg.3socket \
250 sendmsg.3socket := LINKSRC = send.3socket
/titanic_53/usr/src/uts/sparc/os/
H A Dname_to_sysnum227 sendmsg 241
/titanic_53/usr/src/uts/intel/os/
H A Dname_to_sysnum228 sendmsg 241
/titanic_53/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_net.c214 iscsi_net->sendmsg = iscsi_net_sendmsg; in iscsi_net_init()
594 send_len = iscsi_net->sendmsg(socket, &msg); in iscsi_net_sendpdu()
595 DTRACE_PROBE2(sendmsg, size_t, total_len, size_t, send_len); in iscsi_net_sendpdu()
H A Dradius_packet.c146 recv_len = iscsi_net->sendmsg(socket, &msg); in snd_radius_request()
/titanic_53/usr/src/ucbcmd/sbcp/
H A Dsyscalls.list138 sendmsg SIMPLE /* 114 = 3, sendmsg */
/titanic_53/usr/src/lib/libslp/clib/
H A Dslp_ipc.c196 while (sendmsg(slpdfd, msghdr, 0) == -1) { in slp_send2slpd_iov()
H A Dslp_net.c246 if (sendmsg(sockfd, msg, 0) < 0) { in slp_uc_udp_send()
950 if (sendmsg(fds[0].fd, msg, 0) < 0) { in mc_sendmsg()
973 if (sendmsg(fds[0].fd, msg, 0) < 0) { in bc_sendmsg()
H A Dlibslp.po43 msgid "sendmsg failed: %s"
/titanic_53/usr/src/man/man3xnet/
H A DMakefile44 sendmsg.3xnet \
/titanic_53/usr/src/lib/libsocket/socket/
H A Dweaks.c54 #pragma weak sendmsg = _sendmsg macro
/titanic_53/usr/src/lib/libsocket/common/
H A Dmapfile-vers194 sendmsg;
/titanic_53/usr/src/uts/common/os/
H A Dsysent.c323 ssize_t sendmsg(int, struct nmsghdr *, int);
746 /* 241 */ SYSENT_CL("sendmsg", sendmsg, 3),
1071 /* 241 */ SYSENT_CI("sendmsg", sendmsg, 3),
/titanic_53/usr/src/lib/libsctp/common/
H A Dsctp.c345 return (sendmsg(s, &hdr, flags)); in sctp_send_common()
/titanic_53/usr/src/boot/sys/sys/
H A Dsocket.h638 ssize_t sendmsg(int, const struct msghdr *, int);
/titanic_53/usr/src/pkg/manifests/
H A Dsystem-library.man3xnet.inc40 file path=usr/share/man/man3xnet/sendmsg.3xnet
/titanic_53/usr/src/cmd/isns/isnsd/
H A Dpdu.c262 bytes_sent = sendmsg(fd, &msg, 0); in isns_send_pdu()
/titanic_53/usr/src/lib/libfakekernel/common/
H A Dksocket.c311 len = sendmsg(KSTOSO(ks), msg, flags); in ksocket_sendmsg()

12