Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 5 of 5) sorted by relevance

/net-tools-3.6.0/libcoap/tests/
Dtest_sendqueue.c22 static coap_tick_t timestamp[] = { variable
47 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 …]
/net-tools-3.6.0/
Dtunslip6.c69 int timestamp = 0, flowcontrol=0; variable
192 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 …]
/net-tools-3.6.0/mbedtls-2.4.0/library/
Dssl_cache.c82 (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()
/net-tools-3.6.0/mbedtls-2.4.0/include/mbedtls/
Dssl_cache.h63 mbedtls_time_t timestamp; /*!< entry timestamp */ member
/net-tools-3.6.0/mbedtls-2.4.0/
DChangeLog909 * Check notBefore timestamp of certificates and CRLs from the future.
1214 * Check notBefore timestamp of certificates and CRLs from the future.