HomeSort by relevance Sort by last modified time
    Searched refs:remote (Results 126 - 150 of 156) sorted by null

1 2 3 4 56 7

  /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...]
  /frameworks/base/core/java/android/content/
ContentProviderNative.java 316 public ContentProviderProxy(IBinder remote)
318 mRemote = remote;
  /external/bluetooth/bluez/src/
storage.c 1126 gboolean read_blocked(const bdaddr_t *local, const bdaddr_t *remote)
1132 ba2str(remote, addr);
1143 int write_blocked(const bdaddr_t *local, const bdaddr_t *remote,
1152 ba2str(remote, addr);
  /external/iproute2/include/linux/
xfrm.h 431 xfrm_address_t remote; member in struct:xfrm_user_kmaddress
  /external/kernel-headers/original/linux/
atmdev.h 132 #define __ATM_LM_MKRMT(n) ((n) << 8) /* Remote (i.e. loop RX to TX) */
309 struct sockaddr_atmsvc remote; member in struct:atm_vcc
  /frameworks/base/libs/camera/
Camera.cpp 70 // construct a camera client from an existing camera remote
75 LOGE("camera remote is a NULL pointer");
153 sp<ICamera> Camera::remote() function in class:android::Camera
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 432 RemoteViews[] remote = RemoteViews.CREATOR.newArray(1); local
433 assertNotNull(remote);
434 assertEquals(1, remote.length);
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 114 remote()->transact(HOLDER_PUT, data, &reply, IBinder::FLAG_ONEWAY);
119 remote()->transact(HOLDER_GET, data, &reply);
125 remote()->transact(HOLDER_CLEAR, data, &reply);
  /frameworks/base/tools/aidl/
generate_java.cpp 211 Variable* remote = new Variable(IBINDER_TYPE, "remote"); local
215 ctor->parameters.push_back(remote);
216 ctor->statements->Add(new Assignment(mRemote, remote));
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceExplorer.java 571 // we need to figure out the remote path based on the current selection type.
755 * @param items the tree selection the remote file on the device
797 * @param remote the remote file on the device
800 private void pullFile(final FileEntry remote, final String local) {
807 sync.pullFile(remote, local, monitor);
813 }, String.format("Pulling %1$s from the device", remote.getName()),
828 * Pushes several files and directory into a remote directory.
    [all...]
  /external/ipsec-tools/src/libipsec/
pfkey.c 1120 pfkey_send_migrate(int so, struct sockaddr *local, struct sockaddr *remote,
1140 if (local == NULL || remote == NULL) {
1145 if (local->sa_family != remote->sa_family) {
1192 p = pfkey_setsadbkmaddr(p, ep, local, remote);
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 1173 (iph1->remote == NULL)) {
1184 iph2->dst = dupsaddr(iph1->remote);
1274 isakmp_printpacket(iph2->sendbuf, iph1->local, iph1->remote, 1);
    [all...]
racoonctl.c 1097 GETNAMEINFO((struct sockaddr *)&pd->remote, _addr1_, _addr2_);
ipsec_doi.c 236 * acceptable check for remote configuration.
254 rmsel.remote = iph1->remote;
    [all...]
  /external/mtpd/
l2tp.c 363 .remote = {.tunnel = remote_tunnel, .session = remote_session},
463 log_print(INFO, "Remote server hung up");
471 log_print(INFO, "Remote server hung up");
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 161 process_media_recorder_call(env, mr->setCamera(c->remote(), c->getRecordingProxy()),
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 556 public ApplicationThreadProxy(IBinder remote) {
557 mRemote = remote;
    [all...]
  /frameworks/base/core/java/android/os/storage/
IMountService.java 41 Proxy(IBinder remote) {
42 mRemote = remote;
    [all...]
  /external/oprofile/events/i386/nehalem/
unit_masks 46 0x08 remote_cache_local_home_hit Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and HIT in a remote socket's cache
  /external/webkit/Tools/Scripts/
VCSUtils.pm 215 my $output = `git config --get svn-remote.svn.fetch 2>& 1`;
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 884 if ( recorder->setCamera(camera->remote(), camera->getRecordingProxy()) < 0 ) {
    [all...]
  /external/iproute2/doc/
ip-cref.tex 586 --- the address of the remote endpoint for pointopoint interfaces.
    [all...]
  /external/netperf/
nettest_bsd.c 34 /* rem_cpu_rate() find the remote cpu maxrate */
162 rss_size_req = -1, /* requested remote socket send buffer size */
163 rsr_size_req = -1, /* requested remote socket recv buffer size */
164 rss_size, /* remote socket send buffer size */
165 rsr_size, /* remote socket recv buffer size */
198 remote_connected = 0; /* remote socket type, connected/non-connected */
337 twice the remote's SO_RCVBUF or twice our SO_SNDBUF */ \
434 -P local[,remote] Set the local/remote port for the data socket\n\
437 -S send[,recv] Set remote socket send/recv buffer sizes\n
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js     [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css 92 body.detached.platform-mac-leopard:not(.remote) #toolbar,
93 body.detached.platform-mac-snowleopard:not(.remote) #toolbar {
    [all...]

Completed in 2263 milliseconds

1 2 3 4 56 7