Home | History | Annotate | Download | only in openssh

Lines Matching refs:nc

1343 	Channel *nc;
1375 nc = channel_new("accepted x11 socket",
1381 packet_put_int(nc->self);
1382 packet_put_int(nc->local_window_max);
1383 packet_put_int(nc->local_maxpacket);
1394 packet_put_int(nc->self);
1493 Channel *nc;
1533 nc = channel_new(rtype, nextstate, newsock, newsock, -1,
1535 nc->listening_port = c->listening_port;
1536 nc->host_port = c->host_port;
1538 nc->path = xstrdup(c->path);
1541 port_open_helper(nc, rtype);
1553 Channel *nc;
1568 nc = channel_new("accepted auth socket",
1575 packet_put_int(nc->self);
1580 packet_put_int(nc->self);
1948 Channel *nc;
1985 nc = channel_new("multiplex client", SSH_CHANNEL_MUX_CLIENT,
1988 nc->mux_rcb = c->mux_rcb;
1990 nc->self, nc->sock);
1992 nc->mux_rcb(nc);
1994 nc->flags |= CHAN_LOCAL;
3872 Channel *nc = NULL;
3955 nc = channel_new("x11 listener",
3959 nc->single_connection = single_connection;
3960 (*chanids)[n] = nc->self;