/*++ /* NAME /* stream_send_fd 3 /* SUMMARY /* send file descriptor /* SYNOPSIS /* #include <iostuff.h> /* /* int stream_send_fd(fd, sendfd) /* int fd; /* int sendfd; /* DESCRIPTION /* stream_send_fd() sends a file descriptor over the specified /* stream. /* /* Arguments: /* .IP fd /* File descriptor that connects the sending and receiving processes. /* .IP sendfd /* The file descriptor to be sent. /* DIAGNOSTICS /* stream_send_fd() returns -1 upon failure. /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA
/*--*/
/* System library. */
#include <sys_defs.h> /* includes <sys/types.h> */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.