Home
last modified time | relevance | path

Searched refs:channel_update_permission (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dchannels.h357 void channel_update_permission(struct ssh *, int, int);
H A Dssh.c1920 channel_update_permission(ssh, in ssh_confirm_remote_forward()
1929 channel_update_permission(ssh, in ssh_confirm_remote_forward()
1933 channel_update_permission(ssh, rfwd->handle, -1); in ssh_confirm_remote_forward()
H A Dmux.c642 channel_update_permission(ssh, rfwd->handle, in mux_confirm_remote_forward()
650 channel_update_permission(ssh, rfwd->handle, -1); in mux_confirm_remote_forward()
H A Dssh_namespace.h192 #define channel_update_permission Fssh_channel_update_permission macro
H A Dchannels.c4555 channel_update_permission(struct ssh *ssh, int idx, int newport) in channel_update_permission() function