Searched defs:local (Results 226 - 250 of 335) sorted by relevance

1234567891011>>

/external/ipsec-tools/src/racoon/
H A Disakmp.c213 struct sockaddr_storage local; local
215 unsigned int local_len = sizeof(local);
223 (struct sockaddr *)&local, &local_len)) < 0) {
322 (struct sockaddr *)&local, &local_len)) < 0) {
354 (struct sockaddr *)&local));
369 res=check_recvdpkt((struct sockaddr *)&remote,(struct sockaddr *)&local, buf);
380 (struct sockaddr *)&local) != 0) goto end;
397 isakmp_main(msg, remote, local)
399 struct sockaddr *remote, *local;
407 isakmp_printpacket(msg, remote, local,
[all...]
/external/libnl/lib/route/
H A Daddr.c31 * // local address will automatically set the address family and the
42 * // requirements. If none is set, it will equal the local address.
80 * // local nor peer address have been specified.
83 * // Specyfing the local address is optional but the best choice to delete
93 * // requirements. If none is set, it will equal the local address.
109 #include <netlink-local.h>
248 /* IPv6 sends the local address as IFA_ADDRESS with
518 __ADD(ADDR_ATTR_LOCAL, local)
637 * - local address (rtnl_addr_set_local())
711 * - local addres
867 rtnl_addr_set_local(struct rtnl_addr *addr, struct nl_addr *local) argument
[all...]
/external/libxml2/
H A Dxinclude.c498 int local = 0; local
519 local = 1;
617 * If local and xml then we need a fragment
619 if ((local == 1) && (xml == 1) &&
622 "detected a local recursion with no xpointer in %s\n",
632 if ((!local) && (xml == 1)) {
1450 * Handling of references to the local document are done
1831 * Handling of references to the local document are done
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c125 unsigned local,
140 declaration.Local = local;
118 tgsi_build_declaration( unsigned file, unsigned usage_mask, unsigned interpolate, unsigned dimension, unsigned semantic, unsigned invariant, unsigned local, struct tgsi_header *header ) argument
/external/mksh/src/
H A Dvar.c168 * Used to calculate an array index for global()/local(). Sets *arrayp
170 * the basename of the array. May only be called from global()/local()
296 * Search for local variable, if not found create locally.
299 local(const char *n, bool copy) function
833 /* prevent typeset from creating a local PATH/ENV/SHELL */
839 vp = (set & LOCAL) ? local(tvar, tobool(set & LOCAL_COPY)) :
1478 /* to get local array, use "local foo; set -A foo" */
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DMethodWriter.java97 * this case the maximum stack size and number of local variables is also
105 * Indicates that the maximum stack size and number of local variables must
232 * Maximum number of local variables for this method.
268 * local variables start at index 3 and are followed by the operand stack
407 * of local variables must be automatically computed.
543 final Object[] local,
554 if (local[i] instanceof String) {
556 | cw.addType((String) local[i]);
557 } else if (local[i] instanceof Integer) {
558 frame[frameIndex++] = ((Integer) local[
540 visitFrame( final int type, final int nLocal, final Object[] local, final int nStack, final Object[] stack) argument
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCodeEmitter.java407 public void iinc(Local local, int amount) { argument
408 mv.visitIincInsn(local.getIndex(), amount);
411 public void store_local(Local local) { argument
412 store_local(local.getType(), local.getIndex());
415 public void load_local(Local local) { argument
416 load_local(local.getType(), local.getIndex());
/external/ppp/pppd/
H A Dipcp.c89 /* local vars */
166 { "ipcp-accept-local", o_bool, &ipcp_wantoptions[0].accept_local,
223 "set local and remote IP addresses",
415 u_int32_t local, remote; local
428 * If colon first character, then no local addr.
432 if ((local = inet_addr(arg)) == (u_int32_t) -1) {
437 local = *(u_int32_t *)hp->h_addr;
439 if (bad_ip_adrs(local)) {
440 option_error("bad local IP address %s", ip_ntoa(local));
1610 u_int32_t local; local
[all...]
/external/qemu/telephony/
H A Dsms.c231 struct tm local = *(localtime(&now_time)); local
234 stamp->data[0] = gsm_int_to_bcdi( local.tm_year % 100 );
235 stamp->data[1] = gsm_int_to_bcdi( local.tm_mon+1 );
236 stamp->data[2] = gsm_int_to_bcdi( local.tm_mday );
237 stamp->data[3] = gsm_int_to_bcdi( local.tm_hour );
238 stamp->data[4] = gsm_int_to_bcdi( local.tm_min );
239 stamp->data[5] = gsm_int_to_bcdi( local.tm_sec );
241 tzdiff = (local.tm_hour*4 + local.tm_min/15) - (gm.tm_hour*4 + gm.tm_min/15);
242 if (local
[all...]
/external/strace/
H A Dutil.c854 struct iovec local[1], remote[1]; local
857 local[0].iov_base = laddr;
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
988 local[0].iov_base = laddr;
1010 local[0].iov_len = remote[0].iov_len = chunk_len;
1011 r = process_vm_readv(pid, local, 1, remote, 1, 0);
1013 if (memchr(local[0].iov_base, '\0', r))
1015 local[
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-starteam.jar ... .starteam.File remote java.io.File local protected boolean shouldCheckout (java.lang.String) String pName ...
/external/bison/
H A Dmaint.mk166 local-checks-available += $(syntax-check-rules)
168 local-checks-available += no-vc-detected
172 .PHONY: $(local-checks-available)
194 local-check := \
196 $(filter-out $(local-checks-to-skip), $(local-checks-available)))
198 syntax-check: $(local-check)
1412 alpha beta stable: $(local-check) writable-files $(submodule-checks)
1492 # Some projects carry local adjustments for gnulib modules via patches in
1497 # generate a fuzz-free .diff file. If you customize the name of your local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dtimezone.cpp648 * correctly adjusts GMT millis to local millis when necessary.
650 void TimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, argument
657 if (!local) {
658 date += rawOffset; // now in local standard millis
661 // When local == TRUE, date might not be in local standard
663 // the given time in day is local standard time.
666 // (and local == TRUE), this method interprets the specified
667 // local time as DST. At DST->STD transition, there is a
669 // method interprets the specified local tim
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcaltest.cpp884 * Confirm that the offset between local time and GMT behaves as expected.
2448 char local[32]; local
2449 sprintf(local, "%04d-%02d-%02d %02d:%02d:%02d", year, month, day, hour, min, sec);
2450 uprv_strncpy(buf, local, len - 1);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dport.cc123 const char LOCAL_PORT_TYPE[] = "local";
344 size_t Port::AddPrflxCandidate(const Candidate& local) { argument
345 candidates_.push_back(local);
406 LOG_J(LS_ERROR, this) << "Received STUN request with bad local username "
475 // Link-local IPv6 ports can only connect to other link-local IPv6 ports.
541 // If |remote_ufrag| is same as port local username fragment and
817 // Changing the type preference to Peer Reflexive and local preference
820 // (2^8)*(local preference) +
1023 // The packet had the right local usernam
1206 const Candidate& local = local_candidate(); local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_win.c116 winceLock local; /* Locks obtained by this instance of winFile */ member in struct:winFile
364 /* Initialize the local lockdata */
365 ZeroMemory(&pFile->local, sizeof(pFile->local));
441 if (pFile->local.nReaders){
444 if (pFile->local.bReserved){
447 if (pFile->local.bPending){
450 if (pFile->local.bExclusive){
489 pFile->local.bExclusive = TRUE;
498 pFile->local
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_auth.c735 * find the best HMAC id to use for the peer based on local support
738 sctp_negotiate_hmacid(sctp_hmaclist_t *peer, sctp_hmaclist_t *local) argument
742 if ((local == NULL) || (peer == NULL))
746 for (j = 0; j < local->num_algo; j++) {
747 if (peer->hmac[i] == local->hmac[j]) {
1424 * get local authentication parameters from cookie (from INIT-ACK)
/external/chromium_org/third_party/webrtc/base/
H A Dvirtualsocketserver.cc124 // Used by server sockets to set the local address without binding.
314 // Set the new local address to the same as this server socket.
430 // If there's no local address set, grab a random one in the correct AF.
466 // If we have not been assigned a local port, then get one.
699 void VirtualSocketServer::AddConnection(const SocketAddress& local, argument
704 SocketAddress local_normalized(local.ipaddr().Normalized(),
705 local.port());
714 const SocketAddress& local,
716 SocketAddress local_normalized(local.ipaddr().Normalized(),
717 local
713 LookupConnection( const SocketAddress& local, const SocketAddress& remote) argument
725 RemoveConnection(const SocketAddress& local, const SocketAddress& remote) argument
1064 CanInteractWith(VirtualSocket* local, VirtualSocket* remote) argument
[all...]
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dunzip.c90 #ifndef local
91 # define local static macro
128 ZPOS64_T offset_curfile;/* relative offset of local header 8 bytes */
146 ZPOS64_T offset_local_extrafield;/* offset of the local extra field */
147 uInt size_local_extrafield;/* size of the local extra field */
148 ZPOS64_T pos_local_extrafield; /* position in the local extra field in read*/
207 local int unz64local_getByte OF((
212 local int unz64local_getByte(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, int *pi)
234 local int unz64local_getShort OF((
239 local in
[all...]
H A Dzip.c44 #ifndef local
45 # define local static macro
140 ZPOS64_T pos_local_header; /* offset of the local header of the file
189 local linkedlist_datablock_internal* allocate_new_datablock()
203 local void free_datablock(linkedlist_datablock_internal* ldi)
213 local void init_linkedlist(linkedlist_data* ll)
218 local void free_linkedlist(linkedlist_data* ll)
225 local int add_data_in_datablock(linkedlist_data* ll, const void* buf, uLong len)
286 local int zip64local_putValue OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T x, int nbByte));
287 local in
[all...]
/external/clang/lib/AST/
H A DType.cpp2101 bool local; member in class:__anon17754::CachedProperties
2104 CachedProperties(Linkage L, bool local) : L(L), local(local) {} argument
2107 bool hasLocalOrUnnamedType() const { return local; }
/external/clang/test/CXX/drs/
H A Ddr3xx.cpp267 // expected-error@-12 {{uses local type 'A'}}
268 // expected-error@-9 {{uses local type 'A'}}
1155 void local() { function in namespace:dr389
/external/elfutils/0.153/src/
H A Dldscript.c37 infringing on user name space. This should be done even for local
139 static struct version *new_version (struct id_list *local,
451 local variables YYSIZE and YYSTACKSIZE give the old and new number of
2629 new_version (struct id_list *local, struct id_list *global) argument
2635 newp->local_names = local;
2675 add_id_list (const char *versionname, struct id_list *runp, _Bool local) argument
2708 curp->u.s.local = local;
2718 if (defp != NULL && defp->u.s.local != local)
[all...]
/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp648 * correctly adjusts GMT millis to local millis when necessary.
650 void TimeZone::getOffset(UDate date, UBool local, int32_t& rawOffset, argument
657 if (!local) {
658 date += rawOffset; // now in local standard millis
661 // When local == TRUE, date might not be in local standard
663 // the given time in day is local standard time.
666 // (and local == TRUE), this method interprets the specified
667 // local time as DST. At DST->STD transition, there is a
669 // method interprets the specified local tim
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp905 * Confirm that the offset between local time and GMT behaves as expected.
2473 char local[32]; local
2474 sprintf(local, "%04d-%02d-%02d %02d:%02d:%02d.%03d", year, month, day, hour, min, sec, ms);
2475 uprv_strncpy(buf, local, len - 1);

Completed in 4185 milliseconds

1234567891011>>