/freebsd/usr.bin/talk/ |
H A D | invite.c | 59 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 D | serverloop.c | 109 char remote_id[512]; in client_alive_check() local 116 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in client_alive_check() 117 logit("Timeout, client not responding from %s", remote_id); in client_alive_check() 151 char remote_id[512]; in wait_until_can_do_something() local 248 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in wait_until_can_do_something() 249 logit("terminating inactive connection from %s", remote_id); in wait_until_can_do_something() 613 c->remote_id = rchan; in server_input_channel_open() 619 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in server_input_channel_open() 866 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in server_input_channel_req()
|
H A D | nchan.c | 194 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in chan_send_eof2() 222 c->remote_id); in chan_send_close2() 224 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in chan_send_close2() 247 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in chan_send_eow2()
|
H A D | packet.c | 1997 char *tag = NULL, remote_id[512]; in sshpkt_vfatal() local 2000 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in sshpkt_vfatal() 2005 logdie("Connection closed by %s", remote_id); in sshpkt_vfatal() 2009 ssh->state->server_side ? "from" : "to", remote_id); in sshpkt_vfatal() 2012 logdie("Disconnected from %s", remote_id); in sshpkt_vfatal() 2016 logdie("Connection reset by %s", remote_id); in sshpkt_vfatal() 2029 "Their offer: %s", remote_id, ssh_err(r), in sshpkt_vfatal() 2042 ssh->state->server_side ? "from" : "to", remote_id); in sshpkt_vfatal() 2067 char buf[1024], remote_id[512]; in ssh_packet_disconnect() local 2080 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in ssh_packet_disconnect() [all …]
|
H A D | channels.c | 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() [all …]
|
H A D | channels.h | 128 uint32_t remote_id; /* channel identifier for remote peer */ member
|
H A D | session.c | 1524 char **env, *argv[ARGV_MAX], remote_id[512]; in do_child() local 1529 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in do_child() 1654 remote_id); in do_child()
|
H A D | clientloop.c | 1922 c->remote_id = rchan; in client_input_channel_open() 1928 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in client_input_channel_open() 2003 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in client_input_channel_req()
|
H A D | ChangeLog | 1116 This was caused by my stupidly reusing c->remote_id for mux channel
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_cm.c | 248 __be32 remote_id; member 573 static struct cm_id_private * cm_get_id(__be32 local_id, __be32 remote_id) in cm_get_id() argument 580 if (cm_id_priv->id.remote_id == remote_id) in cm_get_id() 589 static struct cm_id_private * cm_acquire_id(__be32 local_id, __be32 remote_id) in cm_acquire_id() argument 594 cm_id_priv = cm_get_id(local_id, remote_id); in cm_acquire_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() 700 else if (be32_gt(remote_id, cur_timewait_info->work.remote_id)) in cm_insert_remote_id() 716 __be32 remote_id) in cm_find_remote_id() argument 724 if (be32_lt(remote_id, timewait_info->work.remote_id)) in cm_find_remote_id() [all …]
|
H A D | ib_ucm.c | 585 resp.remote_id = ctx->cm_id->remote_id; in ib_ucm_attr_id()
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx_inline.h | 239 u_int remote_id, 282 * for the specified our_id/remote_id pair. 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 D | aic79xx_inline.h | 428 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 D | ib_user_cm.h | 109 __be32 remote_id; member
|
/freebsd/contrib/ofed/libibcm/ |
H A D | cm.h | 321 __be32 remote_id; member
|
H A D | cm.c | 329 param->remote_id = resp->remote_id; in ib_cm_attr_id()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_cm.h | 328 __be32 remote_id; member
|
/freebsd/sys/dev/ocs_fc/ |
H A D | sli4.c | 6642 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 D | sli4.h | 4282 uint32_t remote_id:24, member 5023 uint32_t remote_id:24, member 5112 uint32_t remote_id:24, member
|