Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dgcc-git-customization.sh103 remote_id=$(git config --get "gcc-config.user")
104 if [ "x$remote_id" = "x" ]
111 remote_id=$(whoami)
113 remote_id=$(echo $url | sed 's|^.*ssh://\(..*\)@gcc.gnu.org.*$|\1|')
114 if [ x$remote_id = x$url ]
116 remote_id=$(whoami)
121 ask "Account name on gcc.gnu.org (for your personal branches area)" "$remote_id" remote_id
122 git config "gcc-config.user" "$remote_id"
189 echo "Setting up tracking for personal namespace $remote_id in remotes/users/${new_pfx}"
195 …users/${new_pfx}.fetch" "+refs/users/${remote_id}/heads/*:refs/remotes/users/${new_pfx}/*" "refs/u…
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dgcc-git-customization.sh103 remote_id=$(git config --get "gcc-config.user")
104 if [ "x$remote_id" = "x" ]
111 remote_id=$(whoami)
113 remote_id=$(echo $url | sed -r "s|^.*ssh://(.+)@gcc.gnu.org.*$|\1|")
114 if [ x$remote_id = x$url ]
116 remote_id=$(whoami)
121 ask "Account name on gcc.gnu.org (for your personal branches area)" $remote_id remote_id
122 git config "gcc-config.user" "$remote_id"
185 echo "Setting up tracking for personal namespace $remote_id in remotes/users/${new_pfx}"
191 …users/${new_pfx}.fetch" "+refs/users/${remote_id}/heads/*:refs/remotes/users/${new_pfx}/*" "refs/u…
[all …]
/netbsd-src/usr.bin/talk/
H A Dinvite.c61 static int local_id, remote_id; variable
112 msg.id_num = htonl(remote_id); in invite_remote()
127 msg.id_num = htonl(remote_id + 1); in re_invite()
155 remote_id = response.id_num; in announce_invite()
178 msg.id_num = htonl(remote_id); in send_delete()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dserverloop.c125 char remote_id[512]; in client_alive_check() local
132 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in client_alive_check()
133 logit("Timeout, client not responding from %s", remote_id); in client_alive_check()
167 char remote_id[512]; in wait_until_can_do_something() local
264 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in wait_until_can_do_something()
265 logit("terminating inactive connection from %s", remote_id); in wait_until_can_do_something()
637 c->remote_id = rchan; in server_input_channel_open()
643 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in server_input_channel_open()
890 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in server_input_channel_req()
H A Dsession.c1341 char **env, *argv[ARGV_MAX], remote_id[512]; in do_child() local
1346 sshpkt_fmt_connection_id(ssh, remote_id, sizeof(remote_id)); in do_child()
1463 remote_id); in do_child()
H A Dclientloop.c1936 c->remote_id = rchan; in client_input_channel_open()
1942 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in client_input_channel_open()
2017 (r = sshpkt_put_u32(ssh, c->remote_id)) != 0 || in client_input_channel_req()
/netbsd-src/external/mpl/dhcp/dist/relay/tests/
H A Drelay_unittests.c294 u_int8_t remote_id[] = { 0x11,0x22,0x33,0x44,0x55,0x66 }; in ATF_TC_BODY() local
299 ifc.remote_id = remote_id; in ATF_TC_BODY()
300 ifc.remote_id_len = sizeof(remote_id); in ATF_TC_BODY()
/netbsd-src/sys/dev/ic/
H A Daic7xxx_inline.h244 u_int remote_id,
291 u_int remote_id, struct ahc_tmode_tstate **tstate) in ahc_fetch_transinfo() argument
304 return (&(*tstate)->transinfo[remote_id]); in ahc_fetch_transinfo()
H A Daic79xx_inline.h494 u_int remote_id, struct ahd_tmode_tstate **tstate) in ahd_fetch_transinfo() argument
505 return (&(*tstate)->transinfo[remote_id]); in ahd_fetch_transinfo()
/netbsd-src/external/mpl/dhcp/dist/relay/
H A Ddhcrelay.c1393 if (ip->remote_id) { in add_relay_agent_options()
1435 if (ip->remote_id) { in add_relay_agent_options()
1438 memcpy(sp, ip->remote_id, ip->remote_id_len); in add_relay_agent_options()
/netbsd-src/external/mpl/dhcp/dist/common/
H A Ddiscover.c1581 tmp -> remote_id = 0;
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h444 u_int8_t *remote_id; /* Remote ID of client. */ member
1398 u_int8_t *remote_id; /* Remote ID associated with this member