Searched refs:rchan (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/ssh/ssh/ |
H A D | clientloop.c | 1364 client_request_forwarded_tcpip(const char *request_type, int rchan) in client_request_forwarded_tcpip() argument 1397 client_request_x11(const char *request_type, int rchan) in client_request_x11() argument 1433 client_request_agent(const char *request_type, int rchan) in client_request_agent() argument 1460 int rchan; in client_input_channel_open() local 1464 rchan = packet_get_int(); in client_input_channel_open() 1469 ctype, rchan, rwindow, rmaxpack); in client_input_channel_open() 1472 c = client_request_forwarded_tcpip(ctype, rchan); in client_input_channel_open() 1474 c = client_request_x11(ctype, rchan); in client_input_channel_open() 1476 c = client_request_agent(ctype, rchan); in client_input_channel_open() 1481 c->remote_id = rchan; in client_input_channel_open() [all …]
|
/titanic_44/usr/src/cmd/ssh/sshd/ |
H A D | serverloop.c | 1110 int rchan; in server_input_channel_open() local 1114 rchan = packet_get_int(); in server_input_channel_open() 1119 ctype, rchan, rwindow, rmaxpack); in server_input_channel_open() 1128 c->remote_id = rchan; in server_input_channel_open() 1142 packet_put_int(rchan); in server_input_channel_open()
|
/titanic_44/usr/src/uts/common/io/audio/drv/audiohd/ |
H A D | audiohd.h | 846 uint8_t rchan; member
|
H A D | audiohd.c | 563 statep->rchan = 2; in audiohd_get_channels() 731 statep->port[PORT_ADC]->format << 4 | statep->rchan - 1); in audiohd_init_record_path() 5009 port->nchan = statep->rchan; in audiohd_allocate_port()
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | channels.c | 2895 int rchan = packet_get_int(); in deny_input_open() local 2910 packet_put_int(rchan); in deny_input_open()
|