Home
last modified time | relevance | path

Searched refs:print_timestamp (Results 1 – 2 of 2) sorted by relevance

/net-tools-latest/tinydtls-0.8.2/
Ddebug.c75 print_timestamp(char *s, size_t len, time_t t) { in print_timestamp() function
84 print_timestamp(char *s, size_t len, clock_time_t t) { in print_timestamp() function
218 if (print_timestamp(timebuf,sizeof(timebuf), time(NULL))) in dsrv_log()
238 if (print_timestamp(timebuf,sizeof(timebuf), clock_time())) in dsrv_log()
300 if (print_timestamp(timebuf, sizeof(timebuf), time(NULL))) in dtls_dsrv_hexdump_log()
341 if (print_timestamp(timebuf,sizeof(timebuf), clock_time())) in dtls_dsrv_hexdump_log()
/net-tools-latest/libcoap/src/
Ddebug.c77 print_timestamp(char *s, size_t len, coap_tick_t t) { in print_timestamp() function
87 print_timestamp(char *s, size_t len, coap_tick_t t) { in print_timestamp() function
495 if (print_timestamp(timebuf,sizeof(timebuf), now)) in coap_log_impl()