Lines Matching refs:remote_id

263 channel_by_remote_id(struct ssh *ssh, u_int remote_id)  in channel_by_remote_id()  argument
270 if (c != NULL && c->have_remote_id && c->remote_id == remote_id) in channel_by_remote_id()
1022 c->have_remote_id ? "r" : "nr", c->remote_id, in channel_format_status()
1142 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_request_start()
1241 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_set_fds()
1812 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_before_prepare_io_rdynamic()
2062 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_post_connecting()
2088 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_post_connecting()
2371 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_check_window()
2991 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_output_poll_input_open()
3007 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_output_poll_input_open()
3041 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_output_poll_extended_read()
3145 u_int id, remote_id, listen_port; in channel_proxy_downstream() local
3199 if ((r = sshbuf_get_u32(original, &remote_id)) != 0 || in channel_proxy_downstream()
3208 c->remote_id = remote_id; in channel_proxy_downstream()
3210 if ((r = sshbuf_put_u32(modified, remote_id)) != 0 || in channel_proxy_downstream()
3249 remote_id = PEEK_U32(cp); in channel_proxy_downstream()
3250 if ((c = channel_by_remote_id(ssh, remote_id)) != NULL) { in channel_proxy_downstream()
3351 c->remote_id = PEEK_U32(cp); in channel_proxy_upstream()
3578 if ((r = sshpkt_get_u32(ssh, &c->remote_id)) != 0 || in channel_input_open_confirmation()
4940 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in rdynamic_connect_prepare()