Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dchannels.h354 void channel_update_permission(struct ssh *, int, int);
Dssh.c1886 channel_update_permission(ssh, in ssh_confirm_remote_forward()
1895 channel_update_permission(ssh, in ssh_confirm_remote_forward()
1899 channel_update_permission(ssh, rfwd->handle, -1); in ssh_confirm_remote_forward()
Dmux.c628 channel_update_permission(ssh, rfwd->handle, in mux_confirm_remote_forward()
636 channel_update_permission(ssh, rfwd->handle, -1); in mux_confirm_remote_forward()
Dchannels.c4508 channel_update_permission(struct ssh *ssh, int idx, int newport) in channel_update_permission() function