Home
last modified time | relevance | path

Searched refs:remote (Results 1 – 25 of 547) sorted by relevance

12345678910>>...22

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dremote-fileio.c317 remote_fileio_reply (remote_target *remote, int retcode, int error) in remote_fileio_reply() argument
343 putpkt (remote, buf); in remote_fileio_reply()
347 remote_fileio_ioerror (remote_target *remote) in remote_fileio_ioerror() argument
349 remote_fileio_reply (remote, -1, FILEIO_EIO); in remote_fileio_ioerror()
353 remote_fileio_badfd (remote_target *remote) in remote_fileio_badfd() argument
355 remote_fileio_reply (remote, -1, FILEIO_EBADF); in remote_fileio_badfd()
359 remote_fileio_return_errno (remote_target *remote, int retcode) in remote_fileio_return_errno() argument
361 remote_fileio_reply (remote, retcode, retcode < 0 in remote_fileio_return_errno()
366 remote_fileio_return_success (remote_target *remote, int retcode) in remote_fileio_return_success() argument
368 remote_fileio_reply (remote, retcode, 0); in remote_fileio_return_success()
[all …]
Dremote-notif.c59 remote_notif_ack (remote_target *remote, in remote_notif_ack() argument
68 nc->parse (remote, nc, buf, event.get ()); in remote_notif_ack()
69 nc->ack (remote, nc, buf, std::move (event)); in remote_notif_ack()
75 remote_notif_parse (remote_target *remote, in remote_notif_parse() argument
83 nc->parse (remote, nc, buf, event.get ()); in remote_notif_parse()
102 if (nc->can_get_pending_events (state->remote, nc)) in remote_notif_process()
103 remote_notif_get_pending_events (state->remote, nc); in remote_notif_process()
112 gdb_assert (remote_target_is_non_stop_p (notif_state->remote)); in remote_async_get_pending_events_handler()
153 = remote_notif_parse (state->remote, nc, buf + strlen (nc->name) + 1); in handle_notification()
213 remote_notif_state_allocate (remote_target *remote) in remote_notif_state_allocate() argument
[all …]
Dremote-notif.h62 void (*parse) (remote_target *remote,
68 void (*ack) (remote_target *remote,
74 int (*can_get_pending_events) (remote_target *remote,
94 remote_target *remote; member
117 void remote_notif_ack (remote_target *remote, const notif_client *nc,
119 notif_event_up remote_notif_parse (remote_target *remote,
128 remote_notif_state *remote_notif_state_allocate (remote_target *remote);
/netbsd/src/external/ibm-public/postfix/dist/src/anvil/
Danvil.c345 #define ANVIL_REMOTE_FIRST_CONN(remote, id) \ argument
347 (remote)->ident = mystrdup(id); \
348 (remote)->count = 1; \
349 (remote)->rate = 1; \
350 (remote)->mail = 0; \
351 (remote)->rcpt = 0; \
352 (remote)->ntls = 0; \
353 (remote)->auth = 0; \
354 (remote)->start = event_time(); \
359 #define ANVIL_REMOTE_FREE(remote) \ argument
[all …]
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Drewrite_clnt.in14 remote !
15 remote a!
16 remote !b
17 remote a!b
18 remote %
19 remote a%
20 remote %b
21 remote a%b
22 remote @
23 remote a@
[all …]
Drewrite_clnt.ref53 rule remote
57 rule remote
61 rule remote
65 rule remote
69 rule remote
73 rule remote
77 rule remote
81 rule remote
85 rule remote
89 rule remote
[all …]
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Disakmp.c215 struct sockaddr_storage remote; in isakmp_handler() local
217 unsigned int remote_len = sizeof(remote); in isakmp_handler()
226 MSG_PEEK, (struct sockaddr *)&remote, &remote_len, in isakmp_handler()
240 0, (struct sockaddr *)&remote, &remote_len)) != 1) { in isakmp_handler()
274 plog(LLV_ERROR, LOCATION, (struct sockaddr *)&remote, in isakmp_handler()
279 0, (struct sockaddr *)&remote, &remote_len)) < 0) { in isakmp_handler()
292 0, (struct sockaddr *)&remote, &remote_len)) < 0) { in isakmp_handler()
307 0, (struct sockaddr *)&remote, &remote_len)) < 0) { in isakmp_handler()
316 0, (struct sockaddr *)&remote, &remote_len, in isakmp_handler()
338 plog(LLV_ERROR, LOCATION, (struct sockaddr *)&remote, in isakmp_handler()
[all …]
Dremoteconf.c200 rmconf->remote->sa_family == AF_UNSPEC){ in rmconf_match_type()
201 plog(LLV_DEBUG2, LOCATION, rmsel->remote, in rmconf_match_type()
207 plog(LLV_DEBUG2, LOCATION, rmsel->remote, in rmconf_match_type()
215 if (rmsel->remote != NULL) { in rmconf_match_type()
216 if (rmconf->remote->sa_family != AF_UNSPEC) { in rmconf_match_type()
217 if (cmpsaddr(rmsel->remote, rmconf->remote) == CMPSADDR_MISMATCH){ in rmconf_match_type()
218 plog(LLV_DEBUG2, LOCATION, rmsel->remote, in rmconf_match_type()
233 plog(LLV_DEBUG2, LOCATION, rmsel->remote, in rmconf_match_type()
243 plog(LLV_DEBUG2, LOCATION, rmsel->remote, in rmconf_match_type()
254 plog(LLV_DEBUG2, LOCATION, rmsel->remote, in rmconf_match_type()
[all …]
Dhandler.c123 if (sel->remote != NULL && in enumph1()
124 cmpsaddr(sel->remote, p->remote) > CMPSADDR_WILDPORT_MATCH) in enumph1()
176 struct sockaddr *remote, int flags) in getph1() argument
182 plog(LLV_DEBUG2, LOCATION, NULL, "remote: %s\n", saddr2str(remote)); in getph1()
189 plog(LLV_DEBUG2, LOCATION, NULL, "p->remote: %s\n", saddr2str(p->remote)); in getph1()
201 if (remote != NULL && cmpsaddr(remote, p->remote) == CMPSADDR_MISMATCH) in getph1()
294 && cmpsaddr(iph1->remote, p->remote) == CMPSADDR_MATCH) in migrate_dying_ph12()
327 memcpy(&pd->remote, iph1->remote, sysdep_sa_len(iph1->remote)); in dumpph1()
379 natt_keepalive_remove (iph1->local, iph1->remote); in delph1()
398 if (iph1->remote) { in delph1()
[all …]
Disakmp_inf.c270 plog(LLV_ERROR, LOCATION, iph1->remote, in isakmp_info_recv()
302 plog(LLV_ERROR, LOCATION, iph1->remote, in isakmp_info_recv()
308 plog(LLV_ERROR, LOCATION, iph1->remote, in isakmp_info_recv()
338 plog(LLV_ERROR, LOCATION, iph1->remote, in isakmp_log_notify()
344 plog(LLV_ERROR, LOCATION, iph1->remote, in isakmp_log_notify()
355 plog(LLV_ERROR, LOCATION, iph1->remote, in isakmp_log_notify()
360 plog(LLV_ERROR, LOCATION, iph1->remote, in isakmp_log_notify()
366 plog(LLV_ERROR, LOCATION, iph1->remote, in isakmp_log_notify()
371 plog(LLV_ERROR, LOCATION, iph1->remote, in isakmp_log_notify()
452 plog(LLV_ERROR, LOCATION, iph1->remote, in isakmp_info_recv_d()
[all …]
Disakmp_ident.c140 isakmp_newcookie((caddr_t)&iph1->index, iph1->remote, iph1->local); in ident_i1send()
210 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0); in ident_i1send()
283 plog(LLV_ERROR, LOCATION, iph1->remote, in ident_i2recv()
303 plog(LLV_ERROR, LOCATION, iph1->remote, in ident_i2recv()
313 plog(LLV_INFO, LOCATION, iph1->remote, in ident_i2recv()
320 plog(LLV_ERROR, LOCATION, iph1->remote, in ident_i2recv()
386 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0); in ident_i2send()
394 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) { in ident_i2send()
501 plog(LLV_ERROR, LOCATION, iph1->remote, in ident_i3recv()
523 plog(LLV_ERROR, LOCATION, iph1->remote, in ident_i3recv()
[all …]
Disakmp_base.c137 isakmp_newcookie((caddr_t)&iph1->index, iph1->remote, iph1->local); in base_i1send()
248 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0); in base_i1send()
312 plog(LLV_ERROR, LOCATION, iph1->remote, in base_i2recv()
340 plog(LLV_ERROR, LOCATION, iph1->remote, in base_i2recv()
349 plog(LLV_ERROR, LOCATION, iph1->remote, in base_i2recv()
356 plog(LLV_ERROR, LOCATION, iph1->remote, in base_i2recv()
363 plog(LLV_INFO, LOCATION, iph1->remote, in base_i2recv()
370 plog(LLV_ERROR, LOCATION, iph1->remote, in base_i2recv()
520 if ((natd[0] = natt_hash_addr (iph1, iph1->remote)) == NULL) { in base_i2send()
522 "NAT-D hashing failed for %s\n", saddr2str(iph1->remote)); in base_i2send()
[all …]
Dhandler.h121 struct sockaddr *remote; /* remote address to negosiate ph1 */ member
226 struct sockaddr *remote; member
370 struct sockaddr *remote; /* remote address to negosiate ph1 */ member
378 struct sockaddr *remote; /* the remote address */ member
451 struct sockaddr_storage remote; member
473 struct sockaddr *local, struct sockaddr *remote, int flags);
475 #define getph1byaddr(local, remote, est) \ argument
476 getph1(NULL, local, remote, /*CONSTCOND*/est ? GETPH1_F_ESTABLISHED : 0)
477 #define getph1bydstaddr(remote) \ argument
478 getph1(NULL, NULL, remote, 0)
Dpfkey.c1170 sa_args.l_natt_sport = extract_port(iph2->ph1->remote); in pk_sendupdate()
1456 sa_args.l_natt_dport = extract_port(iph2->ph1->remote); in pk_sendadd()
1815 if (sp_out->local && sp_out->remote) { in pk_recvacquire()
1820 dst = (struct sockaddr *) sp_out->remote; in pk_recvacquire()
2258 struct sockaddr *local=NULL, *remote=NULL; in pk_recvspdupdate() local
2321 remote = sp->remote; in pk_recvspdupdate()
2323 sp->remote = NULL; in pk_recvspdupdate()
2330 ret = addnewsp(mhp, local, remote); in pk_recvspdupdate()
2334 if (remote != NULL) in pk_recvspdupdate()
2335 racoon_free(remote); in pk_recvspdupdate()
[all …]
Disakmp_agg.c148 isakmp_newcookie((caddr_t)&iph1->index, iph1->remote, iph1->local); in agg_i1send()
274 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0); in agg_i1send()
360 plog(LLV_ERROR, LOCATION, iph1->remote, in agg_i2recv()
444 plog(LLV_ERROR, LOCATION, iph1->remote, in agg_i2recv()
454 plog(LLV_ERROR, LOCATION, iph1->remote, in agg_i2recv()
461 plog(LLV_ERROR, LOCATION, iph1->remote, in agg_i2recv()
468 plog(LLV_ERROR, LOCATION, iph1->remote, in agg_i2recv()
484 plog(LLV_INFO, LOCATION, iph1->remote, in agg_i2recv()
688 if ((natd[0] = natt_hash_addr (iph1, iph1->remote)) == NULL) { in agg_i2send()
691 saddr2str(iph1->remote)); in agg_i2send()
[all …]
Disakmp_newg.c102 plog(LLV_ERROR, LOCATION, iph1->remote, in isakmp_newgroup_r()
113 plog(LLV_ERROR, LOCATION, iph1->remote, in isakmp_newgroup_r()
126 plog(LLV_ERROR, LOCATION, iph1->remote, in isakmp_newgroup_r()
138 plog(LLV_ERROR, LOCATION, iph1->remote, in isakmp_newgroup_r()
182 plog(LLV_ERROR, LOCATION, iph1->remote, in isakmp_newgroup_r()
217 plog(LLV_INFO, LOCATION, iph1->remote, in isakmp_newgroup_r()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/
Dmake-check-all.sh43 local-remote-host
44 local-remote-host-notty
56 remote-gdbserver-on-localhost
57 remote-stdio-gdbserver
63 local-remote-host-native
92 local-remote-host-native)
99 remote-stdio-gdbserver)
116 remote-gdbserver-on-localhost)
124 local-remote-host|local-remote-host-notty)
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/boards/
DREADME55 Test gdbserver using gdb_protocol remote.
57 Test gdbserver using gdb_protocol extended-remote.
62 remote-gdbserver-on-localhost.exp
63 Run gdbserver on remote target.
64 remote-stdio-gdbserver.exp
65 Run gdbserver on remote target, using stdio connection.
69 local-remote-host-notty.exp
70 Run gdb on remote host in pseudo-terminal with "set editing off".
71 local-remote-host.exp
72 Run gdb on remote host in pseudo-terminal.
[all …]
/netbsd/src/usr.bin/netstat/
Dunix.c92 u_long addr, struct sockaddr_un *sun, int remote) in unixdomainpr0() argument
97 if (addr || remote) in unixdomainpr0()
98 printf((remote ? " -> %.*s" : " %.*s"), in unixdomainpr0()
110 int remote = 0; in unixdomainpr() local
125 remote = 1; in unixdomainpr()
137 remote ? &rsun : &sun, remote); in unixdomainpr()
185 int remote = 0; in unixpr() local
194 remote = 1; in unixpr()
203 ki->ki_sockaddr, sun, remote); in unixpr()
/netbsd/src/external/bsd/ipf/dist/l4check/
Dl4check.conf26 remote server 192.168.1.2,23
27 remote server 192.168.1.2,2101
28 remote server 192.168.1.3,25
29 remote server 192.168.1.254,8000
30 remote server 192.168.1.1,9
/netbsd/src/sys/kern/
Dsubr_kcov.c114 struct kcov_desc *remote; member
352 kd->remote = &kr->kd; in kcov_remote_attach()
362 if (kd->remote == NULL) in kcov_remote_detach()
364 (void)kcov_remote_disable(kd->remote); in kcov_remote_detach()
365 kd->remote = NULL; in kcov_remote_detach()
374 if (kd->remote != NULL) in kcov_setbufsize()
391 if (kd->remote != NULL) in kcov_enable()
392 return kcov_remote_enable(kd->remote, mode); in kcov_enable()
412 if (kd->remote != NULL) in kcov_disable()
413 return kcov_remote_disable(kd->remote); in kcov_disable()
[all …]
/netbsd/src/external/gpl3/gdb/dist/include/gdb/
DChangeLog4 * remote-sim.h: Moved to ../sim/sim.h.
12 * remote-sim.h (sim_memory_map): Define.
20 * remote-sim.h (sim_open): Mark argv const.
61 * remote-sim.h (struct host_callback_struct): Define.
78 * remote-sim.h (sim_do_command): Add const to cmd.
86 * remote-sim.h (sim_load): Add const to prog.
98 * remote-sim.h (sim_command_completer): Make char arguments const.
134 * remote-sim.h (sim_complete_command): New prototype.
142 * remote-sim.h (sim_store_register): Update the API
164 * remote-sim.h: Likewise.
[all …]
/netbsd/src/external/gpl3/binutils/dist/include/gdb/
DChangeLog4 * remote-sim.h: Moved to ../sim/sim.h.
12 * remote-sim.h (sim_memory_map): Define.
20 * remote-sim.h (sim_open): Mark argv const.
61 * remote-sim.h (struct host_callback_struct): Define.
78 * remote-sim.h (sim_do_command): Add const to cmd.
86 * remote-sim.h (sim_load): Add const to prog.
98 * remote-sim.h (sim_command_completer): Make char arguments const.
134 * remote-sim.h (sim_complete_command): New prototype.
142 * remote-sim.h (sim_store_register): Update the API
164 * remote-sim.h: Likewise.
[all …]
/netbsd/src/etc/
Dremote1 # $NetBSD: remote,v 1.8 2001/04/25 23:46:12 lukem Exp $
2 # from: @(#)remote 8.1 (Berkeley) 6/10/93
4 # remote -- remote host description file
5 # see tip(1), remote(5)
19 # dc direct connect -- the remote system is hardwired to a tty and
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dccf4 # file(1) magic(5) data for Phillips remote controls
6 # Exchange format for Philips Pronto universal infrared remote controls
7 # A CCF file describes a learned/customized remote control,
14 >32 string CCF\x00 Philips Pronto IR remote control CCF

12345678910>>...22