Home
last modified time | relevance | path

Searched refs:expire (Results 26 - 36 of 36) sorted by relevance

12

/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_hook_fuc.h132 hi_u32 expire,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_kay_i.h48 time_t expire; member
H A Dieee802_1x_kay.c596 peer->expire = time(NULL) + MKA_LIFE_TIME / 1000; in ieee802_1x_kay_create_peer()
685 peer->expire = time(NULL) + MKA_LIFE_TIME / 1000; in ieee802_1x_kay_move_live_peer()
875 if (peer->expire > new_expire) in ieee802_1x_mka_decode_basic_body()
876 peer->expire = new_expire; in ieee802_1x_mka_decode_basic_body()
2534 if (now > peer->expire) { in ieee802_1x_participant_timer()
2592 if (now > peer->expire) { in ieee802_1x_participant_timer()
3333 peer->expire = time(NULL) + MKA_LIFE_TIME / 1000; in ieee802_1x_kay_decode_mkpdu()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_kay.c596 peer->expire = time(NULL) + MKA_LIFE_TIME / 1000; in ieee802_1x_kay_create_peer()
685 peer->expire = time(NULL) + MKA_LIFE_TIME / 1000; in ieee802_1x_kay_move_live_peer()
875 if (peer->expire > new_expire) in ieee802_1x_mka_decode_basic_body()
876 peer->expire = new_expire; in ieee802_1x_mka_decode_basic_body()
2571 if (now > peer->expire) { in ieee802_1x_participant_timer()
2629 if (now > peer->expire) { in ieee802_1x_participant_timer()
3370 peer->expire = time(NULL) + MKA_LIFE_TIME / 1000; in ieee802_1x_kay_decode_mkpdu()
/third_party/cares/include/
H A Dares.h586 unsigned int expire; member
/third_party/node/deps/cares/include/
H A Dares.h619 unsigned int expire; member
/third_party/libcoap/src/
H A Dcoap_block.c1134 * return 1 if there is a future expire time, else 0.
1159 /* Delay until the lg_xmit needs to expire */ in coap_block_check_lg_xmit_timeouts()
1172 /* Delay until the lg_xmit needs to expire */ in coap_block_check_lg_xmit_timeouts()
1303 * return 1 if there is a future expire time, else 0.
1340 goto expire; in coap_block_check_lg_crcv_timeouts()
1357 expire: in coap_block_check_lg_crcv_timeouts()
1363 /* Delay until the lg_crcv needs to expire */ in coap_block_check_lg_crcv_timeouts()
1493 * return 1 if there is a future expire time, else 0.
1526 goto expire; in coap_block_check_lg_srcv_timeouts()
1550 goto expire; in coap_block_check_lg_srcv_timeouts()
[all...]
/third_party/node/src/
H A Dcares_wrap.cc596 const unsigned int expire = ReadUint32BE(ptr + 3 * 4); in ParseSoaReply() local
618 Integer::New(env->isolate(), expire)).Check(); in ParseSoaReply()
1346 Integer::New(env->isolate(), soa_out->expire)).Check(); in Parse()
/third_party/rust/crates/nix/src/
H A Dunistd.rs3010 pub expire: libc::time_t
3046 expire: pw.pw_expire in from()
3096 pw_expire: u.expire, in from()
/third_party/curl/include/curl/
H A Dcurl.h1004 char expire[18]; /* YYYYMMDD HH:MM:SS [null-terminated] */ member
/third_party/node/deps/cares/src/lib/
H A Dares_dns_record.c574 return &dns_rr->r.soa.expire; in ares_dns_rr_data_ptr()

Completed in 29 milliseconds

12