Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_timer.c1454 uint32_t ms_gone_by; local
1469 ms_gone_by = (uint32_t)(diff.tv_sec * 1000) +
1472 ms_gone_by = 0xffffffff;
1474 if ((ms_gone_by >= net->heart_beat_delay) ||