Searched refs:channel_permit_all (Results 1 – 3 of 3) sorted by relevance
304 void channel_permit_all(struct ssh *, int);
355 channel_permit_all(ssh, FORWARD_LOCAL); in do_authenticated()359 channel_permit_all(ssh, FORWARD_REMOTE); in do_authenticated()
4087 channel_permit_all(struct ssh *ssh, int where) function