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

/macosx-10.10/OpenSSH-189/openssh/
H A Dchannels.h208 Channel *channel_new(char *, int, int, int, int, u_int, u_int, int, char *, int);
H A Dchannels.c97 * updated in channel_new.
268 channel_new(char *ctype, int type, int rfd, int wfd, int efd, function
293 fatal("channel_new: internal error: channels_alloc %d "
1262 c = channel_new("stdio-forward", SSH_CHANNEL_OPENING, in, out,
1353 nc = channel_new("accepted x11 socket",
1493 nc = channel_new(rtype, nextstate, newsock, newsock, -1,
1528 nc = channel_new("accepted auth socket",
1945 nc = channel_new("multiplex client", SSH_CHANNEL_MUX_CLIENT,
2848 c = channel_new("port listener", type, sock, sock, -1,
3334 c = channel_new(ctyp
[all...]
H A Dclientloop.c1895 c = channel_new("", SSH_CHANNEL_OPEN, sock, sock,
1973 c = channel_new("x11",
1995 c = channel_new("authentication agent connection",
2025 c = channel_new("tun", SSH_CHANNEL_OPENING, fd, fd, -1,
H A Dserverloop.c1014 c = channel_new("tun", SSH_CHANNEL_OPEN, sock, sock, -1,
1048 c = channel_new("session", SSH_CHANNEL_LARVAL,
H A Dmux.c452 nc = channel_new("session", SSH_CHANNEL_OPENING,
466 debug2("%s: channel_new: %d linked to control channel %d",
969 debug2("%s: channel_new: %d linked to control channel %d",
1231 mux_listener_channel = channel_new("mux listener",
H A Dssh.c1403 c = channel_new(
1408 debug3("ssh_session2_open: channel_new: %d", c->self);
H A Dsession.c239 nc = channel_new("auth socket",

Completed in 126 milliseconds