Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h274 void channel_update_permitted_opens(int, int);
Dssh.c1546 channel_update_permitted_opens(rfwd->handle, in ssh_confirm_remote_forward()
1549 channel_update_permitted_opens(rfwd->handle, -1); in ssh_confirm_remote_forward()
Dmux.c619 channel_update_permitted_opens(rfwd->handle, in mux_confirm_remote_forward()
628 channel_update_permitted_opens(rfwd->handle, -1); in mux_confirm_remote_forward()
Dchannels.c3844 channel_update_permitted_opens(int idx, int newport) function