/*++ /* NAME /* unix_dgram_connect 3 /* SUMMARY /* connect to UNIX-domain datagram server /* SYNOPSIS /* #include <connect.h> /* /* int unix_dgram_connect( /* const char *path, /* int block_mode) /* DESCRIPTION /* unix_dgram_connect() connects to the specified UNIX-domain /* datagram server, and returns the resulting file descriptor. /* /* Arguments: /* .IP path /* Null-terminated string with connection destination.` /* .IP block_mode /* Either NON_BLOCKING for a non-blocking socket, or BLOCKING for /* blocking mode. /* DIAGNOSTICS /* Fatal errors: path too large, can't create socket. /* /* Other errors result in a -1 result value, with errno indicating /* why the service is unavailable. /* .sp /* ENOENT: the named socket does not exist. /* .sp /* ECONNREFUSED: the named socket is not open. /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* Google, Inc. /* 111 8th Avenue /* New York, NY 10011, 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.