HomeSort by relevance Sort by last modified time
    Searched defs:lifetime (Results 26 - 49 of 49) sorted by null

12

  /external/tcpdump/
print-icmp.c 448 u_int lifetime, num, size; local
455 (void)strncpy(cp, " lifetime ", sizeof(buf) - (cp - buf));
457 lifetime = EXTRACT_16BITS(&ihp->ird_lifetime);
458 if (lifetime < 60) {
460 lifetime);
461 } else if (lifetime < 60 * 60) {
463 lifetime / 60, lifetime % 60);
467 lifetime / 3600,
468 (lifetime % 3600) / 60
    [all...]
print-isoclns.c 229 { 0xa, "Lifetime"},
262 { 0x0, "Lifetime expired while data unit in transit"},
263 { 0x1, "Lifetime expired during reassembly"},
743 uint8_t lifetime; /* units of 500ms */ member in struct:clnp_header_t
817 ND_PRINT((ndo, "\n\t%s PDU, hlen: %u, v: %u, lifetime: %u.%us, Segment PDU length: %u, checksum: 0x%04x",
821 clnp_header->lifetime/2,
822 (clnp_header->lifetime%2)*5,
    [all...]
  /external/webrtc/webrtc/base/
httpcommon.cc 905 ::TimeStamp lifetime; local
937 ret = InitializeSecurityContextA(&neg->cred, &neg->ctx, spn, flags, 0, SECURITY_NATIVE_DREP, &in_buf_desc, 0, &neg->ctx, &out_buf_desc, &ret_flags, &lifetime);
1003 SECPKG_CRED_OUTBOUND, 0, pauth_id, 0, 0, &cred, &lifetime);
1014 ret = InitializeSecurityContextA(&cred, 0, spn, flags, 0, SECURITY_NATIVE_DREP, 0, 0, &ctx, &out_buf_desc, &ret_flags, &lifetime);
  /external/webrtc/webrtc/p2p/base/
turnserver.cc 55 // allocation, and self-deletes when its lifetime timer expires.
75 // allocation, and self-deletes when its lifetime timer expires.
626 // Figure out the lifetime and start the allocation timer.
630 LOG_J(LS_INFO, this) << "Created allocation, lifetime=" << lifetime_secs;
651 // Figure out the new lifetime.
658 LOG_J(LS_INFO, this) << "Refreshed allocation, lifetime=" << lifetime_secs;
660 // Send a success response with a LIFETIME attribute.
814 // Return the smaller of our default lifetime and the requested lifetime.
815 uint32_t lifetime = kDefaultAllocationTimeout / 1000; // convert to second local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 907 u32 lifetime; local
925 lifetime = WPA_GET_BE32(pos);
929 lifetime, (lifetime - (u32) now.sec) / 86400);
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 129 os_time_t lifetime = 0; local
210 "PAC-Key lifetime length %d",
215 lifetime = WPA_GET_BE32(pos);
245 if (os_get_time(&now) < 0 || lifetime <= 0 || now.sec > lifetime) {
247 "(lifetime=%ld now=%ld)", lifetime, now.sec);
257 } else if (lifetime - now.sec < data->pac_key_refresh_time) {
494 /* PAC-Key lifetime in seconds (hard limit) */
500 * seconds (or fewer) of the lifetime remains
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 194 Qualifiers::ObjCLifetime Lifetime;
199 Qualifiers::ObjCLifetime lifetime,
202 : Alignment(align), Size(size), Lifetime(lifetime),
226 if (chunk.Lifetime == Qualifiers::OCL_Strong)
228 if (chunk.Lifetime == Qualifiers::OCL_Weak)
274 // lifetime results in undefined behavior.
384 // If we have a lifetime qualifier, honor it for capture purposes.
386 Qualifiers::ObjCLifetime lifetime = local
388 if (lifetime) {
    [all...]
CGDecl.cpp 517 /// A cleanup to call @llvm.lifetime.end.
532 /// variable with lifetime.
535 Qualifiers::ObjCLifetime lifetime) {
536 switch (lifetime) {
660 Qualifiers::ObjCLifetime lifetime = lvalue.getObjCLifetime(); local
661 if (!lifetime) {
672 // If we're emitting a value with lifetime, we have to do the
685 if (lifetime != Qualifiers::OCL_ExplicitNone)
702 if (lifetime == Qualifiers::OCL_Weak)
713 switch (lifetime) {
769 Qualifiers::ObjCLifetime lifetime = lvalue.getObjCLifetime(); local
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 34 /// type, infer an expected lifetime. The type's ownership qualification
80 // We have a lifetime qualifier but no dominating property
82 // setting the property attribute according to the lifetime
705 // The lifetime implied by the property's attributes.
713 // None isn't a valid lifetime for an object ivar in ARC, and
774 /// property with no known lifetime of its own, using backing
1114 Qualifiers::ObjCLifetime lifetime = local
    [all...]
SemaDeclAttr.cpp 4331 Qualifiers::ObjCLifetime lifetime = type.getObjCLifetime(); local
    [all...]
SemaType.cpp 5107 Qualifiers::ObjCLifetime lifetime; local
    [all...]
SemaDecl.cpp 5356 Qualifiers::ObjCLifetime lifetime = type.getObjCLifetime(); local
10568 Qualifiers::ObjCLifetime lifetime; local
13580 Qualifiers::ObjCLifetime lifetime = T.getObjCLifetime(); local
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 245 namespace lifetime { namespace
248 constexpr int bad() { int &&n = dead(); n = 1; return n; } // expected-note {{assignment to temporary whose lifetime has ended}}
817 namespace Lifetime {
821 return r; // expected-note {{read of object outside its lifetime}}
832 *p = 123; // expected-note {{assignment to object outside its lifetime}}
849 *p[n] = 0; // expected-note 3{{assignment to object outside its lifetime}}
852 static_assert(h(0) == 0, ""); // ok, lifetime-extended
866 // its lifetime.
895 (void)+r; // expected-note {{outside its lifetime}}
  /external/ipsec-tools/src/racoon/
ipsec_doi.c 366 plog(LLV_DEBUG, LOCATION, NULL, "(lifetime = %ld:%ld)\n",
367 (long)s->lifetime, (long)tsap->lifetime);
411 if ((tsap->lifetime > s->lifetime) ||
418 if (tsap->lifetime < s->lifetime)
419 s->lifetime = tsap->lifetime;
426 if ((tsap->lifetime != s->lifetime) |
2763 u_int32_t lifetime = htonl((u_int32_t)sa->lifetime); local
    [all...]
  /external/iputils/
rdisc.c 192 int lifetime; variable
297 lifetime = (3*max_adv_int);
345 lifetime = (3*max_adv_int);
509 advertise(&whereto, lifetime);
793 logtrace("ICMP %s from %s, lifetime %d\n",
899 advertise(&sin, lifetime);
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 106 u32 lifetime; member in struct:wpa_tdls_peer
622 * On TPK lifetime expiration, we have an option of either tearing down
632 wpa_printf(MSG_DEBUG, "TDLS: TPK lifetime expired for " MACSTR
640 wpa_printf(MSG_DEBUG, "TDLS: TPK lifetime expired for " MACSTR
1182 /* Lifetime */
1183 peer->lifetime = TPK_LIFETIME;
1187 "lifetime");
1188 peer->lifetime = 301;
1192 "lifetime");
1193 peer->lifetime = 0xffffffff
1232 u32 lifetime; local
1325 u32 lifetime; local
1765 u32 lifetime = 0; local
2112 u32 lifetime = peer->lifetime; local
2151 u32 lifetime; local
2441 u32 lifetime; local
2591 struct wpa_tdls_timeoutie *lifetime = (struct wpa_tdls_timeoutie *) ie; local
    [all...]
  /frameworks/base/services/net/java/android/net/apf/
ApfFilter.java 86 ZERO_LIFETIME, // Received RA had 0 lifetime
105 private int mZeroLifetimeRas; // Number of received RAs with a 0 lifetime
329 // Minimum lifetime in packet
384 long lifetime = uint32(mPacket.getInt(offset + 4)); local
386 sb.append("DNS ").append(lifetime).append("s");
412 * Add a binary range of the packet that does not include a lifetime to mNonLifetimes.
415 * data not including a lifetime.
416 * @param lifetimeOffset offset from mPacket.position() to the next lifetime data.
417 * @param lifetimeLength length of the next lifetime data.
419 * a lifetime. This can be passed into the next invocation of this functio
471 long lifetime; local
    [all...]
  /system/connectivity/shill/
device.cc 594 uint32_t lifetime = 0; local
600 interface_index_, &server_addresses, &lifetime) || lifetime == 0) {
620 if (lifetime != ND_OPT_LIFETIME_INFINITY) {
621 // Setup timer to monitor DNS server lifetime if not infinite lifetime.
622 StartIPv6DNSServerTimer(lifetime);
623 ip6config_->UpdateLeaseExpirationTime(lifetime);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java 727 private void notifyInterfaceDnsServerInfo(String iface, long lifetime, String[] addresses) {
732 mObservers.getBroadcastItem(i).interfaceDnsServerInfo(iface, lifetime,
900 long lifetime; \/\/ Actually a 32-bit unsigned integer. local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipsectypes.h 119 IPSEC_SA_LIFETIME0 lifetime; member in struct:IPSEC_PROPOSAL0_
301 IPSEC_SA_LIFETIME0 lifetime; member in struct:IPSEC_SA_BUNDLE0_
501 IPSEC_SA_LIFETIME0 lifetime; member in struct:IPSEC_SA_BUNDLE1_
  /external/clang/include/clang/AST/
Type.h 132 /// There is no lifetime qualification on this type.
149 /// Assigning into this object requires a lifetime extension.
303 /// True if the lifetime is neither None or ExplicitNone.
305 ObjCLifetime lifetime = getObjCLifetime(); local
306 return (lifetime > OCL_ExplicitNone);
309 /// True if the lifetime is either strong or weak.
311 ObjCLifetime lifetime = getObjCLifetime(); local
312 return (lifetime == OCL_Strong || lifetime == OCL_Weak);
433 // ObjC lifetime qualifiers must match exactly
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 3809 uint32 lifetime; \/* Packet lifetime value in ms *\/ member in struct:wl_lifetime
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 

Completed in 2497 milliseconds

12