Home | History | Annotate | Download | only in openssh

Lines Matching refs:nc

1315 	Channel *nc;
1341 nc = channel_new("accepted x11 socket",
1347 packet_put_int(nc->self);
1348 packet_put_int(nc->local_window_max);
1349 packet_put_int(nc->local_maxpacket);
1360 packet_put_int(nc->self);
1448 Channel *nc;
1479 nc = channel_new(rtype, nextstate, newsock, newsock, -1,
1481 nc->listening_port = c->listening_port;
1482 nc->host_port = c->host_port;
1484 nc->path = xstrdup(c->path);
1487 port_open_helper(nc, rtype);
1499 Channel *nc;
1511 nc = channel_new("accepted auth socket",
1518 packet_put_int(nc->self);
1523 packet_put_int(nc->self);
1891 Channel *nc;
1926 nc = channel_new("multiplex client", SSH_CHANNEL_MUX_CLIENT,
1929 nc->mux_rcb = c->mux_rcb;
1931 nc->self, nc->sock);
1933 nc->mux_rcb(nc);
1935 nc->flags |= CHAN_LOCAL;
3254 Channel *nc = NULL;
3337 nc = channel_new("x11 listener",
3341 nc->single_connection = single_connection;
3342 (*chanids)[n] = nc->self;