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

12

  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 891 u32 lifetime; local
909 lifetime = WPA_GET_BE32(pos);
913 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
206 "PAC-Key lifetime length %d",
211 lifetime = WPA_GET_BE32(pos + 2);
240 if (os_get_time(&now) < 0 || lifetime <= 0 || now.sec > lifetime) {
242 "(lifetime=%ld now=%ld)", lifetime, now.sec);
252 } else if (lifetime - now.sec < data->pac_key_refresh_time) {
487 /* PAC-Key lifetime in seconds (hard limit) */
493 * seconds (or fewer) of the lifetime remains
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 97 u32 lifetime; member in struct:wpa_tdls_peer
593 * On TPK lifetime expiration, we have an option of either tearing down
601 wpa_printf(MSG_DEBUG, "TDLS: TPK lifetime expired for " MACSTR
605 wpa_printf(MSG_DEBUG, "TDLS: TPK lifetime expired for " MACSTR
1053 /* Lifetime */
1054 peer->lifetime = TPK_LIFETIME;
1058 "lifetime");
1059 peer->lifetime = 301;
1063 "lifetime");
1064 peer->lifetime = 0xffffffff
1103 u32 lifetime; local
1188 u32 lifetime; local
1439 u32 lifetime = 0; local
1759 u32 lifetime = peer->lifetime; local
1798 u32 lifetime; local
2028 u32 lifetime; local
2151 struct wpa_tdls_timeoutie *lifetime = (struct wpa_tdls_timeoutie *) ie; local
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 186 Qualifiers::ObjCLifetime Lifetime;
191 Qualifiers::ObjCLifetime lifetime,
194 : Alignment(align), Size(size), Lifetime(lifetime),
214 if (left.Lifetime == Qualifiers::OCL_Strong &&
219 else if (left.Lifetime == Qualifiers::OCL_Weak &&
224 if (right.Lifetime == Qualifiers::OCL_Strong &&
229 else if (right.Lifetime == Qualifiers::OCL_Weak &&
276 // lifetime results in undefined behavior.
405 // If we have a lifetime qualifier, honor it for capture purposes
407 Qualifiers::ObjCLifetime lifetime = local
    [all...]
  /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) |
2759 u_int32_t lifetime = htonl((u_int32_t)sa->lifetime); local
    [all...]
  /external/tcpdump/
print-isoclns.c 233 { 0xa, "Lifetime"},
266 { 0x0, "Lifetime expired while data unit in transit"},
267 { 0x1, "Lifetime expired during reassembly"},
696 u_int8_t lifetime; /* units of 500ms */ member in struct:clnp_header_t
768 printf("\n\t%s PDU, hlen: %u, v: %u, lifetime: %u.%us, Segment PDU length: %u, checksum: 0x%04x ",
772 clnp_header->lifetime/2,
773 (clnp_header->lifetime%2)*5,
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 4535 Qualifiers::ObjCLifetime lifetime = type.getObjCLifetime(); local
    [all...]
SemaDecl.cpp 4577 Qualifiers::ObjCLifetime lifetime = type.getObjCLifetime(); local
8333 Qualifiers::ObjCLifetime lifetime; local
10898 Qualifiers::ObjCLifetime lifetime = T.getObjCLifetime(); local
    [all...]
  /external/clang/include/clang/AST/
Type.h 129 /// There is no lifetime qualification on this type.
146 /// Assigning into this object requires a lifetime extension.
300 /// True if the lifetime is neither None or ExplicitNone.
302 ObjCLifetime lifetime = getObjCLifetime(); local
303 return (lifetime > OCL_ExplicitNone);
306 /// True if the lifetime is either strong or weak.
308 ObjCLifetime lifetime = getObjCLifetime(); local
309 return (lifetime == OCL_Strong || lifetime == OCL_Weak);
415 // ObjC lifetime qualifiers must match exactly
    [all...]
  /external/smack/asmack-master/lib/
jstun.jar 
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 3809 uint32 lifetime; \/* Packet lifetime value in ms *\/ member in struct:wl_lifetime
    [all...]

Completed in 1037 milliseconds

12