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

1 23 4 5 6 7 8 9

  /external/ipsec-tools/src/racoon/
isakmp_ident.c 141 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...]
isakmp_base.c 139 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)) == NULL)
    [all...]
isakmp_agg.c 153 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 and local NAT-D payloads.\n")
    [all...]
  /frameworks/av/media/libmedia/
IMediaPlayerService.cpp 66 remote()->transact(CREATE_METADATA_RETRIEVER, data, &reply);
77 remote()->transact(CREATE, data, &reply);
85 remote()->transact(CREATE_MEDIA_RECORDER, data, &reply);
94 remote()->transact(DECODE_URL, data, &reply);
108 remote()->transact(DECODE_FD, data, &reply);
118 remote()->transact(GET_OMX, data, &reply);
125 remote()->transact(MAKE_CRYPTO, data, &reply);
132 remote()->transact(MAKE_DRM, data, &reply);
140 remote()->transact(MAKE_HDCP, data, &reply);
148 remote()->transact(ADD_BATTERY_DATA, data, &reply)
    [all...]
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);
IRemoteDisplayClient.cpp 49 remote()->transact(ON_DISPLAY_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
56 remote()->transact(ON_DISPLAY_DISCONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
64 remote()->transact(ON_DISPLAY_ERROR, data, &reply, IBinder::FLAG_ONEWAY);
IAudioPolicyService.cpp 80 remote()->transact(SET_DEVICE_CONNECTION_STATE, data, &reply);
92 remote()->transact(GET_DEVICE_CONNECTION_STATE, data, &reply);
101 remote()->transact(SET_PHONE_STATE, data, &reply);
111 remote()->transact(SET_FORCE_USE, data, &reply);
120 remote()->transact(GET_FORCE_USE, data, &reply);
138 remote()->transact(GET_OUTPUT, data, &reply);
151 remote()->transact(START_OUTPUT, data, &reply);
164 remote()->transact(STOP_OUTPUT, data, &reply);
173 remote()->transact(RELEASE_OUTPUT, data, &reply);
190 remote()->transact(GET_INPUT, data, &reply)
    [all...]
IDrm.cpp 66 remote()->transact(INIT_CHECK, data, &reply);
75 remote()->transact(IS_CRYPTO_SUPPORTED, data, &reply);
85 remote()->transact(CREATE_PLUGIN, data, &reply);
93 remote()->transact(DESTROY_PLUGIN, data, &reply);
102 remote()->transact(OPEN_SESSION, data, &reply);
113 remote()->transact(CLOSE_SESSION, data, &reply);
137 remote()->transact(GET_KEY_REQUEST, data, &reply);
152 remote()->transact(PROVIDE_KEY_RESPONSE, data, &reply);
163 remote()->transact(REMOVE_KEYS, data, &reply);
175 remote()->transact(RESTORE_KEYS, data, &reply)
    [all...]
IMediaLogService.cpp 48 status_t status = remote()->transact(REGISTER_WRITER, data, &reply);
56 status_t status = remote()->transact(UNREGISTER_WRITER, data, &reply);
ICrypto.cpp 46 remote()->transact(INIT_CHECK, data, &reply);
55 remote()->transact(IS_CRYPTO_SUPPORTED, data, &reply);
71 remote()->transact(CREATE_PLUGIN, data, &reply);
79 remote()->transact(DESTROY_PLUGIN, data, &reply);
89 remote()->transact(REQUIRES_SECURE_COMPONENT, data, &reply);
137 remote()->transact(DECRYPT, data, &reply);
IHDCP.cpp 52 remote()->transact(OBSERVER_NOTIFY, data, &reply, IBinder::FLAG_ONEWAY);
67 remote()->transact(HDCP_SET_OBSERVER, data, &reply);
76 remote()->transact(HDCP_INIT_ASYNC, data, &reply);
83 remote()->transact(HDCP_SHUTDOWN_ASYNC, data, &reply);
95 remote()->transact(HDCP_ENCRYPT, data, &reply);
121 remote()->transact(HDCP_DECRYPT, data, &reply);
IMediaMetadataRetriever.cpp 26 // the binder interface so that remote calls are executed with
83 remote()->transact(DISCONNECT, data, &reply);
104 remote()->transact(SET_DATA_SOURCE_URL, data, &reply);
115 remote()->transact(SET_DATA_SOURCE_FD, data, &reply);
129 remote()->transact(GET_FRAME_AT_TIME, data, &reply);
144 remote()->transact(EXTRACT_ALBUM_ART, data, &reply);
160 remote()->transact(EXTRACT_METADATA, data, &reply);
IOMX.cpp 67 remote()->transact(LIVES_LOCALLY, data, &reply);
77 remote()->transact(LIST_NODES, data, &reply);
100 remote()->transact(ALLOCATE_NODE, data, &reply);
116 remote()->transact(FREE_NODE, data, &reply);
128 remote()->transact(SEND_COMMAND, data, &reply);
142 remote()->transact(GET_PARAMETER, data, &reply);
163 remote()->transact(SET_PARAMETER, data, &reply);
177 remote()->transact(GET_CONFIG, data, &reply);
198 remote()->transact(SET_CONFIG, data, &reply);
208 remote()->transact(GET_STATE, data, &reply)
    [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...]
  /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/av/camera/
IProCameraCallbacks.cpp 61 remote()->transact(NOTIFY_CALLBACK, data, &reply, IBinder::FLAG_ONEWAY);
69 remote()->transact(LOCK_STATUS_CHANGED, data, &reply,
79 remote()->transact(RESULT_RECEIVED, data, &reply, IBinder::FLAG_ONEWAY);
ICameraService.cpp 47 remote()->transact(BnCameraService::GET_NUMBER_OF_CAMERAS, data, &reply);
57 remote()->transact(BnCameraService::GET_CAMERA_INFO, data, &reply);
73 remote()->transact(BnCameraService::CONNECT, data, &reply);
87 remote()->transact(BnCameraService::CONNECT_PRO, data, &reply);
96 remote()->transact(BnCameraService::ADD_LISTENER, data, &reply);
105 remote()->transact(BnCameraService::REMOVE_LISTENER, data, &reply);
  /frameworks/native/libs/gui/
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);
ISurfaceComposer.cpp 58 remote()->transact(BnSurfaceComposer::CREATE_CONNECTION, data, &reply);
67 remote()->transact(BnSurfaceComposer::CREATE_GRAPHIC_BUFFER_ALLOC, data, &reply);
95 remote()->transact(BnSurfaceComposer::SET_TRANSACTION_STATE, data, &reply);
102 remote()->transact(BnSurfaceComposer::BOOT_FINISHED, data, &reply);
120 remote()->transact(BnSurfaceComposer::CAPTURE_SCREEN, data, &reply);
142 err = remote()->transact(BnSurfaceComposer::AUTHENTICATE_SURFACE, data,
168 err = remote()->transact(
186 remote()->transact(BnSurfaceComposer::CREATE_DISPLAY, data, &reply);
195 remote()->transact(BnSurfaceComposer::GET_BUILT_IN_DISPLAY, data, &reply);
204 remote()->transact(BnSurfaceComposer::BLANK, data, &reply)
    [all...]
ISensorServer.cpp 52 remote()->transact(GET_SENSOR_LIST, data, &reply);
68 remote()->transact(CREATE_SENSOR_EVENT_CONNECTION, data, &reply);
  /external/chromium/chrome/browser/chromeos/login/
mock_auth_response_handler.h 49 const GURL remote,
  /hardware/qcom/display/libqservice/
IQService.cpp 50 remote()->transact(SECURING, data, &reply);
57 remote()->transact(UNSECURING, data, &reply);
64 remote()->transact(CONNECT, data, &reply);
70 remote()->transact(SCREEN_REFRESH, data, &reply);
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpConnector.java 67 public UdpConnector( InetAddress remote, int remotePort ) throws IOException
71 remoteAddress = new InetSocketAddress( remote, remotePort );
73 // Setup to receive only from the remote address
  /frameworks/base/core/java/android/os/storage/
IMountShutdownObserver.java 82 Proxy(IBinder remote) {
83 mRemote = remote;
IObbActionListener.java 87 Proxy(IBinder remote) {
88 mRemote = remote;

Completed in 583 milliseconds

1 23 4 5 6 7 8 9