/external/openssh/ |
channels.h | 204 Channel *channel_new(char *, int, int, int, int, u_int, u_int, int, char *, int);
|
clientloop.c | [all...] |
channels.c | 97 * 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 " [all...] |
serverloop.c | 1001 c = channel_new("tun", SSH_CHANNEL_OPEN, sock, sock, -1, 1035 c = channel_new("session", SSH_CHANNEL_LARVAL, [all...] |
mux.c | 452 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", [all...] |
ssh.c | [all...] |
session.c | 239 nc = channel_new("auth socket", [all...] |