OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:min_wait
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_timer.c
474
struct timeval now,
min_wait
, tv;
local
506
timersub(&now, &tv, &
min_wait
);
508
min_wait
= now;
509
timevalsub(&
min_wait
, &tv);
511
if (
min_wait
.tv_sec < 0 ||
min_wait
.tv_usec < 0) {
518
min_wait
.tv_sec =
min_wait
.tv_usec = 0;
522
sctp_log_fr(0,
min_wait
.tv_sec,
min_wait
.tv_usec, SCTP_FR_T3_MARK_TIME)
[
all
...]
Completed in 53 milliseconds