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

12 3 4 5 6 7

  /external/ipsec-tools/src/racoon/
isakmp_newg.c 103 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,
handler.c 126 if (sel->remote != NULL &&
127 cmpsaddr(sel->remote, p->remote) > CMPSADDR_WILDPORT_MATCH)
175 * search for isakmpsa handler by source and remote address.
180 getph1(ph1hint, local, remote, flags)
182 struct sockaddr *local, *remote;
189 plog(LLV_DEBUG2, LOCATION, NULL, "remote: %s\n", saddr2str(remote));
196 plog(LLV_DEBUG2, LOCATION, NULL, "p->remote: %s\n", saddr2str(p->remote));
    [all...]
isakmp.c 219 struct sockaddr_storage remote; local
221 unsigned int remote_len = sizeof(remote);
229 MSG_PEEK, (struct sockaddr *)&remote, &remote_len,
243 0, (struct sockaddr *)&remote, &remote_len)) != 1) {
277 plog(LLV_ERROR, LOCATION, (struct sockaddr *)&remote,
282 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
295 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
310 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
319 0, (struct sockaddr *)&remote, &remote_len,
341 plog(LLV_ERROR, LOCATION, (struct sockaddr *)&remote,
    [all...]
isakmp_inf.c 275 plog(LLV_ERROR, LOCATION, iph1->remote,
307 plog(LLV_ERROR, LOCATION, iph1->remote,
313 plog(LLV_ERROR, LOCATION, iph1->remote,
345 plog(LLV_ERROR, LOCATION, iph1->remote,
351 plog(LLV_ERROR, LOCATION, iph1->remote,
362 plog(LLV_ERROR, LOCATION, iph1->remote,
367 plog(LLV_ERROR, LOCATION, iph1->remote,
373 plog(LLV_ERROR, LOCATION, iph1->remote,
378 plog(LLV_ERROR, LOCATION, iph1->remote,
467 plog(LLV_ERROR, LOCATION, iph1->remote,
    [all...]
isakmp_ident.c 142 isakmp_newcookie((caddr_t)&iph1->index, iph1->remote, iph1->local);
211 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);
399 if (add_recvdpkt(iph1->remote, iph1->local, iph1->sendbuf, msg) == -1) {
508 plog(LLV_ERROR, LOCATION, iph1->remote,
530 plog(LLV_ERROR, LOCATION, iph1->remote,
    [all...]
isakmp_base.c 139 isakmp_newcookie((caddr_t)&iph1->index, iph1->remote, iph1->local);
250 isakmp_printpacket(iph1->sendbuf, iph1->local, iph1->remote, 0);
320 plog(LLV_ERROR, LOCATION, iph1->remote,
348 plog(LLV_ERROR, LOCATION, iph1->remote,
357 plog(LLV_ERROR, LOCATION, iph1->remote,
364 plog(LLV_ERROR, LOCATION, iph1->remote,
371 plog(LLV_INFO, LOCATION, iph1->remote,
378 plog(LLV_ERROR, LOCATION, iph1->remote,
529 plog (LLV_INFO, LOCATION, NULL, "Adding remote and local NAT-D payloads.\n");
530 if ((natd[0] = natt_hash_addr (iph1, iph1->remote)) == NULL)
    [all...]
  /frameworks/base/media/libmedia/
IMediaPlayer.cpp 73 remote()->transact(DISCONNECT, data, &reply);
92 remote()->transact(SET_DATA_SOURCE_URL, data, &reply);
102 remote()->transact(SET_DATA_SOURCE_FD, data, &reply);
110 remote()->transact(SET_DATA_SOURCE_STREAM, data, &reply);
121 remote()->transact(SET_VIDEO_SURFACETEXTURE, data, &reply);
129 remote()->transact(PREPARE_ASYNC, data, &reply);
137 remote()->transact(START, data, &reply);
145 remote()->transact(STOP, data, &reply);
153 remote()->transact(IS_PLAYING, data, &reply);
162 remote()->transact(PAUSE, data, &reply)
    [all...]
IAudioRecord.cpp 49 status_t status = remote()->transact(START, data, &reply);
62 remote()->transact(STOP, data, &reply);
70 status_t status = remote()->transact(GET_CBLK, data, &reply);
IMediaPlayerService.cpp 56 remote()->transact(CREATE_METADATA_RETRIEVER, data, &reply);
68 remote()->transact(CREATE, data, &reply);
77 remote()->transact(CREATE_MEDIA_RECORDER, data, &reply);
86 remote()->transact(DECODE_URL, data, &reply);
100 remote()->transact(DECODE_FD, data, &reply);
110 remote()->transact(GET_OMX, data, &reply);
118 remote()->transact(ADD_BATTERY_DATA, data, &reply);
124 return remote()->transact(PULL_BATTERY_DATA, data, reply);
IAudioFlinger.cpp 113 status_t lStatus = remote()->transact(CREATE_TRACK, data, &reply);
156 status_t lStatus = remote()->transact(OPEN_RECORD, data, &reply);
178 remote()->transact(SAMPLE_RATE, data, &reply);
187 remote()->transact(CHANNEL_COUNT, data, &reply);
196 remote()->transact(FORMAT, data, &reply);
205 remote()->transact(FRAME_COUNT, data, &reply);
214 remote()->transact(LATENCY, data, &reply);
223 remote()->transact(SET_MASTER_VOLUME, data, &reply);
232 remote()->transact(SET_MASTER_MUTE, data, &reply);
240 remote()->transact(MASTER_VOLUME, data, &reply)
    [all...]
IEffect.cpp 49 remote()->transact(ENABLE, data, &reply);
58 remote()->transact(DISABLE, data, &reply);
86 remote()->transact(COMMAND, data, &reply);
101 remote()->transact(DISCONNECT, data, &reply);
110 status_t status = remote()->transact(GET_CBLK, data, &reply);
IEffectClient.cpp 47 remote()->transact(CONTROL_STATUS_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
56 remote()->transact(ENABLE_STATUS_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
85 remote()->transact(COMMAND_EXECUTED, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/base/libs/camera/
ICameraRecordingProxy.cpp 49 remote()->transact(START_RECORDING, data, &reply);
58 remote()->transact(STOP_RECORDING, data, &reply);
67 remote()->transact(RELEASE_RECORDING_FRAME, data, &reply);
ICameraService.cpp 42 remote()->transact(BnCameraService::GET_NUMBER_OF_CAMERAS, data, &reply);
52 remote()->transact(BnCameraService::GET_CAMERA_INFO, data, &reply);
65 remote()->transact(BnCameraService::CONNECT, data, &reply);
  /frameworks/base/include/binder/
IInterface.h 66 BpInterface(const sp<IBinder>& remote);
135 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote)
136 : BpRefBase(remote)
143 return remote();
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
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 8 remote 192.0.2.50 {
  /external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf 7 remote anonymous {
  /frameworks/base/services/powermanager/
IPowerManager.cpp 54 return remote()->transact(ACQUIRE_WAKE_LOCK, data, &reply);
63 return remote()->transact(RELEASE_WAKE_LOCK, data, &reply);
  /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...]
  /frameworks/base/libs/gui/
ISurfaceComposer.cpp 60 remote()->transact(BnSurfaceComposer::CREATE_CONNECTION, data, &reply);
69 remote()->transact(BnSurfaceComposer::CREATE_GRAPHIC_BUFFER_ALLOC, data, &reply);
77 remote()->transact(BnSurfaceComposer::GET_CBLK, data, &reply);
94 remote()->transact(BnSurfaceComposer::SET_TRANSACTION_STATE, data, &reply);
101 remote()->transact(BnSurfaceComposer::BOOT_FINISHED, data, &reply);
117 remote()->transact(BnSurfaceComposer::CAPTURE_SCREEN, data, &reply);
130 remote()->transact(BnSurfaceComposer::TURN_ELECTRON_BEAM_OFF, data, &reply);
139 remote()->transact(BnSurfaceComposer::TURN_ELECTRON_BEAM_ON, data, &reply);
161 err = remote()->transact(BnSurfaceComposer::AUTHENTICATE_SURFACE, data,
ISensorEventConnection.cpp 51 remote()->transact(GET_SENSOR_CHANNEL, data, &reply);
61 remote()->transact(ENABLE_DISABLE, data, &reply);
71 remote()->transact(SET_EVENT_RATE, data, &reply);
ISurfaceTexture.cpp 61 status_t result =remote()->transact(REQUEST_BUFFER, data, &reply);
79 status_t result =remote()->transact(SET_BUFFER_COUNT, data, &reply);
95 status_t result = remote()->transact(DEQUEUE_BUFFER, data, &reply);
110 status_t result = remote()->transact(QUEUE_BUFFER, data, &reply);
125 remote()->transact(CANCEL_BUFFER, data, &reply);
135 status_t result = remote()->transact(SET_CROP, data, &reply);
147 status_t result = remote()->transact(SET_TRANSFORM, data, &reply);
159 status_t result = remote()->transact(SET_SCALING_MODE, data, &reply);
171 status_t result = remote()->transact(QUERY, data, &reply);
184 status_t result = remote()->transact(SET_SYNCHRONOUS_MODE, data, &reply)
    [all...]
ISurface.cpp 43 remote()->transact(GET_SURFACE_TEXTURE, data, &reply);
  /external/chromium/chrome/browser/chromeos/login/
mock_auth_response_handler.h 49 const GURL remote,

Completed in 5492 milliseconds

12 3 4 5 6 7