1libssh2_channel_forward_accept(3)libssh2 manuallibssh2_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 * libssh2_channel_forward_accept(LIBSSH2_LISTENER *lis‐
12       tener);
13
14

DESCRIPTION

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

RETURN VALUE

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

ERRORS

23       LIBSSH2_ERROR_EAGAIN  -  Marked for non-blocking I/O but the call would
24       block.
25

SEE ALSO

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