void |
SshLibrary.ssh_bind_incoming_connection_callback.apply(SshLibrary.ssh_bind sshbind,
com.sun.jna.Pointer userdata) |
int |
SshLibrary.ssh_bind_accept(SshLibrary.ssh_bind ssh_bind_o,
SshLibrary.ssh_session session) |
void |
SshLibrary.ssh_bind_fd_toaccept(SshLibrary.ssh_bind ssh_bind_o) |
void |
SshLibrary.ssh_bind_free(SshLibrary.ssh_bind ssh_bind_o) |
SshLibrary.SOCKET |
SshLibrary.ssh_bind_get_fd(SshLibrary.ssh_bind ssh_bind_o) |
int |
SshLibrary.ssh_bind_listen(SshLibrary.ssh_bind ssh_bind_o) |
int |
SshLibrary.ssh_bind_options_set(SshLibrary.ssh_bind sshbind,
int type,
com.sun.jna.Pointer value) |
void |
SshLibrary.ssh_bind_set_blocking(SshLibrary.ssh_bind ssh_bind_o,
int blocking) |
int |
SshLibrary.ssh_bind_set_callbacks(SshLibrary.ssh_bind sshbind,
ssh_bind_callbacks_struct callbacks,
com.sun.jna.Pointer userdata) |
void |
SshLibrary.ssh_bind_set_fd(SshLibrary.ssh_bind ssh_bind_o,
SshLibrary.SOCKET fd) |