Searched defs:sendmsg (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/libc/sys/ |
H A D | sendmsg.c | 39 #pragma weak sendmsg macro 41 sendmsg(int s, const struct msghdr *msg, int flags) in sendmsg() function
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | sendmsg.c | 41 sendmsg(rk_socket_t s, const struct msghdr *msg, int flags) in sendmsg() function
|
H A D | roken.h.in | 391 #define sendmsg sendmsg_w32 macro
|
/freebsd/contrib/tnftp/ |
H A D | tnftp.h | 488 #define sendmsg Rsendmsg macro
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | preload.c | 75 ssize_t (*sendmsg)(int socket, const struct msghdr *msg, int flags); member 842 ssize_t sendmsg(int socket, const struct msghdr *msg, int flags) in sendmsg() function
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 228 #define sendmsg _sendmsg macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_interceptors.cpp | 349 INTERCEPTOR(ssize_t, sendmsg, int socket, const struct msghdr *message, in INTERCEPTOR() argument
|