Home
last modified time | relevance | path

Searched refs:channel_new (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dchannels.h173 Channel *channel_new(char *, int, int, int, int, u_int, u_int, int, char *, int);
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c212 channel_new(char *ctype, int type, int rfd, int wfd, int efd, in channel_new() function
1159 nc = channel_new("accepted x11 socket", in channel_post_x11_listener()
1277 nc = channel_new(rtype, in channel_post_port_listener()
1311 nc = channel_new("accepted auth socket", in channel_post_auth_listener()
2135 c = channel_new("connected socket", in channel_input_port_open()
2277 c = channel_new("port listener", type, sock, sock, -1, in channel_setup_fwd_listener()
2718 nc = channel_new("x11 listener", in x11_create_display_inet()
2872 c = channel_new("connected x11 socket", in x11_input_open()
3019 c = channel_new("", SSH_CHANNEL_OPEN, sock, sock, in auth_input_open_request()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1387 c = channel_new("forwarded-tcpip", in client_request_forwarded_tcpip()
1424 c = channel_new("x11", in client_request_x11()
1446 c = channel_new("authentication agent connection", in client_request_agent()
H A Dssh.c1157 c = channel_new(
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1074 c = channel_new(ctype, SSH_CHANNEL_CONNECTING, in server_request_direct_tcpip()
1093 c = channel_new(ctype, SSH_CHANNEL_LARVAL, in server_request_session()
H A Dsession.c230 nc = channel_new("auth socket", in auth_input_request_forwarding()