Searched refs:sendmsg (Results 1 - 25 of 54) sorted by relevance

123

/macosx-10.10.1/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_sendmsg.c91 DCETHREAD_SYSCALL(ssize_t, sendmsg(s, msg, flags));
/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/legacy/
H A Dsendmsg.c43 * sendmsg stub, legacy version
46 sendmsg(int s, const struct msghdr *msg, int flags) function
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dsendmsg.c41 sendmsg(rk_socket_t s, const struct msghdr *msg, int flags) function
104 * Implementation of sendmsg() for WIN32
132 WSAMSG which is a much more direct analogue to sendmsg(). */
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/src/
H A Dasl.c956 asl_msg_t *sendmsg; local
1000 sendmsg = asl_base_msg(asl, level, &tval, sstr, fstr, mstr);
1001 if (sendmsg == NULL) return ASL_STATUS_FAILED;
1010 asl_msg_set_key_val(sendmsg, ASL_KEY_OPTION, ASL_OPT_STORE);
1016 asl_msg_set_key_val(sendmsg, ASL_KEY_OPTION, option);
1025 sendmsg = asl_msg_merge(sendmsg, msg);
1029 asl_append(obj, (asl_object_t)sendmsg);
1030 asl_msg_release(sendmsg);
1043 if (sendmsg !
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dfdmover.cpp81 ssize_t rc = ::sendmsg(fd(), &msg, 0);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dfdmover.cpp81 ssize_t rc = ::sendmsg(fd(), &msg, 0);
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dunix_send_fd.c123 * all platforms, we now detect sendmsg() errors at run time and turn on
131 if (sendmsg(fd, &msg, 0) >= 0)
135 msg_info("sendmsg error (%m). Trying CMSG_LEN workaround.");
/macosx-10.10.1/ruby-106/ruby/test/socket/
H A Dtest_unix.rb49 ret = s1.sendmsg("\0", 0, nil, [Socket::SOL_SOCKET, Socket::SCM_RIGHTS,
87 ret = s1.sendmsg("\0", 0, nil, ancdata)
149 ret = s1.sendmsg("\0", 0, nil, [Socket::SOL_SOCKET, Socket::SCM_RIGHTS, [r1.fileno].pack("i!")])
172 ret = s1.sendmsg("\0", 0, nil, ad)
194 ret = s1.sendmsg("\0", 0, nil, ad)
381 assert_equal(2, s1.sendmsg("HI"))
533 c.sendmsg("a", 0, nil, [:SOCKET, Socket::SCM_CREDS, ""])
/macosx-10.10.1/bind9-45.101/bind9/bin/dig/
H A Ddighost.c742 looknew->sendmsg = NULL;
1545 if (lookup->sendmsg != NULL)
1546 dns_message_destroy(&lookup->sendmsg);
1937 result = dns_message_gettemprdata(lookup->sendmsg, &rdata);
1945 result = dns_message_gettemprdatalist(lookup->sendmsg, &rdatalist);
1948 result = dns_message_gettemprdataset(lookup->sendmsg, &rdataset);
1962 result = dns_message_gettempname(lookup->sendmsg, &soaname);
1968 dns_message_addname(lookup->sendmsg, soaname, DNS_SECTION_AUTHORITY);
2003 &lookup->sendmsg);
2015 result = dns_message_gettempname(lookup->sendmsg,
[all...]
/macosx-10.10.1/Libc-1044.1.2/fbsdcompat/
H A D_fbsd_compat_.h125 #define _sendmsg sendmsg
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dmonitor_fdpass.c84 while ((n = sendmsg(sock, &msg, 0)) == -1 &&
86 debug3("%s: sendmsg(%d): %s", __func__, fd, strerror(errno));
90 error("%s: sendmsg(%d): %s", __func__, fd,
96 error("%s: sendmsg: expected sent 1 got %ld",
/macosx-10.10.1/adv_cmds-158/finger/
H A Dnet.c163 if (sendmsg(s, &msg, 0) < 0) {
164 warn("sendmsg");
/macosx-10.10.1/network_cmds-457/rtsol.tproj/
H A Dprobe.c216 if (sendmsg(probesock, &sndmhdr, 0))
217 warnmsg(LOG_ERR, __FUNCTION__, "sendmsg on %s: %s",
H A Drtsol.c208 i = sendmsg(rssock, &sndmhdr, 0);
216 warnmsg(LOG_ERR, __FUNCTION__, "sendmsg on %s: %s",
/macosx-10.10.1/xnu-2782.1.97/bsd/man/man2/
H A DMakefile170 sendmsg.2 \
/macosx-10.10.1/dcerpc-61/dcerpc/include/dce/
H A Ddcethread.h695 #ifdef sendmsg
696 # undef sendmsg macro
698 #define sendmsg ($ ERROR $) macro
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dos-local.c240 sendmsg( s, &msg, 0 );
/macosx-10.10.1/Security-57031.1.35/Security/tlsnke/tlsnketest/
H A Dtlssocket.c187 sz = sendmsg(socket, &msg, 0);
190 perror("sendmsg");
/macosx-10.10.1/apache-793/httpd/modules/proxy/
H A Dmod_proxy_fdpass.c169 rv = sendmsg(srawsock, &msg, 0);
/macosx-10.10.1/bind9-45.101/bind9/bin/dig/include/dig/
H A Ddig.h167 dns_message_t *sendmsg; member in struct:dig_lookup
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A DIPv6Socket.c122 n = sendmsg(sockfd, &mhdr, 0);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dsocket.h663 * [XSI] Message header for recvmsg and sendmsg calls.
664 * Used value-result for recvmsg, value only for sendmsg.
684 * the iovec array -- like sendmsg(). The field msg_datalen is ignored.
1228 * data to be sent in a scatter gather locations of buffers -- see sendmsg(2).
1267 ssize_t sendmsg(int, const struct msghdr *, int) __DARWIN_ALIAS_C(sendmsg); variable
/macosx-10.10.1/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DSeccompBroker.cpp100 return sendmsg(socket, &message, 0);
/macosx-10.10.1/lukemftp-14/tnftp/
H A Dtnftp.h490 #define sendmsg Rsendmsg macro
/macosx-10.10.1/ppp-786.1.1/Shared/
H A Dfd_exchange.c110 if (sendmsg(socket, &msg, 0) < 0) {
111 SCLog(TRUE, LOG_ERR, CFSTR("sendmsg failed while sending an fd: %s"), strerror(errno));

Completed in 372 milliseconds

123