Home
last modified time | relevance | path

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

/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_log.c101 timestamp_cast(log->last_ts - log->ts), (const char *)log->scid, "frm", \
105 timestamp_cast(log->last_ts - log->ts), (const char *)log->scid, "pkt", \
109 timestamp_cast(log->last_ts - log->ts), (const char *)log->scid, "cry"
202 static uint64_t timestamp_cast(uint64_t ns) { return ns / NGTCP2_MILLISECONDS; } in timestamp_cast() function
767 timestamp_cast(log->last_ts - log->ts), log->scid, in ngtcp2_log_info()