manpagez: man pages & more
man libssh2_channel_forward_accept(3)
Home | html | info | man
libssh2_channel_forward_accept(3)



NAME

       libssh2_channel_forward_accept - accept a queued connection


SYNOPSIS

       #include <libssh2.h>

       LIBSSH2_CHANNEL * libssh2_channel_forward_accept(LIBSSH2_LISTENER *lis-
       tener);



DESCRIPTION

       listener is a forwarding listener instance as returned by libssh2_chan-
       nel_forward_listen_ex(3).


RETURN VALUE

       A newly allocated channel instance or NULL on failure.


ERRORS

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


SEE ALSO

       libssh2_channel_forward_listen_ex(3)



libssh2 0.15                      1 Jun 2007 libssh2_channel_forward_accept(3)

libssh2 1.7.0 - Generated Wed May 25 07:42:29 CDT 2016
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.