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

/freebsd-current/usr.bin/talk/
H A Dinvite.c59 static int local_id, remote_id; variable
106 msg.id_num = htonl(remote_id);
124 msg.id_num = htonl(remote_id + 1);
152 remote_id = response.id_num;
176 msg.id_num = htonl(remote_id);
/freebsd-current/crypto/openssh/
H A Dserverloop.c130 char remote_id[512]; local
137 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id));
138 logit("Timeout, client not responding from %s", remote_id);
172 char remote_id[512]; local
269 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id));
270 logit("terminating inactive connection from %s", remote_id);
646 c->remote_id = rchan;
652 (r = sshpkt_put_u32(ssh, c->remote_id)) !
[all...]
H A Dnchan.c192 fatal_f("channel %d: no remote_id", c->self);
194 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 ||
220 fatal_f("channel %d: no remote_id", c->self);
222 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 ||
243 fatal_f("channel %d: no remote_id", c->self);
245 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 ||
H A Dpacket.c1898 char *tag = NULL, remote_id[512]; local
1901 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id));
1906 logdie("Connection closed by %s", remote_id);
1910 ssh->state->server_side ? "from" : "to", remote_id);
1913 logdie("Disconnected from %s", remote_id);
1917 logdie("Connection reset by %s", remote_id);
1930 "Their offer: %s", remote_id, ssh_err(r),
1943 ssh->state->server_side ? "from" : "to", remote_id);
1968 char buf[1024], remote_id[51 local
[all...]
H A Dchannels.c270 channel_by_remote_id(struct ssh *ssh, u_int remote_id) argument
277 if (c != NULL && c->have_remote_id && c->remote_id == remote_id)
1029 c->have_remote_id ? "r" : "nr", c->remote_id,
1147 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 ||
1246 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 ||
1817 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 ||
2067 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 ||
2093 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 ||
2376 (r = sshpkt_put_u32(ssh, c->remote_id)) !
3150 u_int id, remote_id, listen_port; local
[all...]
H A Dchannels.h119 * NB. channel IDs on the wire and in c->remote_id are uint32, but local
129 uint32_t remote_id; /* channel identifier for remote peer */ member in struct:Channel
130 int have_remote_id; /* non-zero if remote_id is valid */
H A Dmux.c204 cc->remote_id = 0;
221 if ((sc = channel_by_id(ssh, c->remote_id)) == NULL)
223 c->self, c->remote_id);
224 c->remote_id = 0;
466 c->remote_id = nc->self; /* link control -> session channel */
1038 c->remote_id = nc->self; /* link control -> session channel */
H A Dsession.c1535 char **env, *argv[ARGV_MAX], remote_id[512]; local
1540 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id));
1665 remote_id);
H A Dclientloop.c1939 c->remote_id = rchan;
1945 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 ||
2017 fatal_f("channel %d: no remote_id", c->self);
2020 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 ||
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_cm.c248 __be32 remote_id; member in struct:cm_work
573 static struct cm_id_private * cm_get_id(__be32 local_id, __be32 remote_id) argument
580 if (cm_id_priv->id.remote_id == remote_id)
589 static struct cm_id_private * cm_acquire_id(__be32 local_id, __be32 remote_id) argument
594 cm_id_priv = cm_get_id(local_id, remote_id);
692 __be32 remote_id = timewait_info->work.remote_id; local
698 if (be32_lt(remote_id, cur_timewait_info->work.remote_id))
715 cm_find_remote_id(__be64 remote_ca_guid, __be32 remote_id) argument
775 __be32 remote_id = cm_id_priv->id.remote_id; local
2604 __be32 remote_id; local
[all...]
H A Dib_ucm.c585 resp.remote_id = ctx->cm_id->remote_id;
/freebsd-current/sys/dev/aic7xxx/
H A Daic7xxx_inline.h239 u_int remote_id,
282 * for the specified our_id/remote_id pair.
286 u_int remote_id, struct ahc_tmode_tstate **tstate)
297 return (&(*tstate)->transinfo[remote_id]);
285 ahc_fetch_transinfo(struct ahc_softc *ahc, char channel, u_int our_id, u_int remote_id, struct ahc_tmode_tstate **tstate) argument
H A Daic79xx_inline.h428 u_int remote_id,
498 * for the specified our_id/remote_id pair.
502 u_int remote_id, struct ahd_tmode_tstate **tstate)
513 return (&(*tstate)->transinfo[remote_id]);
501 ahd_fetch_transinfo(struct ahd_softc *ahd, char channel, u_int our_id, u_int remote_id, struct ahd_tmode_tstate **tstate) argument
/freebsd-current/contrib/ofed/libibcm/
H A Dcm.h321 __be32 remote_id; member in struct:ib_cm_attr_param
H A Dcm.c329 param->remote_id = resp->remote_id;
/freebsd-current/sys/ofed/include/uapi/rdma/
H A Dib_user_cm.h109 __be32 remote_id; member in struct:ib_ucm_attr_id_resp
/freebsd-current/sys/ofed/include/rdma/
H A Dib_cm.h328 __be32 remote_id; member in struct:ib_cm_id
/freebsd-current/sys/dev/ocs_fc/
H A Dsli4.c6642 els->remote_id = rnode->fc_id & 0x00ffffff;
6743 els->remote_id = rnode->fc_id;
7863 bls->remote_id = rnode->fc_id & 0x00ffffff;
7880 bls->remote_id = rnode->fc_id & 0x00ffffff;
7956 els->remote_id = rnode->fc_id & 0x00ffffff;
7966 els->remote_id = rnode->fc_id & 0x00ffffff;
H A Dsli4.h4282 uint32_t remote_id:24, member in struct:sli4_generic_wqe_s::__anon104::sli4_els_request64_wqe_s
5023 uint32_t remote_id:24,
5112 uint32_t remote_id:24, member in struct:sli4_generic_wqe_s::__anon104::sli4_els_request64_wqe_s::__anon106::__anon107::__anon108::sli4_fcp_treceive64_wqe_s::__anon111::__anon112::__anon113::__anon114::__anon115::__anon116::__anon117::__anon118::sli4_xmit_els_rsp64_wqe_s

Completed in 203 milliseconds