Searched refs:remote (Results 1 - 25 of 89) sorted by relevance

1234

/external/llvm/utils/bugpoint/
H A DRemoteRunSafely.sh15 # <hostname> is the remote host to execute the program,
16 # <login_name> is the username on the remote host,
17 # <port> is the port used by the remote client,
93 remote="./"$PROGRAM
97 'rm -f '$remote' ; ' \
98 'cat > '$remote' ; chmod +x '$remote' ; '$remote' '$*' ; ' \
99 'err=$? ; rm -f '$remote' ; exit $err'
/external/kernel-headers/original/linux/
H A Dif_pppopns.h29 __u16 remote; member in struct:sockaddr_pppopns
H A Dif_pppolac.h30 } local, remote; member in struct:sockaddr_pppolac
/external/webkit/Source/WebCore/dom/default/
H A DPlatformMessagePortChannel.cpp139 // We can't call member functions on our remote pair while holding our mutex or we'll deadlock, but we need to guard against the remote port getting closed/freed, so create a standalone reference.
140 RefPtr<PlatformMessagePortChannel> remote = entangledChannel(); local
141 if (!remote)
143 remote->setRemotePort(port);
149 RefPtr<PlatformMessagePortChannel> remote = entangledChannel(); local
150 if (remote)
151 remote->setRemotePort(0);
174 void PlatformMessagePortChannel::setEntangledChannel(PassRefPtr<PlatformMessagePortChannel> remote) argument
178 if (remote)
209 RefPtr<PlatformMessagePortChannel> remote = entangledChannel(); local
[all...]
/external/llvm/utils/
H A DGetRepositoryPath22 git remote -v | grep 'fetch' | awk '{ print $2 }'
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocketpool.cc59 const SocketAddress& remote, int* err) {
60 LOG_F(LS_VERBOSE) << "(" << remote << ")";
63 if (remote == it->first) {
74 if (StreamInterface* stream = pool_->RequestConnectedStream(remote, err)) {
76 active_.push_front(ConnectedStream(remote, stream));
137 NewSocketPool::RequestConnectedStream(const SocketAddress& remote, int* err) { argument
145 if ((socket->Connect(remote) != 0) && !socket->IsBlocking()) {
175 ReuseSocketPool::RequestConnectedStream(const SocketAddress& remote, int* err) { argument
189 if ((stream_->GetState() == SS_OPEN) && (remote == remote_)) {
192 remote_ = remote;
58 RequestConnectedStream( const SocketAddress& remote, int* err) argument
261 RequestConnectedStream( const SocketAddress& remote, int* err) argument
[all...]
H A 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/chromium/chrome/browser/chromeos/login/
H A Dmock_auth_response_handler.cc37 const GURL remote,
42 remote,
36 CompleteFetch(URLFetcher::Delegate* delegate, const GURL remote, const net::URLRequestStatus status, const int http_response_code, const std::string data) argument
H A Dmock_auth_response_handler.h49 const GURL remote,
/external/openssh/regress/
H A Ddynamic-forward.sh53 remote=`cat $OBJ/remote_pid`
54 trace "terminate remote shell, pid $remote"
55 if [ $remote -gt 1 ]; then
56 kill -HUP $remote
/external/compiler-rt/test/Unit/
H A Dtest10 mkdir -p remote
43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
/external/ipsec-tools/src/racoon/
H A 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,
H A Dremoteconf.c89 * search remote configuration.
94 * Other: remote configuration entry.
97 getrmconf_strict(remote, allow_anon)
98 struct sockaddr *remote;
111 * We never have ports set in our remote configurations, but when
114 * If we do this port check here, we don't find the remote config.
116 * In an ideal world, we would be able to have remote conf with
119 if (remote->sa_family != AF_UNSPEC &&
120 extract_port(remote) != IPSEC_PORT_ANY)
124 if (remote
[all...]
H A Dhandler.c140 * search for isakmpsa handler by source and remote address.
145 getph1byaddr(local, remote, established)
146 struct sockaddr *local, *remote;
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)
[all...]
H A 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...]
H A Disakmp_inf.c273 plog(LLV_ERROR, LOCATION, iph1->remote,
305 plog(LLV_ERROR, LOCATION, iph1->remote,
311 plog(LLV_ERROR, LOCATION, iph1->remote,
378 plog(LLV_ERROR, LOCATION, iph1->remote,
383 plog(LLV_ERROR, LOCATION, iph1->remote,
388 plog(LLV_ERROR, LOCATION, iph1->remote,
395 plog(LLV_ERROR, LOCATION, iph1->remote,
407 plog(LLV_ERROR, LOCATION, iph1->remote,
413 plog(LLV_DEBUG, LOCATION, iph1->remote,
431 plog(LLV_ERROR, LOCATION, iph1->remote,
[all...]
H A 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...]
H A 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,
530 plog (LLV_INFO, LOCATION, NULL, "Adding remote and local NAT-D payloads.\n");
531 if ((natd[0] = natt_hash_addr (iph1, iph1->remote))
[all...]
H A 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,
714 NULL, "Adding remote an
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
H A Dtesting.properties.template11 #target to call in test.xml: runtests-local | runtests-remote
12 testTarget=runtests-remote
33 #name of script to execute on remote machine
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
H A Dracoon.conf8 remote 192.0.2.50 {
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/
H A Dracoon.conf7 remote anonymous {
/external/openssh/
H A Dcanohost.c6 * Functions for returning the canonical host name of the remote site.
243 * Returns the local/remote IP-address/hostname of socket as a string.
247 get_socket_address(int sock, int remote, int flags) argument
258 if (remote) {
334 * Returns the IP-address of the remote host as a string. The returned
359 static const char *remote = ""; local
361 remote = get_canonical_hostname(use_dns);
362 if (utmp_len == 0 || strlen(remote) > utmp_len)
363 remote = get_remote_ipaddr();
364 return remote;
[all...]
/external/mtpd/
H A Dpptp.c76 static uint16_t remote; variable
246 .remote = remote,
311 remote = incoming.ocrp.call;
312 log_print(DEBUG, "Received OCRQ (remote = %d)", remote);
335 if (state == OCRP && incoming.ccrq.call == remote) {
336 log_print(DEBUG, "Received CCRQ (remote = %d)", remote);
343 if (state == OCRP && incoming.cdn.call == remote) {
[all...]
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
H A DUdpConnector.java67 public UdpConnector( InetAddress remote, int remotePort ) throws IOException argument
71 remoteAddress = new InetSocketAddress( remote, remotePort );
73 // Setup to receive only from the remote address

Completed in 772 milliseconds

1234