1libssh2_channel_forward_accept(3)   libssh2  libssh2_channel_forward_accept(3)
2
3
4

NAME

6       libssh2_channel_forward_accept - accept a queued connection
7

SYNOPSIS

9       #include <libssh2.h>
10
11       LIBSSH2_CHANNEL *
12       libssh2_channel_forward_accept(LIBSSH2_LISTENER *listener);
13

DESCRIPTION

15       listener is a forwarding listener instance as returned by libssh2_chan‐
16       nel_forward_listen_ex(3).
17

RETURN VALUE

19       A newly allocated channel instance or NULL on failure.
20

ERRORS

22       When this function returns NULL  use  libssh2_session_last_errno(3)  to
23       extract  the error code. If that code is LIBSSH2_ERROR_EAGAIN, the ses‐
24       sion is set to do non-blocking I/O but the call would block.
25

SEE ALSO

27       libssh2_channel_forward_listen_ex(3)
28
29
30
31libssh2 0.15                      1 Jun 2007 libssh2_channel_forward_accept(3)
Impressum