Searched refs:timestamp (Results 1 – 5 of 5) sorted by relevance
22 static coap_tick_t timestamp[] = { variable47 CU_ASSERT(node[1]->t == timestamp[1]); in t_sendqueue1()60 CU_ASSERT(sendqueue->t == timestamp[1]); in t_sendqueue2()61 CU_ASSERT(node[2]->t == timestamp[2] - timestamp[1]); in t_sendqueue2()73 CU_ASSERT(node[3]->t == timestamp[3]); in t_sendqueue3()78 CU_ASSERT(sendqueue->next->t == timestamp[1] - timestamp[3]); in t_sendqueue3()79 CU_ASSERT(sendqueue->next->next->t == timestamp[2] - timestamp[1]); in t_sendqueue3()102 CU_ASSERT(sendqueue->next->t == timestamp[1] - timestamp[3]); in t_sendqueue4()103 CU_ASSERT(add_timestamps(sendqueue, 1) == timestamp[3]); in t_sendqueue4()104 CU_ASSERT(add_timestamps(sendqueue, 2) == timestamp[1]); in t_sendqueue4()[all …]
69 int timestamp = 0, flowcontrol=0; variable192 if(timestamp) stamptime(); in serial_to_tun()226 if(timestamp) stamptime(); in serial_to_tun()231 if (timestamp) stamptime(); in serial_to_tun()233 if (timestamp) stamptime(); in serial_to_tun()235 if (timestamp) stamptime(); in serial_to_tun()249 if(timestamp) stamptime(); in serial_to_tun()270 if (timestamp) stamptime(); in serial_to_tun()275 if (timestamp) stamptime(); in serial_to_tun()358 if (timestamp) stamptime(); in serial_to_tun()[all …]
82 (int) ( t - entry->timestamp ) > cache->timeout ) in mbedtls_ssl_cache_get()162 (int) ( t - cur->timestamp ) > cache->timeout ) in mbedtls_ssl_cache_set()164 cur->timestamp = t; in mbedtls_ssl_cache_set()173 if( oldest == 0 || cur->timestamp < oldest ) in mbedtls_ssl_cache_set()175 oldest = cur->timestamp; in mbedtls_ssl_cache_set()238 cur->timestamp = t; in mbedtls_ssl_cache_set()
63 mbedtls_time_t timestamp; /*!< entry timestamp */ member
909 * Check notBefore timestamp of certificates and CRLs from the future.1214 * Check notBefore timestamp of certificates and CRLs from the future.