| /src/usr.bin/talk/ |
| invite.c | 61 static int local_id, remote_id; variable 112 msg.id_num = htonl(remote_id); 127 msg.id_num = htonl(remote_id + 1); 155 remote_id = response.id_num; 178 msg.id_num = htonl(remote_id);
|
| /src/external/mpl/dhcp/dist/relay/tests/ |
| relay_unittests.c | 294 u_int8_t remote_id[] = { 0x11,0x22,0x33,0x44,0x55,0x66 }; local 299 ifc.remote_id = remote_id; 300 ifc.remote_id_len = sizeof(remote_id);
|
| /src/crypto/external/bsd/openssh/dist/ |
| serverloop.c | 132 char remote_id[512]; local 139 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); 140 logit("Timeout, client not responding from %s", remote_id); 174 char remote_id[512]; local 271 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); 272 logit("terminating inactive connection from %s", remote_id); 658 c->remote_id = rchan; 664 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 | [all...] |
| channels.h | 124 * NB. channel IDs on the wire and in c->remote_id are uint32, but local 134 uint32_t remote_id; /* channel identifier for remote peer */ member in struct:Channel 135 int have_remote_id; /* non-zero if remote_id is valid */
|
| session.c | 1307 char **env, *argv[ARGV_MAX], remote_id[512]; local 1312 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); 1428 remote_id);
|
| packet.c | 2009 char *tag = NULL, remote_id[512]; local 2012 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); 2017 logdie("Connection closed by %s", remote_id); 2021 ssh->state->server_side ? "from" : "to", remote_id); 2024 logdie("Disconnected from %s", remote_id); 2028 logdie("Connection reset by %s", remote_id); 2040 "Their offer: %s", remote_id, ssh_err(r), 2053 ssh->state->server_side ? "from" : "to", remote_id); 2079 char buf[1024], remote_id[512] local [all...] |
| channels.c | 273 channel_by_remote_id(struct ssh *ssh, u_int remote_id) 280 if (c != NULL && c->have_remote_id && c->remote_id == remote_id) 560 c->remote_id = -1; 1079 c->have_remote_id ? "r" : "nr", c->remote_id, 1217 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || 1316 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || 1907 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || 2157 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || 2183 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 | 3224 u_int id, remote_id, listen_port; local [all...] |
| /src/external/mpl/dhcp/dist/includes/ |
| dhcpd.h | 444 u_int8_t *remote_id; /* Remote ID of client. */ member in struct:packet 1398 u_int8_t *remote_id; /* Remote ID associated with this member in struct:interface_info
|