HomeSort by relevance Sort by last modified time
    Searched defs:remote (Results 51 - 75 of 150) sorted by null

1 23 4 5 6

  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
if_pppox.h 36 unsigned char remote[ETH_ALEN]; member in struct:pppoe_addr
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
if_pppox.h 36 unsigned char remote[ETH_ALEN]; member in struct:pppoe_addr
  /external/bluetooth/bluedroid/udrv/ulinux/
uipc.c 174 struct sockaddr_un remote; local
193 if ((fd = accept(sfd, (struct sockaddr *)&remote, &len)) == -1)
  /external/ipsec-tools/src/racoon/
remoteconf.h 37 /* remote configuration */
60 struct sockaddr *remote; /* remote IP address */ member in struct:remoteconf
130 TAILQ_ENTRY(remoteconf) chain; /* next remote conf */
165 __P((struct sockaddr *remote, int allow_anon));
isakmp_xauth.c 287 iph1->remote, usr, pwd);
311 * On failure, throttle the connexion for the remote host
314 throttle_delay = throttle_host(iph1->remote, res) - time(NULL);
318 str = saddrwop2str(iph1->remote);
644 char *remote = NULL; local
668 if ((remote = strdup(saddrwop2str(raddr))) == NULL) {
674 if ((error = pam_set_item(pam, PAM_RHOST, remote)) != 0) {
707 if (remote != NULL)
708 free(remote);
715 if (remote != NULL
    [all...]
handler.h 102 * (local) (remote) (local) (remote)
118 struct sockaddr *remote; /* remote address to negosiate ph1 */ member in struct:ph1handle
123 struct remoteconf *rmconf; /* pointer to remote configuration */
199 int dpd_support; /* Does remote supports DPD ? */
329 struct sockaddr *remote; /* remote address to negosiate ph1 */ member in struct:contacted
337 struct sockaddr *remote; /* the remote address * member in struct:recvdpkt
413 struct sockaddr_storage remote; member in struct:ph1dump
    [all...]
isakmp.c 212 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...]
  /external/mtpd/
pptp.c 76 static uint16_t remote; variable
182 log_print(INFO, "Remote server hung up");
246 .remote = remote,
303 log_print(INFO, "Remote server hung up");
311 remote = incoming.ocrp.call;
312 log_print(DEBUG, "Received OCRQ (remote = %d)", remote);
320 log_print(INFO, "Remote server hung up");
327 log_print(INFO, "Remote server hung up")
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 546 u_int32_t remote; local
612 /* seting up remote IP addresses */
613 remote = vp->lvalue;
614 if (remote == 0xffffffff) {
617 } else if (remote != 0xfffffffe) {
619 remote = htonl(vp->lvalue);
620 if (bad_ip_adrs (remote)) {
621 slprintf(msg, BUF_LEN, "RADIUS: bad remote IP address %I for %s",
622 remote, rstate.user);
626 rstate.ip_addr = remote;
    [all...]
  /frameworks/base/tools/aidl/
generate_java_binder.cpp 174 Variable* remote = new Variable(IBINDER_TYPE, "remote"); local
178 ctor->parameters.push_back(remote);
179 ctor->statements->Add(new Assignment(mRemote, remote));
  /external/chromium_org/chrome/browser/speech/
tts_controller.h 73 // If true, the synthesis engine is a remote network resource.
75 bool remote; member in struct:VoiceData
  /external/lldb/tools/debugserver/source/
debugserver.cpp 71 // Get our program path and arguments from the remote connection.
72 // We will need to start up the remote connection without a PID, get the
77 RNBRunLoopGetStartModeFromRemote (RNBRemote* remote)
81 if (remote)
83 RNBContext& ctx = remote->Context();
105 err = remote->HandleReceivedPacket (&type);
138 // a catch all for any other gdb remote packets that failed
163 RNBRunLoopLaunchInferior (RNBRemote *remote, const char *stdin_path, const char *stdout_path, const char *stderr_path, bool no_stdio)
165 RNBContext& ctx = remote->Context();
251 if (remote->Comm().IsConnected()
818 RNBRemote *remote = g_remoteSP.get(); local
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.cpp 276 struct sockaddr_in remote; local
277 memset(remote.sin_zero, 0, sizeof(remote.sin_zero));
278 remote.sin_family = AF_INET;
279 remote.sin_addr.s_addr = *(in_addr_t *)ent->h_addr;
280 remote.sin_port = htons(port);
283 mSocket, (const struct sockaddr *)&remote, sizeof(remote));
285 reply->setInt32("server-ip", ntohl(remote.sin_addr.s_addr));
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 347 RemoteViews[] remote = RemoteViews.CREATOR.newArray(1); local
348 assertNotNull(remote);
349 assertEquals(1, remote.length);
  /development/apps/Development/src/com/android/development/
Connectivity.java 665 InetAddress remote = null; local
673 remote = InetAddress.getByName("www.flickr.com");
675 Log.e(TAG, "exception getting remote InetAddress: " + e);
678 Log.d(TAG, "remote addr ="+remote);
682 socket = new Socket(remote, 80, local, 6000);
709 InetAddress remote = null; local
711 remote = InetAddress.getByName("www.flickr.com");
713 Log.e(TAG, "exception getting remote InetAddress: " + e);
716 Log.e(TAG, "remote addr =" + remote)
    [all...]
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 203 struct sockaddr_un remote; local
566 failures during transition periods or remote suspend */
938 failures during transition periods or remote suspend */
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.cc 414 // Port is initialized to GOOGLE-ICE protocol type. If pings from remote
416 // Based on the STUN username, we can determine what's the remote protocol.
626 << "Received a remote ping with high retransmit count: "
1207 const Candidate& remote = remote_candidate(); local
    [all...]
  /external/ppp/pppd/
ipcp.c 82 /* Hook for a plugin to choose the remote IP address */
168 { "ipcp-accept-remote", o_bool, &ipcp_wantoptions[0].accept_remote,
223 "set local and remote IP addresses",
415 u_int32_t local, remote; local
450 * If colon last character, then no remote addr.
453 if ((remote = inet_addr(colon)) == (u_int32_t) -1) {
458 remote = *(u_int32_t *)hp->h_addr;
462 if (bad_ip_adrs(remote)) {
463 option_error("bad remote IP address %s", ip_ntoa(remote));
    [all...]
  /external/strace/
util.c 854 struct iovec local[1], remote[1]; local
858 remote[0].iov_base = (void*)addr;
859 local[0].iov_len = remote[0].iov_len = len;
860 r = process_vm_readv(pid, local, 1, remote, 1, 0);
986 struct iovec local[1], remote[1]; local
989 remote[0].iov_base = (void*)addr;
1010 local[0].iov_len = remote[0].iov_len = chunk_len;
1011 r = process_vm_readv(pid, local, 1, remote, 1, 0);
1016 remote[0].iov_base += r;
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 209 * The remote app will no longer be able to call methods on the
1159 sp<IBinder> remote = client->getRemote(); local
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 99 bool set(int mode, int socket, sockaddr_storage *remote,
165 bool AudioStream::set(int mode, int socket, sockaddr_storage *remote,
203 mRemote = *remote;
210 if (remote->ss_family == AF_INET) {
212 (unsigned char *)&((sockaddr_in *)remote)->sin_addr;
410 sockaddr_storage remote; local
411 socklen_t addrlen = sizeof(remote);
414 MSG_TRUNC | MSG_DONTWAIT, (sockaddr *)&remote, &addrlen);
435 mRemote = remote;
948 sockaddr_storage remote; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mswsock.h 165 } remote; member in struct:_NLA_BLOB::__anon30085::__anon30089
  /system/core/adb/
adb.c 271 static void send_ready(unsigned local, unsigned remote, atransport *t)
277 p->msg.arg1 = remote;
281 static void send_close(unsigned local, unsigned remote, atransport *t)
287 p->msg.arg1 = remote;
603 case A_OKAY: /* READY(local-id, remote-id, "") */
622 case A_CLSE: /* CLOSE(local-id, remote-id, "") or CLOSE(0, remote-id, "") */
627 * versions, CLOSE(0, remote-id, "") was also used for normal
645 case A_WRTE: /* WRITE(local-id, remote-id, <data>) */
793 // <device-serial> " " <local-name> " " <remote-name> "\n
1477 char *local, *remote, *err; local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.20.0/
org.eclipse.tycho.p2.resolver.impl-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.18.1/
org.eclipse.tycho.p2.resolver.impl-0.18.1.jar 

Completed in 1511 milliseconds

1 23 4 5 6