HomeSort by relevance Sort by last modified time
    Searched defs:remote (Results 1 - 25 of 68) sorted by null

1 2 3

  /bionic/libc/kernel/common/linux/
if_pppopns.h 30 __u16 remote; member in struct:sockaddr_pppopns
if_pppolac.h 31 } local, remote; member in struct:sockaddr_pppolac
if_pppox.h 36 unsigned char remote[ETH_ALEN]; member in struct:pppoe_addr
  /external/kernel-headers/original/linux/
if_pppopns.h 29 __u16 remote; member in struct:sockaddr_pppopns
if_pppolac.h 30 } local, remote; member in struct:sockaddr_pppolac
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCStatsReport.cpp 61 const PassRefPtr<RTCStatsReport> RTCStatsReport::remote() function in class:WebCore::RTCStatsReport
  /frameworks/native/include/binder/
Binder.h 87 inline IBinder* remote() { return mRemote; } function in class:android::BpRefBase
88 inline IBinder* remote() const { return mRemote; } function in class:android::BpRefBase
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
Connection.h 50 struct sockaddr_un remote; /**< Remote address */ member in class:Connection
61 sockaddr_un *remote
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
if_pppolac.h 26 } local, remote; member in struct:sockaddr_pppolac
if_pppopns.h 25 __u16 remote; member in struct:sockaddr_pppopns
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
if_pppolac.h 26 } local, remote; member in struct:sockaddr_pppolac
if_pppopns.h 25 __u16 remote; member in struct:sockaddr_pppopns
  /cts/suite/audio_quality/lib/src/task/
TaskOutput.cpp 73 AudioRemotePlayback* remote = reinterpret_cast<AudioRemotePlayback*>(hw.get()); local
74 if (!remote->startPlaybackForRemoteData(id, buffer->isStereo())) {
  /frameworks/base/core/java/android/os/
CancellationSignal.java 64 final ICancellationSignal remote; local
72 remote = mRemote;
79 if (remote != null) {
81 remote.cancel();
125 * Sets the remote transport.
128 * remote transport is canceled immediately.
130 * This method is guaranteed that the remote transport will not be called after it
133 * @param remote The remote transport, or null to remove.
137 public void setRemote(ICancellationSignal remote) {
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.h 58 unsigned int remote:1; /* Nonzero if executing remotely. */ member in struct:child
  /external/chromium_org/third_party/WebKit/Source/core/dom/default/
PlatformMessagePortChannel.cpp 78 // We can't call member functions on our remote pair while holding our mutex or we'll deadlock,
79 // but we need to guard against the remote port getting closed/freed, so create a standalone reference.
80 RefPtr<PlatformMessagePortChannel> remote = m_channel->entangledChannel(); local
81 if (!remote)
83 remote->setRemotePort(port);
89 RefPtr<PlatformMessagePortChannel> remote = m_channel->entangledChannel(); local
90 if (remote)
91 remote->setRemotePort(0);
119 RefPtr<PlatformMessagePortChannel> remote = m_channel->entangledChannel(); local
120 if (!remote)
    [all...]
  /external/iproute2/ip/
link_gre.c 30 fprintf(stderr, " type { gre | gretap } [ remote ADDR ] [ local ADDR ]\n");
199 } else if (!matches(*argv, "remote")) {
274 const char *remote = "any"; local
285 remote = format_host(AF_INET, 4, &addr, s1, sizeof(s1));
288 fprintf(f, "remote %s ", remote);
ip6tunnel.c 52 fprintf(stderr, " [ remote ADDR local ADDR ] [ dev PHYS_DEV ]\n");
70 char remote[64]; local
73 inet_ntop(AF_INET6, &p->raddr, remote, sizeof(remote));
76 printf("%s: %s/ipv6 remote %s local %s",
77 p->name, tnl_strproto(p->proto), remote, local);
134 } else if (strcmp(*argv, "remote") == 0) {
139 invarg("\"remote\" address family is AF_UNSPEC", *argv);
  /external/ipsec-tools/src/racoon/
admin.c 408 struct sockaddr *remote = NULL; local
423 /* get remote IP address and port number. */
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);
  /frameworks/av/camera/
CameraBase.cpp 144 sp<typename TCamTraits::TCamUser> CameraBase<TCam, TCamTraits>::remote() function in class:android::CameraBase
157 ALOGW("mediaserver's remote binder Camera object died");
  /external/ipsec-tools/
setup.c 210 * spdadd src any protocol -P out ipsec esp/tunnel/local-remote/require;
211 * spdadd any src protocol -P in ipsec esp/tunnel/remote-local/require; */
213 int protocol, struct sockaddr *local, struct sockaddr *remote)
249 memcpy(&policy.addresses[size], remote, size);
281 memcpy(policy.addresses, remote, size);
426 /* Create remote configuration. */
440 remoteconf->remote = dupsaddr(targets[0]);
506 /* Install remote configuration. */
511 isakmp_ph1begin_i(remoteconf, remoteconf->remote, source);
604 struct sockaddr *remote = str2saddr(get_env(envp, "REMOTE_ADDR") local
    [all...]
  /external/openssh/
canohost.c 6 * 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)
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_pppox.h 39 unsigned char remote[ETH_ALEN]; /* Remote address */ member in struct:pppoe_addr
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_pppox.h 39 unsigned char remote[ETH_ALEN]; /* Remote address */ member in struct:pppoe_addr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_pppox.h 39 unsigned char remote[ETH_ALEN]; /* Remote address */ member in struct:pppoe_addr

Completed in 524 milliseconds

1 2 3