Searched refs:channel_new (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dchannels.h213 Channel *channel_new(char *, int, int, int, int, u_int, u_int, int, char *, int);
H A Dchannels.c102 * updated in channel_new.
285 channel_new(char *ctype, int type, int rfd, int wfd, int efd, function
310 fatal("channel_new: internal error: channels_alloc %d "
1290 c = channel_new("stdio-forward", SSH_CHANNEL_OPENING, in, out,
1385 nc = channel_new("accepted x11 socket",
1549 nc = channel_new(rtype, nextstate, newsock, newsock, -1,
1584 nc = channel_new("accepted auth socket",
2001 nc = channel_new("multiplex client", SSH_CHANNEL_MUX_CLIENT,
2944 c = channel_new("port listener", type, sock, sock, -1,
3028 c = channel_new("uni
[all...]
H A Dclientloop.c1864 c = channel_new("", SSH_CHANNEL_OPEN, sock, sock,
1963 c = channel_new("x11",
1988 c = channel_new("authentication agent connection",
2018 c = channel_new("tun", SSH_CHANNEL_OPENING, fd, fd, -1,
H A Dserverloop.c1044 c = channel_new("tun", SSH_CHANNEL_OPEN, sock, sock, -1,
1078 c = channel_new("session", SSH_CHANNEL_LARVAL,
H A Dssh_namespace.h174 #define channel_new Fssh_channel_new macro
H A Dmux.c454 nc = channel_new("session", SSH_CHANNEL_OPENING,
468 debug2("%s: channel_new: %d linked to control channel %d",
1024 debug2("%s: channel_new: %d linked to control channel %d",
1316 mux_listener_channel = channel_new("mux listener",
H A Dssh.c1873 c = channel_new(
1878 debug3("ssh_session2_open: channel_new: %d", c->self);
H A Dsession.c226 nc = channel_new("auth socket",

Completed in 152 milliseconds