/*++ /* NAME /* unix_connect 3 /* SUMMARY /* connect to UNIX-domain listener /* SYNOPSIS /* #include <connect.h> /* /* int unix_connect(addr, block_mode, timeout) /* const char *addr; /* int block_mode; /* int timeout; /* DESCRIPTION /* unix_connect() connects to a listener in the UNIX domain at the /* specified address, and returns the resulting file descriptor. /* /* Arguments: /* .IP addr /* Null-terminated string with connection destination. /* .IP block_mode /* Either NON_BLOCKING for a non-blocking socket, or BLOCKING for /* blocking mode. /* .IP timeout /* Bounds the number of seconds that the operation may take. Specify /* a value <= 0 to disable the time limit. /* DIAGNOSTICS /* The result is -1 in case the connection could not be made. /* Fatal errors: other system call failures. /* 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
/*--*/
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.