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

1 2 3 45 6 7

  /external/ipsec-tools/src/racoon/
policy.h 90 struct sockaddr *remote; member in struct:secpolicy
rsalist.c 200 remote_score = naddr_score(key->dst, req->iph1->remote);
228 saddr2str_fromto("%s <-> %s", iph1->local, iph1->remote));
isakmp_xauth.c 288 iph1->remote, usr, pwd);
312 * On failure, throttle the connexion for the remote host
315 throttle_delay = throttle_host(iph1->remote, res);
319 str = saddrwop2str(iph1->remote);
714 char *remote = NULL; local
738 if ((remote = strdup(saddrwop2str(raddr))) == NULL) {
744 if ((error = pam_set_item(pam, PAM_RHOST, remote)) != 0) {
784 if (remote != NULL)
785 free(remote);
792 if (remote != NULL
    [all...]
cfparse.y 111 struct sockaddr *remote;
218 /* remote */
219 %token REMOTE ANONYMOUS CLIENTADDR INHERIT REMOTE_ADDRESS
    [all...]
nattraversal.c 203 natd_computed = natt_hash_addr (iph1, iph1->remote);
305 set_port (iph1->remote, iph1->natt_options->float_port);
323 /* Check if any candidate remote conf allows nat-t */
444 ret = natt_keepalive_add (iph1->local, iph1->remote);
oakley.c 1313 plog(LLV_ERROR, LOCATION, iph1->remote,
1380 plog(LLV_ERROR, LOCATION, iph1->remote,
1385 plog(LLV_ERROR, LOCATION, iph1->remote,
    [all...]
admin.c 309 sel.remote = (struct sockaddr *)
314 rem = racoon_strdup(saddr2str(sel.remote));
321 remcontacted(sel.remote);
gssapi.c 154 gssapi_get_default_name(struct ph1handle *iph1, int remote, gss_name_t *service)
162 sa = remote ? iph1->remote : iph1->local;
policy.c 319 if (sp->remote)
320 racoon_free(sp->remote);
  /frameworks/base/media/libmedia/
IAudioFlingerClient.cpp 60 remote()->transact(IO_CONFIG_CHANGED, data, &reply, IBinder::FLAG_ONEWAY);
  /frameworks/base/media/libstagefright/rtsp/
ARTSPConnection.cpp 271 struct sockaddr_in remote; local
272 memset(remote.sin_zero, 0, sizeof(remote.sin_zero));
273 remote.sin_family = AF_INET;
274 remote.sin_addr.s_addr = *(in_addr_t *)ent->h_addr;
275 remote.sin_port = htons(port);
278 mSocket, (const struct sockaddr *)&remote, sizeof(remote));
280 reply->setInt32("server-ip", ntohl(remote.sin_addr.s_addr));
  /external/bluetooth/bluez/src/
storage.h 73 gboolean read_blocked(const bdaddr_t *local, const bdaddr_t *remote);
74 int write_blocked(const bdaddr_t *local, const bdaddr_t *remote,
  /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...]
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 164 memcpy(sp.sa_addr.pppoe.remote, conn->peerEth, ETH_ALEN);
240 memcpy(sp.sa_addr.pppoe.remote, conn->peerEth, ETH_ALEN);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 88 public static EntitySet mergeAfter(EntitySet local, EntitySet remote) {
91 // For each entity in the remote set, try matching over existing
92 for (EntityDelta remoteEntity : remote) {
  /external/webkit/Tools/Scripts/webkitpy/common/net/
testoutput.py 136 remote zip file)."""
  /frameworks/base/include/camera/
Camera.h 70 // construct a camera client from an existing remote
146 sp<ICamera> remote();
  /frameworks/base/core/java/android/database/
BulkCursorNative.java 172 public BulkCursorProxy(IBinder remote)
174 mRemote = remote;
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDeltaList.java 100 public static EntityDeltaList mergeAfter(EntityDeltaList local, EntityDeltaList remote) {
103 // For each entity in the remote set, try matching over existing
104 for (EntityDelta remoteEntity : remote) {
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc 588 // Not readable means the remote address hasn't sent a valid
597 // The packet had the right local username, but the remote username was
598 // not the right one for the remote address.
600 LOG_J(LS_ERROR, this) << "Received STUN request with bad remote username "
606 LOG_J(LS_ERROR, this) << "Received STUN response with bad remote username"
617 // Incoming, validated stun request from remote peer.
629 // Response from remote peer. Does it match request sent?
757 const Candidate& remote = remote_candidate(); local
762 << "->" << remote.name() << ":" << remote.type() << ":
    [all...]
  /frameworks/base/libs/binder/
IMemory.cpp 183 if (remote()->transact(GET_MEMORY, data, &reply) == NO_ERROR) {
289 // remote call without mLock held, worse case scenario, we end up
295 status_t err = remote()->transact(HEAP_ID, data, &reply);
  /ndk/sources/host-tools/make-3.81/
commands.c 464 if (!c->remote)
482 /* Remote children won't automatically get signals sent
485 if (c->remote)
build_w32.bat 35 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c remote-stub.c
36 echo WinDebug\remote-stub.obj >>link.dbg
91 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\windebug\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:yes /PDB:.\WinDebug/%make%.pdb /DEBUG /MACHINE:I386 /OUT:.\WinDebug/%make%.exe .\WinDebug/variable.obj .\WinDebug/rule.obj .\WinDebug/remote-stub.obj .\WinDebug/commands.obj .\WinDebug/file.obj .\WinDebug/getloadavg.obj .\WinDebug/default.obj .\WinDebug/signame.obj .\WinDebug/expand.obj .\WinDebug/dir.obj .\WinDebug/main.obj .\WinDebug/getopt1.obj .\WinDebug/job.obj .\WinDebug/read.obj .\WinDebug/version.obj .\WinDebug/getopt.obj .\WinDebug/arscan.obj .\WinDebug/remake.obj .\WinDebug/hash.obj .\WinDebug/strcache.obj .\WinDebug/misc.obj .\WinDebug/ar.obj .\WinDebug/function.obj .\WinDebug/vpath.obj .\WinDebug/implicit.obj .\WinDebug/dirent.obj .\WinDebug/glob.obj .\WinDebug/fnmatch.obj .\WinDebug/pathstuff.obj
102 cl.exe /nologo /MT /W4 /GX /YX /O2 /I . /I glob /I w32/include /D NDEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinRel/ /Fp.\WinRel/%make%.pch /Fo.\WinRel/ /c remote-stub.c
103 echo WinRel\remote-stub.obj >>link.rel
158 rem link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib w32\subproc\winrel\subproc.lib /NOLOGO /SUBSYSTEM:console /INCREMENTAL:no /PDB:.\WinRel/%make%.pdb /MACHINE:I386 /OUT:.\WinRel/%make%.exe .\WinRel/variable.obj .\WinRel/rule.obj .\WinRel/remote-stub.obj .\WinRel/commands.obj .\WinRel/file.obj .\WinRel/getloadavg.obj .\WinRel/default.obj .\WinRel/signame.obj .\WinRel/expand.obj .\WinRel/dir.obj .\WinRel/main.obj .\WinRel/getopt1.obj .\WinRel/job.obj .\WinRel/read.obj .\WinRel/version.obj .\WinRel/getopt.obj .\WinRel/arscan.obj .\WinRel/remake.obj .\WinRel/misc.obj .\WinRel/hash.obj .\WinRel/strcache.obj .\WinRel/ar.obj .\WinRel/function.obj .\WinRel/vpath.obj .\WinRel/implicit.obj .\WinRel/dirent.obj .\WinRel/glob.obj .\WinRel/fnmatch.obj .\WinRel/pathstuff.obj
169 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c remote-stub.c
195 gcc -mthreads -gstabs+ -ggdb3 -o gnumake.exe variable.o rule.o remote-stub.o commands.o file.o getloadavg.o default.o signame.o expand.o dir.o main.o getopt1.o job.o read.o version.o getopt.o arscan.o remake.o misc.o hash.o strcache.o ar.o function.o vpath.o implicit.o glob.o fnmatch.o pathstuff.o w32_misc.o sub_proc.o w32err.o -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -luuid -lodbc32 -lodbccp32
  /external/netperf/
nettest_bsd.h 33 int so_rcvavoid; /* do we want the remote to avoid copies on */
35 int so_sndavoid; /* do we want the remote to avoid send copies? */
55 int so_rcvavoid; /* could the remote avoid receive copies? */
56 int so_sndavoid; /* could the remote avoid send copies? */
66 int num_cpus; /* how many CPUs had the remote? */
84 int so_rcvavoid; /* do we want the remote to avoid copies on */
86 int so_sndavoid; /* do we want the remote to avoid send copies? */
106 int so_rcvavoid; /* could the remote avoid receive copies? */
107 int so_sndavoid; /* could the remote avoid send copies? */
117 int num_cpus; /* how many CPUs had the remote? *
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 206 byte[] remote = (byte[])request.getHeader(HeaderSet.WHO);
207 if (remote != null) {
208 if (D) Log.d(TAG, "onConnect(): remote=" + Arrays.toString(remote));
209 reply.setHeader(HeaderSet.TARGET, remote);
    [all...]

Completed in 5440 milliseconds

1 2 3 45 6 7