Home
last modified time | relevance | path

Searched refs:remote_id (Results 1 – 19 of 19) sorted by relevance

/freebsd/usr.bin/talk/
H A Dinvite.c59 static int local_id, remote_id; variable
106 msg.id_num = htonl(remote_id); in invite_remote()
124 msg.id_num = htonl(remote_id + 1); in re_invite()
152 remote_id = response.id_num; in announce_invite()
176 msg.id_num = htonl(remote_id); in send_delete()
/freebsd/crypto/openssh/
H A Dserverloop.c130 char remote_id[512]; in client_alive_check() local
137 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in client_alive_check()
138 logit("Timeout, client not responding from %s", remote_id); in client_alive_check()
172 char remote_id[512]; in wait_until_can_do_something() local
269 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in wait_until_can_do_something()
270 logit("terminating inactive connection from %s", remote_id); in wait_until_can_do_something()
646 c->remote_id = rchan; in server_input_channel_open()
652 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in server_input_channel_open()
902 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in server_input_channel_req()
H A Dnchan.c194 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in chan_send_eof2()
222 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in chan_send_close2()
245 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in chan_send_eow2()
H A Dpacket.c1898 char *tag = NULL, remote_id[512]; in sshpkt_vfatal() local
1901 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in sshpkt_vfatal()
1906 logdie("Connection closed by %s", remote_id); in sshpkt_vfatal()
1910 ssh->state->server_side ? "from" : "to", remote_id); in sshpkt_vfatal()
1913 logdie("Disconnected from %s", remote_id); in sshpkt_vfatal()
1917 logdie("Connection reset by %s", remote_id); in sshpkt_vfatal()
1930 "Their offer: %s", remote_id, ssh_err(r), in sshpkt_vfatal()
1943 ssh->state->server_side ? "from" : "to", remote_id); in sshpkt_vfatal()
1968 char buf[1024], remote_id[512]; in ssh_packet_disconnect() local
1981 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in ssh_packet_disconnect()
[all …]
H A Dchannels.c270 channel_by_remote_id(struct ssh *ssh, u_int remote_id) in channel_by_remote_id() argument
277 if (c != NULL && c->have_remote_id && c->remote_id == remote_id) in channel_by_remote_id()
1029 c->have_remote_id ? "r" : "nr", c->remote_id, in channel_format_status()
1147 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_request_start()
1246 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_set_fds()
3012 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_output_poll_input_open()
3046 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in channel_output_poll_extended_read()
3150 u_int id, remote_id, listen_port; in channel_proxy_downstream() local
3213 c->remote_id = remote_id; in channel_proxy_downstream()
3254 remote_id = PEEK_U32(cp); in channel_proxy_downstream()
[all …]
H A Dchannels.h129 uint32_t remote_id; /* channel identifier for remote peer */ member
H A Dmux.c204 cc->remote_id = 0; in mux_master_session_cleanup_cb()
221 if ((sc = channel_by_id(ssh, c->remote_id)) == NULL) in mux_master_control_cleanup_cb()
223 c->self, c->remote_id); in mux_master_control_cleanup_cb()
224 c->remote_id = 0; in mux_master_control_cleanup_cb()
466 c->remote_id = nc->self; /* link control -> session channel */ in mux_master_process_new_session()
1038 c->remote_id = nc->self; /* link control -> session channel */ in mux_master_process_stdio_fwd()
H A Dsession.c1535 char **env, *argv[ARGV_MAX], remote_id[512]; in do_child() local
1540 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in do_child()
1665 remote_id); in do_child()
H A Dclientloop.c1939 c->remote_id = rchan; in client_input_channel_open()
1945 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in client_input_channel_open()
2020 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in client_input_channel_req()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cm.c248 __be32 remote_id; member
580 if (cm_id_priv->id.remote_id == remote_id) in cm_get_id()
692 __be32 remote_id = timewait_info->work.remote_id; in cm_insert_remote_id() local
698 if (be32_lt(remote_id, cur_timewait_info->work.remote_id)) in cm_insert_remote_id()
724 if (be32_lt(remote_id, timewait_info->work.remote_id)) in cm_find_remote_id()
726 else if (be32_gt(remote_id, timewait_info->work.remote_id)) in cm_find_remote_id()
775 __be32 remote_id = cm_id_priv->id.remote_id; in cm_insert_remote_sidr() local
781 if (be32_lt(remote_id, cur_cm_id_priv->id.remote_id)) in cm_insert_remote_sidr()
783 else if (be32_gt(remote_id, cur_cm_id_priv->id.remote_id)) in cm_insert_remote_sidr()
2620 if (cm_id_priv->id.remote_id == remote_id) in cm_acquire_rejected_id()
[all …]
H A Dib_ucm.c585 resp.remote_id = ctx->cm_id->remote_id; in ib_ucm_attr_id()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_inline.h239 u_int remote_id,
286 u_int remote_id, struct ahc_tmode_tstate **tstate) in ahc_fetch_transinfo() argument
297 return (&(*tstate)->transinfo[remote_id]); in ahc_fetch_transinfo()
H A Daic79xx_inline.h428 u_int remote_id,
502 u_int remote_id, struct ahd_tmode_tstate **tstate) in ahd_fetch_transinfo() argument
513 return (&(*tstate)->transinfo[remote_id]); in ahd_fetch_transinfo()
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_cm.h109 __be32 remote_id; member
/freebsd/contrib/ofed/libibcm/
H A Dcm.h321 __be32 remote_id; member
H A Dcm.c329 param->remote_id = resp->remote_id; in ib_cm_attr_id()
/freebsd/sys/ofed/include/rdma/
H A Dib_cm.h328 __be32 remote_id; member
/freebsd/sys/dev/ocs_fc/
H A Dsli4.c6642 els->remote_id = rnode->fc_id & 0x00ffffff; in sli_els_request64_wqe()
6743 els->remote_id = rnode->fc_id; in sli_els_request64_wqe()
7863 bls->remote_id = rnode->fc_id & 0x00ffffff; in sli_xmit_bls_rsp64_wqe()
7880 bls->remote_id = rnode->fc_id & 0x00ffffff; in sli_xmit_bls_rsp64_wqe()
7956 els->remote_id = rnode->fc_id & 0x00ffffff; in sli_xmit_els_rsp64_wqe()
7966 els->remote_id = rnode->fc_id & 0x00ffffff; in sli_xmit_els_rsp64_wqe()
H A Dsli4.h4282 uint32_t remote_id:24, member
5023 uint32_t remote_id:24, member
5112 uint32_t remote_id:24, member