libssh2_channel_forward_accept
libssh2_channel_forward_accept
Section: libssh2 manual (3) Updated: 1 Jun 2007 Local index
Up
NAME
libssh2_channel_forward_accept - accept a queued connection
SYNOPSIS
#include <libssh2.h>
LIBSSH2_CHANNEL *
libssh2_channel_forward_accept(LIBSSH2_LISTENER *listener);
DESCRIPTION
listener is a forwarding listener instance as returned by
libssh2_channel_forward_listen_ex(3).
RETURN VALUE
A newly allocated channel instance or NULL on failure.
ERRORS
LIBSSH2_ERROR_EAGAIN - Marked for non-blocking I/O but the call
would block.
SEE ALSO
libssh2_channel_forward_listen_ex(3)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUE
-
- ERRORS
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 21:49:21 GMT, April 16, 2011