| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| sendmsg.c | 1 /* $NetBSD: sendmsg.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */ 43 sendmsg(rk_socket_t s, const struct msghdr *msg, int flags) function 106 * Implementation of sendmsg() for WIN32 134 WSAMSG which is a much more direct analogue to sendmsg(). */
|
| /src/external/gpl3/gcc/lib/libobjc/ |
| Makefile | 60 COPTS.sendmsg.c = -Wno-stack-protector 115 COPTS.sendmsg.c+= -Wno-error
|
| /src/external/gpl3/gcc.old/lib/libobjc/ |
| Makefile | 60 COPTS.sendmsg.c = -Wno-stack-protector 115 COPTS.sendmsg.c+= -Wno-error
|
| /src/lib/libpthread/ |
| pthread_cancelstub.c | 143 __typeof(sendmsg) _sys_sendmsg; 650 sendmsg(int s, const struct msghdr *msg, int flags) function 815 __strong_alias(_sendmsg, sendmsg)
|
| /src/sys/rump/include/rump/ |
| rump_syscallshotgun.h | 48 #define sendmsg(a,b,c) rump_sys_sendmsg(a,b,c) macro
|
| /src/sys/dev/ |
| ipmivar.h | 72 int (*sendmsg)(struct ipmi_softc *, int, const uint8_t *); member in struct:ipmi_if
|
| /src/external/mpl/bind/dist/bin/dig/ |
| dighost.h | 145 dns_message_t *sendmsg; member in struct:dig_lookup
|
| /src/lib/librumphijack/ |
| hijack.c | 316 { DUALCALL_SENDMSG, "sendmsg", RSYS_NAME(SENDMSG) }, 1708 * we intercept sendmsg and recvmsg to convert file descriptors in 1815 sendmsg(int fd, const struct msghdr *msg, int flags) function 1839 * - caller don't care cmsg's contents after calling sendmsg. 1845 op_sendmsg = GETSYSCALL(rump, SENDMSG); 1847 op_sendmsg = GETSYSCALL(host, SENDMSG);
|