Home
last modified time | relevance | path

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

123456789

/external/ipsec-tools/src/racoon/
Disakmp.c212 struct sockaddr_storage remote; local
214 unsigned int remote_len = sizeof(remote);
222 MSG_PEEK, (struct sockaddr *)&remote, &remote_len,
236 0, (struct sockaddr *)&remote, &remote_len)) != 1) {
279 plog(LLV_ERROR, LOCATION, (struct sockaddr *)&remote,
284 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
297 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
312 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
321 0, (struct sockaddr *)&remote, &remote_len,
343 plog(LLV_ERROR, LOCATION, (struct sockaddr *)&remote,
[all …]
Dhandler.c145 getph1byaddr(local, remote, established) in getph1byaddr() argument
146 struct sockaddr *local, *remote; in getph1byaddr()
153 plog(LLV_DEBUG2, LOCATION, NULL, "remote: %s\n", saddr2str(remote));
159 plog(LLV_DEBUG2, LOCATION, NULL, "p->remote: %s\n", saddr2str(p->remote));
166 && CMPSADDR(remote, p->remote) == 0){
178 getph1byaddrwop(local, remote) in getph1byaddrwop() argument
179 struct sockaddr *local, *remote; in getph1byaddrwop()
187 && cmpsaddrwop(remote, p->remote) == 0)
200 getph1bydstaddrwop(remote) in getph1bydstaddrwop() argument
201 struct sockaddr *remote; in getph1bydstaddrwop()
[all …]
Dremoteconf.c97 getrmconf_strict(remote, allow_anon) in getrmconf_strict() argument
98 struct sockaddr *remote; in getrmconf_strict()
119 if (remote->sa_family != AF_UNSPEC &&
120 extract_port(remote) != IPSEC_PORT_ANY)
124 if (remote->sa_family == AF_UNSPEC)
127 GETNAMEINFO(remote, addr, port);
135 if ((remote->sa_family == AF_UNSPEC
136 && remote->sa_family == p->remote->sa_family)
137 || (!withport && cmpsaddrwop(remote, p->remote) == 0)
138 || (withport && cmpsaddrstrict(remote, p->remote) == 0)) {
[all …]
Disakmp_inf.c272 plog(LLV_ERROR, LOCATION, iph1->remote,
304 plog(LLV_ERROR, LOCATION, iph1->remote,
310 plog(LLV_ERROR, LOCATION, iph1->remote,
377 plog(LLV_ERROR, LOCATION, iph1->remote,
382 plog(LLV_ERROR, LOCATION, iph1->remote,
387 plog(LLV_ERROR, LOCATION, iph1->remote,
394 plog(LLV_ERROR, LOCATION, iph1->remote,
406 plog(LLV_ERROR, LOCATION, iph1->remote,
412 plog(LLV_DEBUG, LOCATION, iph1->remote,
430 plog(LLV_ERROR, LOCATION, iph1->remote,
[all …]
Disakmp_ident.c141 isakmp_newcookie((caddr_t)&iph1->index, iph1->remote, iph1->local);
209 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
286 plog(LLV_ERROR, LOCATION, iph1->remote,
306 plog(LLV_ERROR, LOCATION, iph1->remote,
316 plog(LLV_INFO, LOCATION, iph1->remote,
323 plog(LLV_ERROR, LOCATION, iph1->remote,
391 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
400 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) {
509 plog(LLV_ERROR, LOCATION, iph1->remote,
531 plog(LLV_ERROR, LOCATION, iph1->remote,
[all …]
Disakmp_base.c139 isakmp_newcookie((caddr_t)&iph1->index, iph1->remote, iph1->local);
249 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
321 plog(LLV_ERROR, LOCATION, iph1->remote,
349 plog(LLV_ERROR, LOCATION, iph1->remote,
358 plog(LLV_ERROR, LOCATION, iph1->remote,
365 plog(LLV_ERROR, LOCATION, iph1->remote,
372 plog(LLV_INFO, LOCATION, iph1->remote,
379 plog(LLV_ERROR, LOCATION, iph1->remote,
531 if ((natd[0] = natt_hash_addr (iph1, iph1->remote)) == NULL) {
533 "NAT-D hashing failed for %s\n", saddr2str(iph1->remote));
[all …]
Disakmp_agg.c153 isakmp_newcookie((caddr_t)&iph1->index, iph1->remote, iph1->local);
288 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
384 plog(LLV_ERROR, LOCATION, iph1->remote,
466 plog(LLV_ERROR, LOCATION, iph1->remote,
476 plog(LLV_ERROR, LOCATION, iph1->remote,
483 plog(LLV_ERROR, LOCATION, iph1->remote,
490 plog(LLV_ERROR, LOCATION, iph1->remote,
506 plog(LLV_INFO, LOCATION, iph1->remote,
563 EVT_PUSH(iph1->local, iph1->remote,
716 if ((natd[0] = natt_hash_addr (iph1, iph1->remote)) == NULL) {
[all …]
Disakmp_newg.c103 plog(LLV_ERROR, LOCATION, iph1->remote,
114 plog(LLV_ERROR, LOCATION, iph1->remote,
127 plog(LLV_ERROR, LOCATION, iph1->remote,
139 plog(LLV_ERROR, LOCATION, iph1->remote,
183 plog(LLV_ERROR, LOCATION, iph1->remote,
218 plog(LLV_INFO, LOCATION, iph1->remote,
Dadmin.c408 struct sockaddr *remote = NULL; local
424 if ((remote = dupsaddr(dst)) == NULL)
427 port = extract_port(rmconf->remote);
428 if (set_port(remote, port) == NULL)
461 "%s\n", saddrwop2str(remote));
464 if (isakmp_ph1begin_i(rmconf, remote, local) < 0)
471 if (remote != NULL)
472 racoon_free(remote);
Disakmp_quick.c334 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
356 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
372 plog(LLV_WARNING, LOCATION, iph2->ph1->remote,
463 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
478 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
510 plog(LLV_DEBUG, LOCATION, iph2->ph1->remote,
611 isakmp_printpacket(buf, iph2->ph1->local, iph2->ph1->remote, 1);
632 if (add_recvdpkt(iph2->ph1->remote, iph2->ph1->local,
711 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
749 plog(LLV_ERROR, LOCATION, iph2->ph1->remote,
[all …]
/external/webkit/Source/WebCore/dom/default/
DPlatformMessagePortChannel.cpp140 RefPtr<PlatformMessagePortChannel> remote = entangledChannel(); in entangleIfOpen() local
141 if (!remote) in entangleIfOpen()
143 remote->setRemotePort(port); in entangleIfOpen()
149 RefPtr<PlatformMessagePortChannel> remote = entangledChannel(); in disentangle() local
150 if (remote) in disentangle()
151 remote->setRemotePort(0); in disentangle()
174 void PlatformMessagePortChannel::setEntangledChannel(PassRefPtr<PlatformMessagePortChannel> remote) in setEntangledChannel() argument
178 if (remote) in setEntangledChannel()
180 m_entangledChannel = remote; in setEntangledChannel()
209 RefPtr<PlatformMessagePortChannel> remote = entangledChannel(); in close() local
[all …]
/external/llvm/utils/bugpoint/
DRemoteRunSafely.sh93 remote="./"$PROGRAM
97 'rm -f '$remote' ; ' \
98 'cat > '$remote' ; chmod +x '$remote' ; '$remote' '$*' ; ' \
99 'err=$? ; rm -f '$remote' ; exit $err'
/external/chromium/third_party/libjingle/source/talk/base/
Dsocketpool.cc59 const SocketAddress& remote, int* err) { in RequestConnectedStream() argument
60 LOG_F(LS_VERBOSE) << "(" << remote << ")"; in RequestConnectedStream()
63 if (remote == it->first) { in RequestConnectedStream()
74 if (StreamInterface* stream = pool_->RequestConnectedStream(remote, err)) { in RequestConnectedStream()
76 active_.push_front(ConnectedStream(remote, stream)); in RequestConnectedStream()
137 NewSocketPool::RequestConnectedStream(const SocketAddress& remote, int* err) { in RequestConnectedStream() argument
145 if ((socket->Connect(remote) != 0) && !socket->IsBlocking()) { in RequestConnectedStream()
175 ReuseSocketPool::RequestConnectedStream(const SocketAddress& remote, int* err) { in RequestConnectedStream() argument
189 if ((stream_->GetState() == SS_OPEN) && (remote == remote_)) { in RequestConnectedStream()
192 remote_ = remote; in RequestConnectedStream()
[all …]
Dsocketpool.h53 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
69 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
98 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
118 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
143 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
/external/bluetooth/bluez/doc/
Ddevice-api.txt37 remote service records. The pattern parameter can
61 This method disconnects a specific remote device by
85 remote device. The actual support for the specified
108 disconnection to a remote device has been requested.
121 The Bluetooth device address of the remote device.
125 The Bluetooth remote name. This value can not be
135 The Bluetooth class of device of the remote device.
140 remote services.
148 Indicates if the remote device is paired.
152 Indicates if the remote device is currently connected.
[all …]
Daudio-api.txt51 Disconnected from the remote device
62 Connect to the HSP/HFP service on the remote device.
66 Disconnect from the HSP/HFP service on the remote
72 HSP/HFP connection on the remote device.
187 Disconnected from the remote device
192 HSP/HFP connection on the remote device.
218 remote device.
222 Disconnect from the remote device.
227 the remote device.
239 remote A2DP Sink
[all …]
Dcontrol-api.txt17 Connect to remote device (CT or TG).
21 Disconnect remote device.
30 Adjust remote volume one step up
34 Adjust remote volume one step down
89 to the remote device.
93 Sent when the AVRCP connection to the remote device
Dhfp-api.txt8 This interface is available for remote devices which can function in the Audio
14 Connect to the AG service on the remote device.
18 Disconnect from the AG service on the remote device
69 contains the object path of the remote device. This
/external/openssh/
Dsftp.026 The third usage format allows sftp to start in a remote directory.
145 Specifies the port to connect to on the remote host.
168 the remote host. A path is useful for using sftp over protocol
169 version 1, or when the remote sshd(8) does not have an sftp
184 Change remote directory to path.
210 get [-Ppr] remote-path [local-path]
211 Retrieve the remote-path and store it on the local machine. If
213 it has on the remote machine. remote-path may contain glob(3)
247 Display a remote directory listing of either path or the current
283 Create remote directory specified by path.
[all …]
Dcanohost.c247 get_socket_address(int sock, int remote, int flags) in get_socket_address() argument
258 if (remote) { in get_socket_address()
359 static const char *remote = ""; in get_remote_name_or_ip() local
361 remote = get_canonical_hostname(use_dns); in get_remote_name_or_ip()
362 if (utmp_len == 0 || strlen(remote) > utmp_len) in get_remote_name_or_ip()
363 remote = get_remote_ipaddr(); in get_remote_name_or_ip()
364 return remote; in get_remote_name_or_ip()
Dssh.04 ssh - OpenSSH SSH client (remote login program)
15 ssh (SSH client) is a program for logging into a remote machine and for
16 executing commands on a remote machine. It is intended to replace rlogin
22 name). The user must prove his/her identity to the remote machine using
26 If command is specified, it is executed on the remote host instead of a
44 ability to bypass file permissions on the remote host (for the
90 determine where to connect to from the remote machine. Currently
124 remote site is with something like ssh -f host xterm.
127 ``yes'', then a client started with -f will wait for all remote
131 -g Allows remote hosts to connect to local forwarded ports.
[all …]
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-inherit4 # This file shows the basic inheritance usage in 'remote' statements.
9 remote anonymous
30 remote 3ffe:ffff::1 inherit anonymous
36 remote 3ffe:ffff::1 [8000] inherit 3ffe:ffff::1
Dracoon.conf.in8 #include "remote.conf";
43 # These value can be changed per remote node.
53 remote anonymous
74 remote ::1 [8000]
/external/mtpd/
Dpptp.c76 static uint16_t remote; variable
246 .remote = remote, in create_pppox()
311 remote = incoming.ocrp.call; in pptp_process()
312 log_print(DEBUG, "Received OCRQ (remote = %d)", remote); in pptp_process()
335 if (state == OCRP && incoming.ccrq.call == remote) { in pptp_process()
336 log_print(DEBUG, "Received CCRQ (remote = %d)", remote); in pptp_process()
343 if (state == OCRP && incoming.cdn.call == remote) { in pptp_process()
344 log_print(DEBUG, "Received CDN (remote = %d)", remote); in pptp_process()
/external/iproute2/misc/
Dss.c426 inet_prefix remote; member
724 return unix_match(&s->remote, &a->addr); in run_ssfilter()
729 if (!inet2_addr_match(&s->remote, &a->addr, a->addr.bitlen)) in run_ssfilter()
1189 s.local.family = s.remote.family = family; in tcp_show_line()
1192 sscanf(rem, "%x:%x", s.remote.data, (unsigned*)&s.rport); in tcp_show_line()
1193 s.local.bytelen = s.remote.bytelen = 4; in tcp_show_line()
1202 s.remote.data, in tcp_show_line()
1203 s.remote.data+1, in tcp_show_line()
1204 s.remote.data+2, in tcp_show_line()
1205 s.remote.data+3, in tcp_show_line()
[all …]

123456789