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

  /external/ipsec-tools/src/racoon/
sainfo.h 53 time_t lifetime; member in struct:sainfo
proposal.h 60 time_t lifetime; member in struct:saprop
63 int claim; /* flag to send RESPONDER-LIFETIME. */
153 * Lifetime length selection refered to the section 4.5.4 of RFC2407. It does
169 * AND send RESPONDER-LIFETIME notify message to a initiator in the
170 * case of lifetime.
remoteconf.h 139 time_t lifetime; member in struct:isakmpsa
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/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_ie.h 33 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
peerkey.h 32 u32 lifetime; member in struct:wpa_peerkey
peerkey.c 398 be32 lifetime; local
401 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
432 lifetime = host_to_be32(peerkey->lifetime);
434 (u8 *) &lifetime, sizeof(lifetime));
531 u32 lifetime; local
549 kde.lifetime == NULL || kde.lifetime_len < 4) {
551 "Lifetime KDE in SMK M4/M5");
581 lifetime = WPA_GET_BE32(kde.lifetime)
677 be32 lifetime; local
749 u32 lifetime; local
    [all...]
  /external/wpa_supplicant/
wpa_i.h 61 u32 lifetime; member in struct:wpa_peerkey
wpa.c 1188 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
2458 u32 lifetime; local
2512 u32 lifetime; local
2715 u32 lifetime; local
2786 u32 lifetime; local
    [all...]
  /external/chromium/net/http/
http_response_headers.cc 773 TimeDelta lifetime = local
775 if (lifetime == TimeDelta())
778 return lifetime <= GetCurrentAge(request_time, response_time, current_time);
    [all...]
  /external/tcpdump/
print-icmp.c 451 u_int lifetime, num, size; local
458 (void)strncpy(cp, " lifetime ", sizeof(buf) - (cp - buf));
460 lifetime = EXTRACT_16BITS(&ihp->ird_lifetime);
461 if (lifetime < 60) {
463 lifetime);
464 } else if (lifetime < 60 * 60) {
466 lifetime / 60, lifetime % 60);
470 lifetime / 3600,
471 (lifetime % 3600) / 60
    [all...]
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/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_fast.c 878 u32 lifetime; local
896 lifetime = WPA_GET_BE32(pos);
900 lifetime, (lifetime - (u32) now.sec) / 86400);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_fast.c 134 os_time_t lifetime = 0; local
211 "PAC-Key lifetime length %d",
216 lifetime = WPA_GET_BE32(pos + 2);
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) {
492 /* PAC-Key lifetime in seconds (hard limit) */
498 * seconds (or fewer) of the lifetime remains
    [all...]

Completed in 885 milliseconds