Home
last modified time | relevance | path

Searched refs:HAVE_SENDMSG (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dmonitor_fdpass.c49 #if defined(HAVE_SENDMSG) && (defined(HAVE_ACCRIGHTS_IN_MSGHDR) || defined(HAVE_CONTROL_IN_MSGHDR)) in mm_send_fd()
Dconfig.h790 #define HAVE_SENDMSG 1 macro
Dconfig.h.in787 #undef HAVE_SENDMSG
/external/strace/linux/
Ddummy.h109 #ifndef HAVE_SENDMSG
/external/strace/
Dnet.c109 #define HAVE_SENDMSG 1 /* HACK - *FIXME* */ macro
1342 #if HAVE_SENDMSG
1647 #ifdef HAVE_SENDMSG
1728 #ifdef HAVE_SENDMSG
DChangeLog-CVS2091 * net.c (printcmsghdr) [HAVE_SENDMSG]: Do not allocate array of
2095 (printmsghdr) [HAVE_SENDMSG]: Update tprint_iov() usage.
2146 (sys_sendmsg) [HAVE_SENDMSG]: Likewise.
2148 (sys_recvmsg) [HAVE_SENDMSG]: Likewise.
2558 * net.c [HAVE_SENDMSG] (printcmsghdr): New function.