Symbol: channel_new
crypto/openssh/channels.c
1696
c = channel_new(ssh, "stdio-forward", SSH_CHANNEL_OPENING, in, out,
crypto/openssh/channels.c
1862
nc = channel_new(ssh, "x11-connection",
crypto/openssh/channels.c
1987
nc = channel_new(ssh, rtype, nextstate, newsock, newsock, -1,
crypto/openssh/channels.c
2021
nc = channel_new(ssh, "agent-connection",
crypto/openssh/channels.c
2519
nc = channel_new(ssh, "mux-control", SSH_CHANNEL_MUX_CLIENT,
crypto/openssh/channels.c
3175
c = channel_new(ssh, "mux-proxy", SSH_CHANNEL_MUX_PROXY,
crypto/openssh/channels.c
3202
c = channel_new(ssh, "mux-proxy", SSH_CHANNEL_MUX_PROXY,
crypto/openssh/channels.c
3927
c = channel_new(ssh, "port-listener", type, sock, sock, -1,
crypto/openssh/channels.c
4010
c = channel_new(ssh, "unix-listener", type, sock, sock, -1,
crypto/openssh/channels.c
4733
c = channel_new(ssh, ctype, SSH_CHANNEL_CONNECTING, sock, sock, -1,
crypto/openssh/channels.c
4848
c = channel_new(ssh, ctype, SSH_CHANNEL_CONNECTING, sock, sock, -1,
crypto/openssh/channels.c
4928
c = channel_new(ssh, ctype, SSH_CHANNEL_RDYNAMIC_OPEN, -1, -1, -1,
crypto/openssh/channels.c
5082
nc = channel_new(ssh, "x11-listener",
crypto/openssh/channels.h
286
Channel *channel_new(struct ssh *, char *, int, int, int, int,
crypto/openssh/clientloop.c
1799
c = channel_new(ssh, "x11-connection",
crypto/openssh/clientloop.c
1834
c = channel_new(ssh, "agent-connection",
crypto/openssh/clientloop.c
1862
c = channel_new(ssh, "tun-connection", SSH_CHANNEL_OPENING, fd, fd, -1,
crypto/openssh/mux.c
1345
mux_listener_channel = channel_new(ssh, "mux listener",
crypto/openssh/mux.c
461
nc = channel_new(ssh, "session", SSH_CHANNEL_OPENING,
crypto/openssh/serverloop.c
524
c = channel_new(ssh, "tun", SSH_CHANNEL_OPEN, sock, sock, -1,
crypto/openssh/serverloop.c
573
c = channel_new(ssh, "session", SSH_CHANNEL_LARVAL,
crypto/openssh/session.c
235
nc = channel_new(ssh, "auth-listener",
crypto/openssh/ssh.c
2186
c = channel_new(ssh,