Searched refs:remote_id (Results 1 – 8 of 8) sorted by relevance
/external/openssh/ |
D | channels.c | 214 channel_by_remote_id(int remote_id) in channel_by_remote_id() argument 221 if (c != NULL && c->remote_id == remote_id) in channel_by_remote_id() 359 c->remote_id = -1; in channel_new() 650 if (c == NULL || c->remote_id < 0) in channel_find_open() 731 c->type, c->remote_id, in channel_open_message() 777 packet_put_int(c->remote_id); in channel_request_start() 866 packet_put_int(c->remote_id); in channel_set_fds() 950 packet_put_int(c->remote_id); in channel_pre_input_draining() 1062 packet_put_int(c->remote_id); in channel_pre_x11_open_13() 1685 packet_put_int(c->remote_id); in channel_post_connecting() [all …]
|
D | nchan.c | 246 packet_put_int(c->remote_id); in chan_send_ieof1() 264 packet_put_int(c->remote_id); in chan_send_oclose1() 359 packet_put_int(c->remote_id); in chan_send_eof2() 381 packet_put_int(c->remote_id); in chan_send_close2() 398 packet_put_int(c->remote_id); in chan_send_eow2()
|
D | packet.c | 2113 char remote_id[512]; in sshpkt_fatal() local 2115 fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in sshpkt_fatal() 2119 logdie("Connection closed by %s", remote_id); in sshpkt_fatal() 2122 ssh->state->server_side ? "from" : "to", remote_id); in sshpkt_fatal() 2124 logdie("Disconnected from %s", remote_id); in sshpkt_fatal() 2127 logdie("Connection reset by %s", remote_id); in sshpkt_fatal() 2136 "Their offer: %s", remote_id, ssh_err(r), in sshpkt_fatal() 2144 remote_id, ssh_err(r)); in sshpkt_fatal() 2157 char buf[1024], remote_id[512]; in ssh_packet_disconnect() local 2170 fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in ssh_packet_disconnect() [all …]
|
D | clientloop.c | 1843 int r, remote_id, sock; in client_input_agent_open() local 1846 remote_id = packet_get_int(); in client_input_agent_open() 1868 c->remote_id = remote_id; in client_input_agent_open() 1873 packet_put_int(remote_id); in client_input_agent_open() 1878 packet_put_int(remote_id); in client_input_agent_open() 2101 c->remote_id = rchan; in client_input_channel_open() 2106 packet_put_int(c->remote_id); in client_input_channel_open() 2171 packet_put_int(c->remote_id); in client_input_channel_req()
|
D | mux.c | 208 cc->remote_id = -1; in mux_master_session_cleanup_cb() 224 if (c->remote_id != -1) { in mux_master_control_cleanup_cb() 225 if ((sc = channel_by_id(c->remote_id)) == NULL) in mux_master_control_cleanup_cb() 227 __func__, c->self, c->remote_id); in mux_master_control_cleanup_cb() 228 c->remote_id = -1; in mux_master_control_cleanup_cb() 404 if (c->remote_id != -1) { in process_mux_new_session() 461 c->remote_id = nc->self; /* link control -> session channel */ in process_mux_new_session() 989 if (c->remote_id != -1) { in process_mux_stdio_fwd() 1024 c->remote_id = nc->self; /* link control -> session channel */ in process_mux_stdio_fwd()
|
D | serverloop.c | 609 c->remote_id = rchan; in server_input_channel_open() 614 packet_put_int(c->remote_id); in server_input_channel_open() 838 packet_put_int(c->remote_id); in server_input_channel_req()
|
D | channels.h | 99 int remote_id; /* channel identifier for remote peer */ member
|
/external/kernel-headers/original/uapi/rdma/ |
D | ib_user_cm.h | 104 __be32 remote_id; member
|