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

/external/openssh/
H A Dchannels.h204 Channel *channel_new(char *, int, int, int, int, u_int, u_int, int, char *, int);
H A Dclientloop.c1718 c = channel_new("", SSH_CHANNEL_OPEN, sock, sock,
1796 c = channel_new("x11",
1818 c = channel_new("authentication agent connection",
1848 c = channel_new("tun", SSH_CHANNEL_OPENING, fd, fd, -1,
H A Dchannels.c97 * updated in channel_new.
265 channel_new(char *ctype, int type, int rfd, int wfd, int efd, function
290 fatal("channel_new: internal error: channels_alloc %d "
1252 c = channel_new("stdio-forward", SSH_CHANNEL_OPENING, in, out,
1341 nc = channel_new("accepted x11 socket",
1479 nc = channel_new(rtype, nextstate, newsock, newsock, -1,
1511 nc = channel_new("accepted auth socket",
1926 nc = channel_new("multiplex client", SSH_CHANNEL_MUX_CLIENT,
2790 c = channel_new("port listener", type, sock, sock, -1,
3165 c = channel_new(ctyp
[all...]
H A Dserverloop.c1001 c = channel_new("tun", SSH_CHANNEL_OPEN, sock, sock, -1,
1035 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",
907 debug2("%s: channel_new: %d linked to control channel %d",
1169 mux_listener_channel = channel_new("mux listener",
H A Dssh.c1391 c = channel_new(
1396 debug3("ssh_session2_open: channel_new: %d", c->self);
H A Dsession.c239 nc = channel_new("auth socket",

Completed in 377 milliseconds