Symbol: channel_new
crypto/openssh/channels.c
1779
c = channel_new(ssh, "stdio-forward", SSH_CHANNEL_OPENING, in, out,
crypto/openssh/channels.c
1946
nc = channel_new(ssh, "x11-connection",
crypto/openssh/channels.c
2071
nc = channel_new(ssh, rtype, nextstate, newsock, newsock, -1,
crypto/openssh/channels.c
2105
nc = channel_new(ssh, "agent-connection",
crypto/openssh/channels.c
2604
nc = channel_new(ssh, "mux-control", SSH_CHANNEL_MUX_CLIENT,
crypto/openssh/channels.c
3263
c = channel_new(ssh, "mux-proxy", SSH_CHANNEL_MUX_PROXY,
crypto/openssh/channels.c
3290
c = channel_new(ssh, "mux-proxy", SSH_CHANNEL_MUX_PROXY,
crypto/openssh/channels.c
4018
c = channel_new(ssh, "port-listener", type, sock, sock, -1,
crypto/openssh/channels.c
4101
c = channel_new(ssh, "unix-listener", type, sock, sock, -1,
crypto/openssh/channels.c
4826
c = channel_new(ssh, ctype, SSH_CHANNEL_CONNECTING, sock, sock, -1,
crypto/openssh/channels.c
4941
c = channel_new(ssh, ctype, SSH_CHANNEL_CONNECTING, sock, sock, -1,
crypto/openssh/channels.c
5021
c = channel_new(ssh, ctype, SSH_CHANNEL_RDYNAMIC_OPEN, -1, -1, -1,
crypto/openssh/channels.c
5175
nc = channel_new(ssh, "x11-listener",
crypto/openssh/channels.h
297
Channel *channel_new(struct ssh *, char *, int, int, int, int,
crypto/openssh/clientloop.c
1832
c = channel_new(ssh, "x11-connection",
crypto/openssh/clientloop.c
1867
c = channel_new(ssh, "agent-connection",
crypto/openssh/clientloop.c
1895
c = channel_new(ssh, "tun-connection", SSH_CHANNEL_OPENING, fd, fd, -1,
crypto/openssh/mux.c
1393
mux_listener_channel = channel_new(ssh, "mux listener",
crypto/openssh/mux.c
456
nc = channel_new(ssh, "session", SSH_CHANNEL_OPENING,
crypto/openssh/serverloop.c
549
c = channel_new(ssh, "tun", SSH_CHANNEL_OPEN, sock, sock, -1,
crypto/openssh/serverloop.c
598
c = channel_new(ssh, "session", SSH_CHANNEL_LARVAL,
crypto/openssh/session.c
209
nc = channel_new(ssh, "auth-listener",
crypto/openssh/ssh.c
2228
c = channel_new(ssh,