Home
last modified time | relevance | path

Searched refs:channel_input_port_forward_request (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dchannels.h218 void channel_input_port_forward_request(int, int);
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsession.c361 channel_input_port_forward_request(s->pw->pw_uid == 0, options.gateway_ports); in do_authenticated1()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c2452 channel_input_port_forward_request(int is_root, int gateway_ports) in channel_input_port_forward_request() function