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

/freebsd-10-stable/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.
288 channel_new(char *ctype, int type, int rfd, int wfd, int efd, function
313 fatal("channel_new: internal error: channels_alloc %d "
1293 c = channel_new("stdio-forward", SSH_CHANNEL_OPENING, in, out,
1388 nc = channel_new("accepted x11 socket",
1552 nc = channel_new(rtype, nextstate, newsock, newsock, -1,
1587 nc = channel_new("accepted auth socket",
2004 nc = channel_new("multiplex client", SSH_CHANNEL_MUX_CLIENT,
2947 c = channel_new("port listener", type, sock, sock, -1,
3031 c = channel_new("uni
[all...]
H A Dclientloop.c1868 c = channel_new("", SSH_CHANNEL_OPEN, sock, sock,
1967 c = channel_new("x11",
1992 c = channel_new("authentication agent connection",
2022 c = channel_new("tun", SSH_CHANNEL_OPENING, fd, fd, -1,
H A Dserverloop.c1048 c = channel_new("tun", SSH_CHANNEL_OPEN, sock, sock, -1,
1082 c = channel_new("session", SSH_CHANNEL_LARVAL,
H A Dssh_namespace.h174 #define channel_new Fssh_channel_new macro
H A Dmux.c452 nc = channel_new("session", SSH_CHANNEL_OPENING,
466 debug2("%s: channel_new: %d linked to control channel %d",
1022 debug2("%s: channel_new: %d linked to control channel %d",
1314 mux_listener_channel = channel_new("mux listener",
H A Dssh.c1943 c = channel_new(
1948 debug3("ssh_session2_open: channel_new: %d", c->self);
H A Dsession.c226 nc = channel_new("auth socket",

Completed in 207 milliseconds