centos man page for libssh2_channel_forward_accept

Query: libssh2_channel_forward_accept

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

libssh2_channel_forward_accept(3)				  libssh2 manual				 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 *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
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)
Related Man Pages
libssh2_channel_handle_extended_data2(3) - debian
libssh2_channel_process_startup(3) - debian
libssh2_scp_send_ex(3) - debian
libssh2_channel_x11_req_ex(3) - centos
libssh2_sftp_init(3) - centos
Similar Topics in the Unix Linux Community
Best performance UNIX just for HOST Virtualization?
Tar Command
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq